| Commit message (Expand) | Author | Age | Files | Lines |
* | #4206: fix 2.xisms in multiprocessing docs and docstrings. | Georg Brandl | 2008-11-22 | 1 | -7/+8 |
|
|
* | #4361: fix string.py docstring, clarify that only ASCII characters are in its... | Georg Brandl | 2008-11-22 | 1 | -9/+9 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 5 | -13/+15 |
|
|
* | #4383: UnboundLocalError when IDLE cannot connect to its subprocess. | Amaury Forgeot d'Arc | 2008-11-21 | 1 | -3/+4 |
|
|
* | Merged revisions 67320 via svnmerge from | Benjamin Peterson | 2008-11-21 | 1 | -2/+25 |
|
|
* | Bump to 3.0rc3v3.0rc3 | Barry Warsaw | 2008-11-21 | 3 | -9/+9 |
|
|
* | Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and | Brett Cannon | 2008-11-21 | 2 | -26/+48 |
|
|
* | fix test_gzip | Benjamin Peterson | 2008-11-21 | 1 | -1/+1 |
|
|
* | #4338: Fix the distutils "setup.py upload" command. | Amaury Forgeot d'Arc | 2008-11-20 | 1 | -17/+19 |
|
|
* | Follow-up of r67300: correct a failure in socket.makefile(). | Amaury Forgeot d'Arc | 2008-11-20 | 2 | -5/+16 |
|
|
* | Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc. | Barry Warsaw | 2008-11-20 | 2 | -10/+47 |
|
|
* | Fix for bug 4360 "SystemError when method has both super() & closure". Patch | Barry Warsaw | 2008-11-20 | 1 | -0/+11 |
|
|
* | Issue #4354: Fix distutils register command. | Martin v. Löwis | 2008-11-20 | 1 | -13/+8 |
|
|
* | Merged revisions 67243,67245,67277-67278,67289 via svnmerge from | Benjamin Peterson | 2008-11-19 | 1 | -2/+2 |
|
|
* | Merged revisions 67291 via svnmerge from | Benjamin Peterson | 2008-11-19 | 1 | -0/+10 |
|
|
* | This fixes issue 4332 for Py3k. | Josiah Carlson | 2008-11-19 | 1 | -1/+1 |
|
|
* | Merged revisions 67279 via svnmerge from | Martin v. Löwis | 2008-11-19 | 1 | -2/+2 |
|
|
* | Merged revisions 67246 via svnmerge from | Benjamin Peterson | 2008-11-17 | 1 | -0/+40 |
|
|
* | Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv... | Benjamin Peterson | 2008-11-16 | 2 | -6/+8 |
|
|
* | Issue #1721812: Binary operations and copy operations on set/frozenset | Raymond Hettinger | 2008-11-16 | 1 | -4/+9 |
|
|
* | Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to | Mark Dickinson | 2008-11-12 | 2 | -2/+49 |
|
|
* | change the named tuple returned by inspect.getfullargspec to have a 'kwonlyde... | Benjamin Peterson | 2008-11-12 | 1 | -1/+1 |
|
|
* | #2971: test_zipfile64 fails. | Amaury Forgeot d'Arc | 2008-11-12 | 1 | -7/+8 |
|
|
* | Enable this test only when subprocess supports non-ascii arguments. | Amaury Forgeot d'Arc | 2008-11-12 | 1 | -6/+5 |
|
|
* | Temporarily print some information in test_cmd_line, | Amaury Forgeot d'Arc | 2008-11-12 | 1 | -0/+2 |
|
|
* | #3705: Command-line arguments were not correctly decoded when the | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -0/+6 |
|
|
* | #4298: pickle.load() can segfault on invalid or truncated input. | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -0/+5 |
|
|
* | Merged revisions 67180 via svnmerge from | Benjamin Peterson | 2008-11-10 | 5 | -12/+44 |
|
|
* | #4283: fix left-over iteritems() in distutils. | Georg Brandl | 2008-11-08 | 1 | -1/+1 |
|
|
* | update | Barry Warsaw | 2008-11-07 | 1 | -1/+1 |
|
|
* | Bumping to 3.0rc2. | Barry Warsaw | 2008-11-06 | 3 | -7/+7 |
|
|
* | fix #4211: the __path__ of a frozen package should be a list. | Benjamin Peterson | 2008-11-05 | 1 | -0/+1 |
|
|
* | Merged revisions 67089,67091,67101 via svnmerge from | Benjamin Peterson | 2008-11-05 | 2 | -1/+10 |
|
|
* | Fixed issue #3727: poplib module broken by str to unicode conversion | Christian Heimes | 2008-11-05 | 2 | -105/+298 |
|
|
* | Issue #3714: nntplib module broken by str to unicode conversion | Christian Heimes | 2008-11-05 | 1 | -63/+52 |
|
|
* | Issue #1210: Fixed imaplib | Christian Heimes | 2008-11-05 | 1 | -110/+77 |
|
|
* | Fixed issue #4233. | Christian Heimes | 2008-11-05 | 1 | -9/+23 |
|
|
* | Issue #3774: Fixed an error when create a Tkinter menu item without command | Hirokazu Yamamoto | 2008-11-04 | 1 | -12/+13 |
|
|
* | Sorry, r67092 is commit miss.... | Hirokazu Yamamoto | 2008-11-04 | 1 | -13/+0 |
|
|
* | Blocked revisions 67002 via svnmerge | Hirokazu Yamamoto | 2008-11-04 | 1 | -0/+13 |
|
|
* | fix test_descr | Benjamin Peterson | 2008-11-03 | 1 | -1/+1 |
|
|
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 | 5 | -8/+26 |
|
|
* | Correct the pickle test, broken since r67059: | Amaury Forgeot d'Arc | 2008-10-31 | 1 | -2/+9 |
|
|
* | Merged revisions 67066 via svnmerge from | Benjamin Peterson | 2008-10-31 | 2 | -0/+14 |
|
|
* | Merged revisions 67049 via svnmerge from | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -0/+16 |
|
|
* | Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ... | Christian Heimes | 2008-10-30 | 1 | -0/+7 |
|
|
* | #4170: Fix segfault when pickling a defauldict object. | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -0/+8 |
|
|
* | Merged revisions 67030-67031 via svnmerge from | Benjamin Peterson | 2008-10-26 | 2 | -2/+27 |
|
|
* | Remove a confusing statement in Pickler's docstring. | Alexandre Vassalotti | 2008-10-25 | 1 | -2/+0 |
|
|
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 7 | -43/+41 |
|
|