| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 68763,68773 via svnmerge from | Benjamin Peterson | 2009-01-19 | 2 | -6/+3 |
|
|
* | merge r68768 to py3k | Jesse Noller | 2009-01-19 | 4 | -3/+33 |
|
|
* | fix compiler warning | Benjamin Peterson | 2009-01-19 | 1 | -1/+1 |
|
|
* | reenable the invalid fd test for fdopen | Benjamin Peterson | 2009-01-19 | 2 | -1/+3 |
|
|
* | Merged revisions 68755 via svnmerge from | Benjamin Peterson | 2009-01-19 | 2 | -0/+24 |
|
|
* | Remove a debugging print statement that accidentally got left in. | Brett Cannon | 2009-01-19 | 1 | -1/+0 |
|
|
* | Fix a typo in some code that is not tested or supported yet. | Brett Cannon | 2009-01-19 | 1 | -1/+1 |
|
|
* | Blocked revisions 68544-68545,68597 via svnmerge | Benjamin Peterson | 2009-01-18 | 0 | -0/+0 |
|
|
* | Merged revisions 68546 via svnmerge from | Benjamin Peterson | 2009-01-18 | 1 | -1/+46 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 13 | -45/+48 |
|
|
* | Merged revisions 68568,68665 via svnmerge from | Benjamin Peterson | 2009-01-18 | 2 | -5/+5 |
|
|
* | merge cl r68737 to py3k | Jesse Noller | 2009-01-18 | 3 | -24/+13 |
|
|
* | Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge... | Benjamin Peterson | 2009-01-18 | 5 | -35/+136 |
|
|
* | Issue #4815: Offer conversion to UTF-8 if source files have | Martin v. Löwis | 2009-01-18 | 2 | -12/+31 |
|
|
* | Issue #4008: Fix problems with non-ASCII source files. | Martin v. Löwis | 2009-01-18 | 3 | -12/+21 |
|
|
* | 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 | 3 | -10/+5 |
|
|
* | #4975: fix bytes/str issue. | Georg Brandl | 2009-01-18 | 1 | -1/+1 |
|
|
* | #4983: clarify what "byte sequence" is. | Georg Brandl | 2009-01-18 | 1 | -5/+6 |
|
|
* | #4984: fix number of types. | Georg Brandl | 2009-01-18 | 1 | -1/+1 |
|
|
* | Tests of case-sensitivity were being executed on OSs which did not have a | Brett Cannon | 2009-01-18 | 3 | -4/+13 |
|
|
* | Merge r68708 to py3k, fixes 4449 | Jesse Noller | 2009-01-18 | 4 | -9/+33 |
|
|
* | Blocked revisions 68705 via svnmerge | Benjamin Peterson | 2009-01-18 | 0 | -0/+0 |
|
|
* | NOTES for importlib should mention the ultimate end-goal for the package. | Brett Cannon | 2009-01-18 | 1 | -0/+2 |
|
|
* | Skip over any file or folder that starts with a dot (e.g. .svn). | Brett Cannon | 2009-01-18 | 1 | -0/+3 |
|
|
* | Merged revisions 68678 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-18 | 1 | -11/+6 |
|
|
* | 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 |
|
|