| Commit message (Expand) | Author | Age | Files | Lines |
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 | 35 | -0/+3360 |
|
|
* | Merged revisions 68459 via svnmerge from | Benjamin Peterson | 2009-01-18 | 1 | -3/+1 |
|
|
* | Merged revisions 68458 via svnmerge from | Benjamin Peterson | 2009-01-18 | 1 | -7/+8 |
|
|
* | fix compiler warning | Benjamin Peterson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 68460 via svnmerge from | Benjamin Peterson | 2009-01-17 | 1 | -22/+146 |
|
|
* | I'm just going to assume that all of these revisions don't need to be merge, ... | Benjamin Peterson | 2009-01-17 | 0 | -0/+0 |
|
|
* | Merged revisions 68676 via svnmerge from | Benjamin Peterson | 2009-01-17 | 2 | -2/+10 |
|
|
* | Replace PyNumber_Int with PyNumber_Long. | Mark Dickinson | 2009-01-17 | 4 | -6/+6 |
|
|
* | Issue #4838: When a module is deallocated, free the memory backing the option... | Antoine Pitrou | 2009-01-17 | 2 | -0/+5 |
|
|
* | Merged revisions 68661 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-17 | 1 | -7/+13 |
|
|
* | Remove attempted long->int conversions in py3k version of float.as_integer_ra... | Mark Dickinson | 2009-01-17 | 1 | -6/+0 |
|
|
* | Fix a few more references to long integers in the docs. | Mark Dickinson | 2009-01-17 | 5 | -9/+9 |
|
|
* | Issue #4910, patch 3/3: rename nb_long to nb_reserved | Mark Dickinson | 2009-01-17 | 12 | -14/+19 |
|
|
* | Remove a couple of references to long in the c-api docs | Mark Dickinson | 2009-01-17 | 1 | -2/+2 |
|
|
* | fix inspect.formatargspec on functions with keyword-only arguments without de... | Benjamin Peterson | 2009-01-17 | 4 | -1/+15 |
|
|
* | Make test_io faster | Antoine Pitrou | 2009-01-17 | 1 | -1/+5 |
|
|
* | Define PY_SSIZE_T_CLEAN at the top of the dbm module. This should fix the | Mark Dickinson | 2009-01-16 | 1 | -0/+1 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 19 | -59/+140 |
|
|
* | remove duplicate definition of PyExc_BufferError #4950 | Benjamin Peterson | 2009-01-16 | 1 | -1/+0 |
|
|
* | Issue 4910, patch 2 of (probably) 3: pave the way for renaming of | Mark Dickinson | 2009-01-15 | 8 | -25/+8 |
|
|
* | Merged revisions 68611-68613 via svnmerge from | Mark Dickinson | 2009-01-15 | 2 | -0/+6 |
|
|
* | Issue #1696199: Add collections.Counter(). | Raymond Hettinger | 2009-01-14 | 4 | -2/+391 |
|
|
* | Blocked revisions 68592 via svnmerge | Amaury Forgeot d'Arc | 2009-01-13 | 0 | -0/+0 |
|
|
* | Blocked revisions 68589 via svnmerge | Antoine Pitrou | 2009-01-13 | 0 | -0/+0 |
|
|
* | encoding returns bytes objects | Benjamin Peterson | 2009-01-13 | 1 | -36/+40 |
|
|
* | Issue #4935: The overflow checking code in the expandtabs() method common | Antoine Pitrou | 2009-01-13 | 2 | -37/+34 |
|
|
* | Blocked revisions 68579-68580,68584 via svnmerge | Benjamin Peterson | 2009-01-13 | 0 | -0/+0 |
|
|
* | de-spacify | Benjamin Peterson | 2009-01-13 | 1 | -3/+3 |
|
|
* | make bytearrayobject.o depend on the stringlib headers #4936 | Benjamin Peterson | 2009-01-13 | 1 | -2/+2 |
|
|
* | Merged revisions 68425,68461,68498 via svnmerge from | Benjamin Peterson | 2009-01-13 | 4 | -5/+158 |
|
|
* | Merged revisions 68560 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-12 | 10 | -67/+47 |
|
|
* | Issue #4910 (1st patch of a series): fix int() and the corresponding | Mark Dickinson | 2009-01-12 | 3 | -17/+23 |
|
|
* | Merged revisions 68455,68476,68542 via svnmerge from | Martin v. Löwis | 2009-01-12 | 3 | -70/+126 |
|
|
* | Merged revisions 68540 via svnmerge from | Martin v. Löwis | 2009-01-12 | 2 | -3/+14 |
|
|
* | Fixes issue #3826 and #4791: | Gregory P. Smith | 2009-01-12 | 3 | -2/+43 |
|
|
* | remove docs for PyBytes_Format #4917 | Benjamin Peterson | 2009-01-12 | 1 | -6/+0 |
|
|
* | Issue #4916: fix little-endian UTF-16 decoding bug on big-endian UCS-4 builds... | Antoine Pitrou | 2009-01-11 | 1 | -8/+16 |
|
|
* | Merged revisions 68381 via svnmerge from | Benjamin Peterson | 2009-01-11 | 3 | -11/+16 |
|
|
* | Remove __long__ methods from UserString and from Demo/ classes. | Mark Dickinson | 2009-01-11 | 3 | -10/+0 |
|
|
* | Merged revisions 68527 via svnmerge from | Martin v. Löwis | 2009-01-11 | 2 | -0/+8 |
|
|
* | Merged revisions 68523 via svnmerge from | Martin v. Löwis | 2009-01-11 | 3 | -0/+4 |
|
|
* | ricos isn't supported | Benjamin Peterson | 2009-01-10 | 1 | -1/+0 |
|
|
* | fix syntax in ctypes.util | Benjamin Peterson | 2009-01-10 | 1 | -2/+2 |
|
|
* | Issue #4910: replace "long" with "int" in docstring for __long__ slot and | Mark Dickinson | 2009-01-10 | 3 | -16/+7 |
|
|
* | Corrected minor typo and added .currentmodule directives to fix missing cross... | Vinay Sajip | 2009-01-10 | 1 | -3/+11 |
|
|
* | Merged revisions 68499 via svnmerge from | Mark Dickinson | 2009-01-10 | 1 | -1/+0 |
|
|
* | Merged revisions 68496 via svnmerge from | Antoine Pitrou | 2009-01-10 | 1 | -0/+6 |
|
|
* | Blocked revisions 68487 via svnmerge | Benjamin Peterson | 2009-01-10 | 0 | -0/+0 |
|
|
* | Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk: | Matthias Klose | 2009-01-10 | 2 | -4/+39 |
|
|
* | fix typo #4904 | Benjamin Peterson | 2009-01-10 | 1 | -1/+1 |
|
|