| Commit message (Expand) | Author | Age | Files | Lines |
* | Use operator.index() instead of n.__index__(). | Raymond Hettinger | 2008-07-10 | 1 | -5/+2 |
|
|
* | Issue 3287: Raise correct exception for float inputs. | Raymond Hettinger | 2008-07-10 | 2 | -7/+9 |
|
|
* | Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing... | Nick Coghlan | 2008-07-08 | 1 | -0/+1 |
|
|
* | Issue 3306. Better control for a lenght in findmax() function. | Facundo Batista | 2008-07-07 | 1 | -0/+4 |
|
|
* | - Issue #3094: httplib.HTTPSConnection Host: headers no longer include the | Gregory P. Smith | 2008-07-07 | 1 | -1/+1 |
|
|
* | Fixed bugs 760475, 953599, and 1519. | Josiah Carlson | 2008-07-07 | 3 | -6/+14 |
|
|
* | - Issue #3309: Fix bz2.BZFile itererator to release its internal lock | Gregory P. Smith | 2008-07-07 | 1 | -0/+11 |
|
|
* | Issue839496: SimpleHTTPServer should open all files in binary mode. | Amaury Forgeot d'Arc | 2008-07-06 | 1 | -5/+4 |
|
|
* | remove test_compact_freelists from test_sys | Benjamin Peterson | 2008-07-06 | 1 | -19/+0 |
|
|
* | - Issue #2113: Fix error in subprocess.Popen if the select system call is | Gregory P. Smith | 2008-07-06 | 1 | -1/+6 |
|
|
* | Issue #3239. Differentiate the ascii call from the curses one and | Facundo Batista | 2008-07-05 | 1 | -18/+19 |
|
|
* | Keep below 80 chars. | Georg Brandl | 2008-07-05 | 1 | -2/+2 |
|
|
* | make regrtest aware of the lib2to3 resource | Benjamin Peterson | 2008-07-05 | 1 | -1/+3 |
|
|
* | Disable lib2to3 by default, unless run explicitly. | Martin v. Löwis | 2008-07-05 | 1 | -1/+5 |
|
|
* | Merged revisions 64285-64735 via svnmerge from | Martin v. Löwis | 2008-07-05 | 2 | -4/+6 |
|
|
* | Issue 3188: accept float('infinity') as well as float('inf'). This | Mark Dickinson | 2008-07-05 | 1 | -1/+17 |
|
|
* | #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. | Georg Brandl | 2008-07-05 | 2 | -2/+109 |
|
|
* | Patch #1622: Correct interpretation of various ZIP header fields. | Martin v. Löwis | 2008-07-03 | 3 | -100/+277 |
|
|
* | Revert r64673 and instead just change the file encoding. | Brett Cannon | 2008-07-02 | 1 | -3/+3 |
|
|
* | FIx some Latin-1 characters to be UTF-8 as the file encoding specifies. | Brett Cannon | 2008-07-02 | 1 | -2/+2 |
|
|
* | Add #!/usr/bin/env python for ben | Jesse Noller | 2008-07-02 | 1 | -0/+2 |
|
|
* | Issue #449227: Now with the rlcompleter module, callable objects are | Facundo Batista | 2008-07-02 | 1 | -6/+14 |
|
|
* | Reenable the manager tests with Amaury's threading fix | Jesse Noller | 2008-07-02 | 1 | -17/+13 |
|
|
* | Issue 3190: pydoc now hides module __package__ attributes | Nick Coghlan | 2008-07-02 | 2 | -4/+3 |
|
|
* | Replace occurrences of '\d' with '[0-9]' in Decimal regex, to make sure | Mark Dickinson | 2008-07-02 | 2 | -10/+13 |
|
|
* | Handle urllib's renaming for Python 3.0: | Brett Cannon | 2008-07-02 | 3 | -14/+27 |
|
|
* | #3242: fix a crash in "print", if sys.stdout is set to a custom object, | Amaury Forgeot d'Arc | 2008-07-01 | 1 | -1/+19 |
|
|
* | #3219 repeated keyword arguments aren't allowed in function calls anymore | Benjamin Peterson | 2008-07-01 | 1 | -0/+5 |
|
|
* | #Issue3088 in-progress: Race condition with instances of classes derived from... | Amaury Forgeot d'Arc | 2008-06-30 | 1 | -0/+26 |
|
|
* | Fix #2702, with a correct accounting of recursion. | Facundo Batista | 2008-06-30 | 1 | -15/+11 |
|
|
* | Removed out-of-date comment in _install_handlers and | Vinay Sajip | 2008-06-29 | 1 | -2/+1 |
|
|
* | fix typo | Benjamin Peterson | 2008-06-28 | 1 | -1/+1 |
|
|
* | convert test_audioop to unittest. Thanks to Giampaolo Rodola. | Benjamin Peterson | 2008-06-28 | 1 | -264/+147 |
|
|
* | make sure we close the active channels when eof is received on them | Bill Janssen | 2008-06-28 | 1 | -0/+1 |
|
|
* | various SSL fixes; issues 1251, 3162, 3212 | Bill Janssen | 2008-06-28 | 3 | -289/+350 |
|
|
* | Remove trailing 'L's from numerator and denominator in the | Mark Dickinson | 2008-06-27 | 2 | -1/+5 |
|
|
* | Merged revisions 64368-64369 via svnmerge from | Trent Nelson | 2008-06-27 | 1 | -1/+1 |
|
|
* | warnings.warn_explicit() did not have the proper TypeErrors in place to prevent | Brett Cannon | 2008-06-27 | 2 | -0/+16 |
|
|
* | fix isSet in _exposed | Benjamin Peterson | 2008-06-26 | 1 | -2/+1 |
|
|
* | use the new API | Benjamin Peterson | 2008-06-26 | 1 | -1/+1 |
|
|
* | Corrected inconsistencies in sizeof tests and addressed issue pointed | Robert Schuppenies | 2008-06-26 | 1 | -12/+12 |
|
|
* | Reverting the patch from #3165, as it broke other | Facundo Batista | 2008-06-25 | 1 | -10/+22 |
|
|
* | get rid of 2.6/3.0 switch statements in multiprocessing | Benjamin Peterson | 2008-06-25 | 2 | -23/+6 |
|
|
* | use byte literals in multiprocessing | Benjamin Peterson | 2008-06-25 | 1 | -8/+3 |
|
|
* | Issue 3147: Fixed SizeofTest failure for LLP64 systems. | Robert Schuppenies | 2008-06-25 | 1 | -71/+60 |
|
|
* | remove bytes alias in multiprocessing | Benjamin Peterson | 2008-06-25 | 2 | -14/+0 |
|
|
* | Revert 64424, 64438, and 64439. | Raymond Hettinger | 2008-06-24 | 2 | -28/+1 |
|
|
* | Issue 3189: Py3k DeprecationWarning in difflib | Raymond Hettinger | 2008-06-24 | 1 | -4/+4 |
|
|
* | Fixed formatting with thousands separator and padding. Resolves issue 3140. | Eric Smith | 2008-06-24 | 1 | -0/+8 |
|
|
* | Issue 3161: Missing import and test. | Raymond Hettinger | 2008-06-23 | 2 | -0/+16 |
|
|