2009-02-06 |
Tarek Ziadé | Merged revisions 69342 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Tarek Ziadé | Merged revisions 69332 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Tarek Ziadé | Merged revisions 69330 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Tarek Ziadé | Merged revisions 69324 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Neil Schemenauer | Distutils apparently requires an absolute path so provi... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Brett Cannon | Finish implementing tests for importlib.machinery.PathF... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Brett Cannon | Add tests for using sys.path_hooks by importlib.machine... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Tarek Ziadé | Merged revisions 69316 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Brett Cannon | Implement test for sys.path_importer_cache having None for |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Neil Schemenauer | Make setup.py work when building in a directory other... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Neil Schemenauer | Since sysconfig.get_python_inc() now works when buildin... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Neil Schemenauer | Fix get_python_inc() to work when building in a directo... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Georg Brandl | Blocked revisions 69295 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Georg Brandl | #4992: next() method -> next() function. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Georg Brandl | #5096: document PyErr_PrintEx(). |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Georg Brandl | #5107: document that default encoding is the same as... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Georg Brandl | #5130: replace "unicode" by "bytes" in examples for... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Tarek Ziadé | Merged revisions 69285 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Brett Cannon | Update NOTES for importlib about PathFinder. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Brett Cannon | Begin writing tests for importlib.machinery.PathFinder. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Brett Cannon | Check in the fact that importlib.machinery.PathFinder... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Brett Cannon | Rename importlib._bootstrap.SysPathFinder to PathFinder... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Benjamin Peterson | Blocked revisions 69276 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Raymond Hettinger | Minor doc fixes. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Raymond Hettinger | Tweak the docs for Counter() objects. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Thomas Heller | Merged revisions 69260 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Kristján Valur... | r69209 caused the fp of HTTPResponse objects to be... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Brett Cannon | Blocked revisions 69252 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Brett Cannon | Add importlib to the Makefile. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Raymond Hettinger | The default shelve pickle protocol should have been 3. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Benjamin Peterson | Blocked revisions 69242 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Raymond Hettinger | Register decimals as numbers.Number |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Benjamin Peterson | Blocked revisions 69237 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Raymond Hettinger | Validate that __length_hint__ returns a usable result. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Benjamin Peterson | Blocked revisions 68532,69161,69227 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Raymond Hettinger | Issue 1242657: list(obj) can swallow KeyboardInterrupt. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Mark Dickinson | Issue #1717, continued: Doc fixes and other cleanup... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Guilherme Polo | Merged revisions 69217,69219 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Mark Dickinson | Change type of tp_reserved from cmpfunc to (void *... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Mark Dickinson | Issue #1717: rename tp_compare to tp_reserved. I'll... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Brett Cannon | Add some notes for importlib to package up what is... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Brett Cannon | To prevent another screw-up on my part where my prototy... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Kristján Valur... | merging / reimplementing r68532 from the trunk to Py3k |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Martin v. Löwis | Merged revisions 69205 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Hirokazu Yamamoto | Merged revisions 69200 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Brett Cannon | Note to move __package__ stuff over to rpartition to... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Guilherme Polo | Recorded merge of revisions 69195 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Mark Dickinson | Remove exception for non-NULL tp_compare that was intro... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Mark Dickinson | Issue #1717: documentation fixes related to the cmp... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Mark Dickinson | Issue #1717, continued: remove PyObject_Compare and... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Mark Dickinson | Issue #1717: remove the cmp builtin function, the... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Mark Dickinson | Issue #1717, stage 2: remove uses of tp_compare in... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Simplify write_bytecode for importlib. |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Update importlib notes. |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Ditch read_source() and read_bytecode() and replace... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Expose source_path and bytecode_path on _PyFileLoader. |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Remove an outdated todo item from importlib. |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Move import semantic util code to importlib.test.import... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Rename importlib.test.support to importlib.test.util. |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Do not execute the .pyc/.pyo files as well as the ... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Split out support code that is specific to source tests... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Move source loader tests (including reload tests) over to |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Fix importlib.machinery.FrozenImporter.load_module... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Brett Cannon | Move extension module loader tests over to importlib... |
commit | commitdiff | tree | snapshot |
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 |
next |