2009-01-29 |
Benjamin Peterson | Blocked revisions 68521 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Benjamin Peterson | Blocked revisions 69070,69074 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Raymond Hettinger | Correct docs for ABCs (MutableSequence was missing... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Raymond Hettinger | Beef-up tests for collections ABCs. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Mark Dickinson | Issue #4707: round(x, n) now returns an integer when... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Guilherme Polo | Merged revisions 69060-69063 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Guilherme Polo | Merged revisions 69053 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Guilherme Polo | Merged revisions 69050 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Mark Hammond | Merged revisions 69038 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Benjamin Peterson | Blocked revisions 69001,69010,69012,69014,69018,69023... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Mark Dickinson | Fix an occurrence of cmp that was missed in r69025 |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Mark Dickinson | Issue #1717: Remove cmp. Stage 1: remove all uses... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Raymond Hettinger | Add more tests for the powerset() recipe. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Raymond Hettinger | Resurrect two buffer tests, converting irepeat() to... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Antoine Pitrou | Add executable property to Python/makeopcodetargets.py |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Raymond Hettinger | More exhaustive combinatoric checks. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Raymond Hettinger | Issue 5021: doctest.testfile should set __name__ |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Raymond Hettinger | Stronger tests for combinatoric relationships. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Raymond Hettinger | Add tests to verify combinatoric relationships. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Raymond Hettinger | Beautify grouper() recipe in docs. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Raymond Hettinger | Put functions back in alphabetical order. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Raymond Hettinger | Forward port r69001: itertools.combinations_with_replac... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Benjamin Peterson | Blocked revisions 68998 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brett Cannon | Initial take on importlib.test.loader_tests. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Raymond Hettinger | Tweak column alignment in collections docs. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Benjamin Peterson | Blocked revisions 68964,68985 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brett Cannon | Update importlib NOTES. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brett Cannon | Move importlib.test.frozen.test_finder over to importli... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brett Cannon | Move importlib.test.builtin.test_finder over to importl... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brett Cannon | Make importlib.test.finder_tests an ABC. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brett Cannon | Move importlib.test.extension.test_finder over to impor... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Raymond Hettinger | Forward port r68985: Idle startup message. |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Antoine Pitrou | Fix test so as to also pass in debug mode |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Mark Dickinson | Merged revisions 68974-68975 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Antoine Pitrou | Followup of #4705: we can't skip the binary buffering... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Tarek Ziadé | Merged revisions 68951 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Raymond Hettinger | Fix signed/unsigned mismatch. |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Benjamin Peterson | Blocked revisions 68941-68942 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Raymond Hettinger | Forward port r68941 adding itertools.compress(). |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Raymond Hettinger | Backport r68942: update powerset() recipe. |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Raymond Hettinger | As discussed on python-dev, remove several operator... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Brett Cannon | Update NOTES for importlib. |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Brett Cannon | Blocked revisions 68953 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Mark Dickinson | Merged revisions 68947 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Benjamin Peterson | use the classmethod directive |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Tarek Ziadé | Merged revisions 68933 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Tarek Ziadé | Merged revisions 68929 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Hirokazu Yamamoto | Blocked revisions 68927 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Benjamin Peterson | Blocked revisions 68925 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Antoine Pitrou | Issue #4753: By enabling a configure option named ... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Mark Dickinson | Merged revisions 68920 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Brett Cannon | Document both importlib.machinery.BuiltinImporter and... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Brett Cannon | Add the terms "finder", "loader", and "importer" to... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Jesse Noller | merge r68915 to py3k |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Mark Dickinson | Merged revisions 68903,68906 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Mark Dickinson | Merged revisions 68897 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Martin v. Löwis | Merged revisions 68893 via svnmerge from |
commit | commitdiff | tree | snapshot |
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 |
next |