Lars Gustäbel
|
45fb082180
|
Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k.
|
2011-12-06 13:00:58 +01:00 |
Lars Gustäbel
|
ed1ac587df
|
Correctly detect bzip2 compressed streams with blocksizes other than 900k.
|
2011-12-06 12:56:38 +01:00 |
Barry Warsaw
|
04f6974d84
|
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
given by Campbell Barton).
|
2011-12-05 16:50:41 -05:00 |
Barry Warsaw
|
9f57135465
|
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
given by Campbell Barton).
|
2011-12-05 16:45:02 -05:00 |
Antoine Pitrou
|
b0e1f8b38b
|
Issue #13503: Use a more efficient reduction format for bytearrays with
pickle protocol >= 3. The old reduction format is kept with older
protocols in order to allow unpickling under Python 2.
Patch by Irmen de Jong.
|
2011-12-05 20:40:08 +01:00 |
Antoine Pitrou
|
3731142e19
|
Merge assorted fixes from 3.2
|
2011-12-05 01:47:40 +01:00 |
Antoine Pitrou
|
5b73ca4b3d
|
s/SOCKSTREAM/TCP/
|
2011-12-05 01:46:35 +01:00 |
Antoine Pitrou
|
8e644f0e7c
|
Reword IPC section
|
2011-12-05 01:43:32 +01:00 |
Antoine Pitrou
|
8345451170
|
Use www.python.org instead of a hostname pointing to a parked (or squatted) domain.
Also, reformat a bit.
|
2011-12-05 01:37:34 +01:00 |
Antoine Pitrou
|
fa03f6c863
|
Remove the outdated notion that multithreading doesn't work well on Unices.
|
2011-12-05 01:32:29 +01:00 |
Antoine Pitrou
|
9b1ec97867
|
Remove reference to the base64 encoding.
|
2011-12-05 01:22:03 +01:00 |
Antoine Pitrou
|
534e253cb6
|
Remove reference to the base64 encoding.
|
2011-12-05 01:21:46 +01:00 |
Antoine Pitrou
|
b53e2c4900
|
The functional module hasn't been maintained since 2006 and doesn't work with Python 3.
Remove section about it from the functional programming FAQ.
|
2011-12-05 01:05:55 +01:00 |
Antoine Pitrou
|
48a7cbf7c2
|
The functional module hasn't been maintained since 2006 and doesn't work with Python 3.
Remove section about it from the functional programming FAQ.
|
2011-12-05 01:05:32 +01:00 |
Antoine Pitrou
|
6da394cfe7
|
Remove obsolete references to bsddb
|
2011-12-05 00:41:51 +01:00 |
Antoine Pitrou
|
ae44b7a099
|
Remove obsolete references to bsddb
|
2011-12-05 00:41:19 +01:00 |
Antoine Pitrou
|
d0784b75cb
|
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
from the doc. These two projects appear dead.
|
2011-12-04 23:57:55 +01:00 |
Antoine Pitrou
|
c1bd4896cf
|
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
from the doc. These two projects appear dead.
|
2011-12-04 23:56:30 +01:00 |
Jason R. Coombs
|
9c3895f376
|
Corrected order of parameters to HTTPError in test_urllib2.py.
|
2011-12-04 08:14:18 -05:00 |
Georg Brandl
|
4d5232ab8a
|
Merge with 3.2.
|
2011-12-04 11:51:33 +01:00 |
Georg Brandl
|
6a96a2e1f8
|
Fix typo.
|
2011-12-04 11:51:21 +01:00 |
Jason R. Coombs
|
7ff21d7a3c
|
Pass positional arguments - HTTPError is not accepting keyword arguments. Reference #13211 and #12555.
|
2011-12-03 23:18:11 -05:00 |
Antoine Pitrou
|
090d8132b5
|
Merge from 3.2
|
2011-12-03 23:10:12 +01:00 |
Antoine Pitrou
|
dec0f21efc
|
Streamline mention of sorted()
|
2011-12-03 23:08:57 +01:00 |
Antoine Pitrou
|
c561a9adac
|
Break down and refine memory management question
|
2011-12-03 23:06:50 +01:00 |
Antoine Pitrou
|
17bd792cd3
|
Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C.
|
2011-12-03 22:56:02 +01:00 |
Antoine Pitrou
|
61fed9ccd3
|
Merge from 3.2
|
2011-12-03 22:40:23 +01:00 |
Antoine Pitrou
|
cc809a286a
|
Fix compatibility statement.
|
2011-12-03 22:39:13 +01:00 |
Antoine Pitrou
|
748799a0a6
|
Remove outdated question (the bsddb module isn't included anymore)
|
2011-12-03 22:37:14 +01:00 |
Antoine Pitrou
|
d4ddec5988
|
Refine FAQ entry for catching stdout
|
2011-12-03 22:35:31 +01:00 |
Antoine Pitrou
|
48383bfc67
|
Advocate PyTuple_Pack instead of manual building of tuples
|
2011-12-03 22:30:19 +01:00 |
Antoine Pitrou
|
b6032f55d2
|
Remove outdated FAQ content
|
2011-12-03 22:26:01 +01:00 |
Antoine Pitrou
|
f35204055e
|
Remove outdate FAQ content
|
2011-12-03 22:19:55 +01:00 |
Antoine Pitrou
|
3cb369dd0a
|
Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container.
|
2011-12-03 22:11:45 +01:00 |
Antoine Pitrou
|
c5b266efb5
|
Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container.
|
2011-12-03 22:11:11 +01:00 |
Antoine Pitrou
|
73080b8d18
|
Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3.
|
2011-12-03 21:25:17 +01:00 |
Antoine Pitrou
|
9cb41dfbaa
|
Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3.
|
2011-12-03 21:21:36 +01:00 |
Antoine Pitrou
|
7dc0047d53
|
Merge doc fixes from 3.2
|
2011-12-03 21:07:50 +01:00 |
Antoine Pitrou
|
5dd95d6f2d
|
Mention PySide in the "other GUIs" page.
|
2011-12-03 21:07:01 +01:00 |
Antoine Pitrou
|
7462e87134
|
Mention the new GTK+ 3 bindings.
|
2011-12-03 20:59:24 +01:00 |
Meador Inge
|
80c219b5e7
|
Issue #13513: IOBase docs incorrectly link to the readline module
|
2011-12-03 12:50:18 -06:00 |
Meador Inge
|
777bebb0ef
|
Issue #13513: IOBase docs incorrectly link to the readline module
|
2011-12-03 12:29:54 -06:00 |
Éric Araujo
|
fe0472e7de
|
Fix glitches in email.policy docs (#12208)
|
2011-12-03 16:00:56 +01:00 |
Jason R. Coombs
|
0612e8c2a2
|
Merged fix for #13211 from 3.2
|
2011-12-03 09:39:58 -05:00 |
Jason R. Coombs
|
c9b644eac2
|
Merge fix for Issue #12666 from 3.2
|
2011-12-03 08:59:53 -05:00 |
Charles-François Natali
|
506b361a97
|
Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul
Price.
|
2011-12-03 14:43:57 +01:00 |
Jason R. Coombs
|
a90e364ea5
|
Issue #12666: Added section about map changes.
|
2011-12-03 08:24:21 -05:00 |
Petri Lehtinen
|
5645850013
|
Issue #13439: Merge branch 3.2
|
2011-12-02 21:25:39 +02:00 |
Petri Lehtinen
|
9aa20affb6
|
Issue #13439: Fix many errors in turtle docstrings.
|
2011-12-02 21:24:14 +02:00 |
Ezio Melotti
|
c42512dfc6
|
#13494: merge with 3.2.
|
2011-12-02 19:49:02 +02:00 |