2009-01-20 |
Benjamin Peterson | Merged revisions 68797,68801 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Benjamin Peterson | Blocked revisions 68807 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Benjamin Peterson | Blocked revisions 68803,68805 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Raymond Hettinger | Fix typos. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Antoine Pitrou | Fix typo |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Raymond Hettinger | Issue 4998: Decimal should not subclass or register... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Raymond Hettinger | Forward port r68797: Fix-up jump targets in collections... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Benjamin Peterson | Blocked revisions 68789,68792 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Raymond Hettinger | Forward port r68792 and r68789 putting Counter in __all... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Brett Cannon | Document the (very small) public API for importlib... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Brett Cannon | Clarify how the specify the name of a module with the... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Jesse Noller | merge r68787 to py3k |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Benjamin Peterson | Blocked revisions 68785 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Benjamin Peterson | Merged revisions 68779 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Benjamin Peterson | Merged revisions 68763,68773 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Jesse Noller | merge r68768 to py3k |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Benjamin Peterson | fix compiler warning |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Benjamin Peterson | reenable the invalid fd test for fdopen |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Benjamin Peterson | Merged revisions 68755 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Brett Cannon | Remove a debugging print statement that accidentally... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Brett Cannon | Fix a typo in some code that is not tested or supported... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Benjamin Peterson | Blocked revisions 68544-68545,68597 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Benjamin Peterson | Merged revisions 68546 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Benjamin Peterson | Merged revisions 68633,68648,68667,68706,68718,68720... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Benjamin Peterson | Merged revisions 68568,68665 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Jesse Noller | merge cl r68737 to py3k |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Benjamin Peterson | Merged revisions 68547,68607,68610,68618,68621-68622... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Martin v. Löwis | Issue #4815: Offer conversion to UTF-8 if source files... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Martin v. Löwis | Issue #4008: Fix problems with non-ASCII source files. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Jesse Noller | Correct issue number for 68728 checkin |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Jesse Noller | Issues #10867: remove old cPickle imports from multipro... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Georg Brandl | #4975: fix bytes/str issue. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Georg Brandl | #4983: clarify what "byte sequence" is. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Georg Brandl | #4984: fix number of types. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brett Cannon | Tests of case-sensitivity were being executed on OSs... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Jesse Noller | Merge r68708 to py3k, fixes 4449 |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Benjamin Peterson | Blocked revisions 68705 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brett Cannon | NOTES for importlib should mention the ultimate end... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brett Cannon | Skip over any file or folder that starts with a dot... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Amaury Forgeot... | Merged revisions 68678 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brett Cannon | Add initial implementation of importlib. See the NOTES... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Benjamin Peterson | Merged revisions 68459 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Benjamin Peterson | Merged revisions 68458 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Benjamin Peterson | fix compiler warning |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Benjamin Peterson | Merged revisions 68460 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Benjamin Peterson | I'm just going to assume that all of these revisions... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Benjamin Peterson | Merged revisions 68676 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Mark Dickinson | Replace PyNumber_Int with PyNumber_Long. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Antoine Pitrou | Issue #4838: When a module is deallocated, free the... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Amaury Forgeot... | Merged revisions 68661 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Mark Dickinson | Remove attempted long->int conversions in py3k version... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Mark Dickinson | Fix a few more references to long integers in the docs. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Mark Dickinson | Issue #4910, patch 3/3: rename nb_long to nb_reserved |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Mark Dickinson | Remove a couple of references to long in the c-api... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Benjamin Peterson | fix inspect.formatargspec on functions with keyword... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Antoine Pitrou | Make test_io faster |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Mark Dickinson | Define PY_SSIZE_T_CLEAN at the top of the dbm module... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Benjamin Peterson | Merged revisions 68450,68480-68481,68493,68495,68501... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Benjamin Peterson | remove duplicate definition of PyExc_BufferError #4950 |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Mark Dickinson | Issue 4910, patch 2 of (probably) 3: pave the way for... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Mark Dickinson | Merged revisions 68611-68613 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Raymond Hettinger | Issue #1696199: Add collections.Counter(). |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Amaury Forgeot... | Blocked revisions 68592 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Antoine Pitrou | Blocked revisions 68589 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Benjamin Peterson | encoding returns bytes objects |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Antoine Pitrou | Issue #4935: The overflow checking code in the expandta... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Benjamin Peterson | Blocked revisions 68579-68580,68584 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Benjamin Peterson | de-spacify |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Benjamin Peterson | make bytearrayobject.o depend on the stringlib headers... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Benjamin Peterson | Merged revisions 68425,68461,68498 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Amaury Forgeot... | Merged revisions 68560 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Mark Dickinson | Issue #4910 (1st patch of a series): fix int() and... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Martin v. Löwis | Merged revisions 68455,68476,68542 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Martin v. Löwis | Merged revisions 68540 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Gregory P.... | Fixes issue #3826 and #4791: |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Benjamin Peterson | remove docs for PyBytes_Format #4917 |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Antoine Pitrou | Issue #4916: fix little-endian UTF-16 decoding bug... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Benjamin Peterson | Merged revisions 68381 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Mark Dickinson | Remove __long__ methods from UserString and from Demo... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Martin v. Löwis | Merged revisions 68527 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Martin v. Löwis | Merged revisions 68523 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | ricos isn't supported |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | fix syntax in ctypes.util |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Mark Dickinson | Issue #4910: replace "long" with "int" in docstring... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Vinay Sajip | Corrected minor typo and added .currentmodule directive... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Mark Dickinson | Merged revisions 68499 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Antoine Pitrou | Merged revisions 68496 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | Blocked revisions 68487 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Matthias Klose | Merge r68487 from svn+ssh://pythondev@svn.python.org... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | fix typo #4904 |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Antoine Pitrou | Merged revisions 68484-68485 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Antoine Pitrou | Issue #4868: utf-8, utf-16 and latin1 decoding are... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Vinay Sajip | Corrected an incorrect self-reference. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Vinay Sajip | Minor documentation changes relating to NullHandler... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Hirokazu Yamamoto | Fixed 2to3 issue on tix module. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Hirokazu Yamamoto | Commit miss. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Hirokazu Yamamoto | Merged revisions 68468-68470 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | Unblocked revisions 68425 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Antoine Pitrou | Merged revisions 68462 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Antoine Pitrou | Fix bug introduced in r68451: stdio must always be... |
commit | commitdiff | tree | snapshot |
next |