2009-02-01 |
Brett Cannon | Move built-in loader tests to importlib.test.abc.Loader... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Gregory P.... | documentation wording fix for issue4903 |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Benjamin Peterson | Blocked revisions 69146,69149 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Benjamin Peterson | fix indentation again |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Benjamin Peterson | Blocked revisions 69134 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Benjamin Peterson | detabify Objects/unicodeobject.c |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Mark Dickinson | Make Python/makeopcodetargets runnable with Python... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Benjamin Peterson | comprehrensions now have proper scoping #5106 |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Benjamin Peterson | Merged revisions 68840,68881,68943,68945 via svnmerge... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Benjamin Peterson | Merged revisions 68884,68973,68978,69003,69083,69112... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Hirokazu Yamamoto | Issue #5041: Fixed memory leak. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Benjamin Peterson | Blocked revisions 68772,68892,69039 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Benjamin Peterson | fix a case of set_daemon #5087 |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Brett Cannon | The trace module was trying to turn ints into ints... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Brett Cannon | Merge testing ABCs for importlib into importlib.test... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Tarek Ziadé | Merged revisions 69106 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Raymond Hettinger | Fix error in docs. The source says proto 2 is the... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Antoine Pitrou | Merged revisions 69100 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Mark Hammond | Fix issue5076: bdist_wininst fails on py3k |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Mark Hammond | Merged revisions 69094 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Brett Cannon | Merged revisions 69078-69080 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Benjamin Peterson | Blocked revisions 69085,69087 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Raymond Hettinger | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Raymond Hettinger | Update itertools.__doc__ to include all tools. |
commit | commitdiff | tree | snapshot |
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 |
next |