2009-02-07 |
Brett Cannon | Create a simple substitute for functools.wraps to use... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Brett Cannon | Factor out helper code from importlib.test.extension... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Brett Cannon | Add a note for importlib about backporting some of... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Brett Cannon | Move importlib completely over to using rpartition... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Brett Cannon | Move importlib's built-in importer to use rpartition... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Brett Cannon | Move importlib's frozen importer over to rpartition... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Benjamin Peterson | Blocked revisions 69373-69374,69389,69394 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Brett Cannon | Rewrite the code implementing __import__ for importlib... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Guilherme Polo | long -> int |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Tarek Ziadé | Merged revisions 69385 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Guilherme Polo | Merged revisions 69376-69377 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Guilherme Polo | Fixing changes from the last merge. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Neil Schemenauer | Make test_build_ext.py use sysconfig "srcdir" to find... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Georg Brandl | #5173: StandardError wasn't removed in 2.6. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Mark Dickinson | Replace references to python-3000 mailing list with... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Tarek Ziadé | Merged revisions 69366 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Tarek Ziadé | Merged revisions 69360 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Tarek Ziadé | Merged revisions 69356 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Benjamin Peterson | Merged revisions 69141,69211-69212 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Brett Cannon | Initial, untested stab at writing a common denominator... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Benjamin Peterson | Merged revisions 69129-69131,69139-69140,69143,69154... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Benjamin Peterson | Blocked revisions 69240,69242,69252-69253,69257,69262... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Eric Smith | Merged revisions 69331 via svnmerge from |
commit | commitdiff | tree | snapshot |
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 |
next |