Victor Stinner
|
0c4fbff6a7
|
libpython.py: defer call to gdb.lookup_type('PyUnicodeObject')
The lookup fails at startup if Python is linked to a shared library.
|
2011-12-08 00:08:22 +01:00 |
Charles-François Natali
|
1659b83b1d
|
Followup to a541bda2f5e2: Add a short comment.
|
2011-12-07 23:17:58 +01:00 |
Ezio Melotti
|
96e76775bc
|
#13531: merge with 3.2.
|
2011-12-08 00:03:59 +02:00 |
Ezio Melotti
|
eb5879414d
|
#13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng.
|
2011-12-08 00:02:00 +02:00 |
Charles-François Natali
|
7c0b0cc9f9
|
Issue #11051: Reduce the number of syscalls per import.
|
2011-12-07 19:16:01 +01:00 |
Ned Deily
|
3be637e67f
|
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
(Patch by Tal Einat)
|
2011-12-07 01:12:50 -08:00 |
Ned Deily
|
2f0ad742b5
|
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
(Patch by Tal Einat)
|
2011-12-07 01:08:35 -08:00 |
Antoine Pitrou
|
4ce6aa4ba7
|
Fix dangling whitespace
|
2011-12-06 22:34:36 +01:00 |
Antoine Pitrou
|
38d9643d5e
|
Issue #13464: Add a readinto() method to http.client.HTTPResponse.
Patch by Jon Kuhn.
|
2011-12-06 22:33:57 +01:00 |
Jesus Cea
|
0f6492250c
|
MERGE: Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop
|
2011-12-06 20:47:38 +01:00 |
Jesus Cea
|
a9837d8194
|
Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop
|
2011-12-06 20:46:57 +01:00 |
Lars Gustäbel
|
bb44b73e17
|
Remove no longer needed work-around for bz2 file object support.
|
2011-12-06 13:44:10 +01:00 |
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 |