2009-01-24 |
Mark Dickinson | Merged revisions 68890 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Mark Dickinson | Some minor cleanups in PyLong_FromLong: |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Martin v. Löwis | Merged revisions 68885 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Kristján Valur... | Add a test for UNC import paths, see issue 3677 |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Kristján Valur... | Issue 3677: Release the path string on py3k |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Alexandre Vassalotti | Factor common branch in load_long(). |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Jesse Noller | merge 68874 to py3kwq! |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Hirokazu Yamamoto | Merged revisions 68457 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Alexandre Vassalotti | Clean up pickle usage examples. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Alexandre Vassalotti | Issue 2980: Protocol 0 is not truly restricted to ASCII. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Alexandre Vassalotti | Remove obsolete note on binary-mode vs. text-mode file. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Alexandre Vassalotti | Remove unnecessary copying in load_long(). |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Benjamin Peterson | Merged revisions 68750,68776-68777,68811,68842,68859... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Brett Cannon | Ignore pyc and pyo files. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Brett Cannon | Add some comment markers to more clearly delineate... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Brett Cannon | Add importlib.machinery with its first tenants, BuitinI... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Jesse Noller | merge r68862 to py3k |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Benjamin Peterson | Blocked revisions 68850,68853 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Brett Cannon | Fix markup for arguments in importlib docs. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Antoine Pitrou | Followup of #4874: also fix multibytecodec.c |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Antoine Pitrou | Issue #4874: Most builtin decoders now reject unicode... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Raymond Hettinger | Update comments and add an optimized path for Counter... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Raymond Hettinger | More doc tweaks. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Benjamin Peterson | Blocked revisions 68760,68793,68813,68826,68829,68831... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Benjamin Peterson | Blocked revisions 68843,68845 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Raymond Hettinger | Tighten-up the docs for Counter(). |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Raymond Hettinger | Simplify explanation of multiset operations by removing... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Jesse Noller | merge r68839 forward to py3k |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Antoine Pitrou | Merged revisions 68835 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Vinay Sajip | Issue 5013: Fixed bug in FileHandler when delay was... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Raymond Hettinger | Beautify and cleanup the references section. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Raymond Hettinger | Revert part of r68799 which unintentionally updated... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Mark Dickinson | Issue 4842, patch 2/2: int('3L') should be invalid... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Mark Dickinson | Issue #4842, patch 1/2: fix pickle in Python 3.x so... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Benjamin Peterson | Blocked revisions 68764,68766 via svnmerge |
commit | commitdiff | tree | snapshot |
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 |
next |