| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 68951 via svnmerge from | Tarek Ziadé | 2009-01-26 | 1 | -0/+3 |
|
|
* | Forward port r68941 adding itertools.compress(). | Raymond Hettinger | 2009-01-26 | 1 | -0/+2 |
|
|
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 | 1 | -0/+4 |
|
|
* | Merged revisions 68929 via svnmerge from | Tarek Ziadé | 2009-01-25 | 1 | -0/+2 |
|
|
* | Issue #4753: By enabling a configure option named '--with-computed-gotos' | Antoine Pitrou | 2009-01-25 | 1 | -0/+5 |
|
|
* | merge r68915 to py3k | Jesse Noller | 2009-01-25 | 2 | -0/+5 |
|
|
* | Merged revisions 68903,68906 via svnmerge from | Mark Dickinson | 2009-01-24 | 1 | -0/+3 |
|
|
* | Merged revisions 68893 via svnmerge from | Martin v. Löwis | 2009-01-24 | 1 | -0/+3 |
|
|
* | Merged revisions 68885 via svnmerge from | Martin v. Löwis | 2009-01-24 | 1 | -0/+3 |
|
|
* | merge 68874 to py3kwq! | Jesse Noller | 2009-01-23 | 1 | -0/+4 |
|
|
* | Issue #4874: Most builtin decoders now reject unicode input. | Antoine Pitrou | 2009-01-22 | 1 | -0/+2 |
|
|
* | Merged revisions 68835 via svnmerge from | Antoine Pitrou | 2009-01-21 | 1 | -0/+5 |
|
|
* | Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat... | Vinay Sajip | 2009-01-21 | 1 | -7/+10 |
|
|
* | Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. | Mark Dickinson | 2009-01-20 | 1 | -0/+3 |
|
|
* | Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the | Mark Dickinson | 2009-01-20 | 1 | -0/+3 |
|
|
* | Document the (very small) public API for importlib. As time goes on and some | Brett Cannon | 2009-01-20 | 1 | -0/+2 |
|
|
* | merge r68768 to py3k | Jesse Noller | 2009-01-19 | 1 | -0/+4 |
|
|
* | reenable the invalid fd test for fdopen | Benjamin Peterson | 2009-01-19 | 1 | -0/+2 |
|
|
* | merge cl r68737 to py3k | Jesse Noller | 2009-01-18 | 1 | -0/+3 |
|
|
* | Correct issue number for 68728 checkin | Jesse Noller | 2009-01-18 | 1 | -1/+1 |
|
|
* | Issues #10867: remove old cPickle imports from multiprocessing | Jesse Noller | 2009-01-18 | 1 | -0/+3 |
|
|
* | Merge r68708 to py3k, fixes 4449 | Jesse Noller | 2009-01-18 | 1 | -0/+6 |
|
|
* | Issue #4838: When a module is deallocated, free the memory backing the option... | Antoine Pitrou | 2009-01-17 | 1 | -0/+3 |
|
|
* | Issue #4910, patch 3/3: rename nb_long to nb_reserved | Mark Dickinson | 2009-01-17 | 1 | -0/+3 |
|
|
* | fix inspect.formatargspec on functions with keyword-only arguments without de... | Benjamin Peterson | 2009-01-17 | 1 | -0/+3 |
|
|
* | Merged revisions 68611-68613 via svnmerge from | Mark Dickinson | 2009-01-15 | 1 | -0/+2 |
|
|
* | Issue #1696199: Add collections.Counter(). | Raymond Hettinger | 2009-01-14 | 1 | -0/+3 |
|
|
* | Issue #4935: The overflow checking code in the expandtabs() method common | Antoine Pitrou | 2009-01-13 | 1 | -0/+4 |
|
|
* | Merged revisions 68560 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -0/+3 |
|
|
* | Issue #4910 (1st patch of a series): fix int() and the corresponding | Mark Dickinson | 2009-01-12 | 1 | -0/+4 |
|
|
* | Merged revisions 68455,68476,68542 via svnmerge from | Martin v. Löwis | 2009-01-12 | 1 | -0/+2 |
|
|
* | Merged revisions 68540 via svnmerge from | Martin v. Löwis | 2009-01-12 | 1 | -0/+2 |
|
|
* | Fixes issue #3826 and #4791: | Gregory P. Smith | 2009-01-12 | 1 | -0/+4 |
|
|
* | Merged revisions 68527 via svnmerge from | Martin v. Löwis | 2009-01-11 | 1 | -0/+2 |
|
|
* | Merged revisions 68523 via svnmerge from | Martin v. Löwis | 2009-01-11 | 1 | -0/+2 |
|
|
* | Merged revisions 68496 via svnmerge from | Antoine Pitrou | 2009-01-10 | 1 | -0/+6 |
|
|
* | Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk: | Matthias Klose | 2009-01-10 | 1 | -0/+3 |
|
|
* | Merged revisions 68484-68485 via svnmerge from | Antoine Pitrou | 2009-01-10 | 1 | -0/+2 |
|
|
* | Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The | Antoine Pitrou | 2009-01-10 | 1 | -0/+4 |
|
|
* | Merged revisions 68462 via svnmerge from | Antoine Pitrou | 2009-01-09 | 1 | -0/+6 |
|
|
* | Issue #4604: Some objects of the I/O library could still be used after | Antoine Pitrou | 2009-01-09 | 1 | -0/+4 |
|
|
* | Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line | Antoine Pitrou | 2009-01-09 | 1 | -0/+5 |
|
|
* | Reduce the size of the _PyLong_DigitValue table. | Raymond Hettinger | 2009-01-09 | 1 | -0/+4 |
|
|
* | Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge... | Benjamin Peterson | 2009-01-09 | 1 | -1/+1 |
|
|
* | Issue #4751: hashlib now releases the GIL when hashing large buffers | Antoine Pitrou | 2009-01-08 | 1 | -0/+4 |
|
|
* | Fixed a crash in ctypes, when HAVE_USABLE_WCHAR_T is false. | Thomas Heller | 2009-01-08 | 1 | -0/+3 |
|
|
* | Merged revisions 68360-68361 via svnmerge from | Antoine Pitrou | 2009-01-06 | 1 | -0/+6 |
|
|
* | Merged revisions 68319 via svnmerge from | Antoine Pitrou | 2009-01-04 | 1 | -0/+5 |
|
|
* | Merged revisions 68317-68318 via svnmerge from | Mark Dickinson | 2009-01-04 | 1 | -0/+2 |
|
|
* | Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ... | Georg Brandl | 2009-01-03 | 1 | -3/+42 |
|
|