2009-03-18 |
Mark Dickinson | Issue #4258: Make it possible to use 30-bit digits... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Mark Dickinson | Blocked revisions 70454 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Mark Dickinson | Issue 4474: On platforms with sizeof(wchar_t) == 4 and |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Hirokazu Yamamoto | Merged revisions 70448 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Mark Dickinson | Merged revisions 70444 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Mark Dickinson | Merged revisions 70439 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Mark Dickinson | Move Misc/NEWS item to the right place. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Mark Dickinson | Merged revisions 70430 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Brett Cannon | Fix a doc typo. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Georg Brandl | Merged revisions 70397 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Nick Coghlan | Merged revisions 70378 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Brett Cannon | Implement InspectLoader for FrozenImporter. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Brett Cannon | Fix docs for __import__ that say the default for 'level... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Brett Cannon | Implement InspectLoader for BuiltinImporter. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Brett Cannon | A few more docstring/API cleanups for importlib. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Brett Cannon | Clean up docstring from importlib.util.module_for_loader. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Eric Smith | Blocked revisions 70368 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Eric Smith | Merged revisions 70364 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Antoine Pitrou | Merged revisions 70356 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Antoine Pitrou | Issue #5016: FileIO.seekable() could return False if... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Antoine Pitrou | The error detection code in FileIO.close() could fail... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Antoine Pitrou | Issue #5392: when a very low recursion limit was set... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Georg Brandl | #5486: typos. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Brett Cannon | Finish properly hiding importlib implementation code. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Brett Cannon | Last big re-organization of importlib._bootstrap. Shoul... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Brett Cannon | Do a little bit of reorganization on importlib._bootstrap. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Brett Cannon | Make utility code in importlib._bootstrap private. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Brett Cannon | Define importlib.__init__.__all__. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Raymond Hettinger | Issue 5477: Fix buglet in the itertools documentation. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Raymond Hettinger | Add reference to solution for a commonly asked question. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Tarek Ziadé | Merged revisions 70308 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brett Cannon | Add a NOTE for importlib to fill in the docstrings... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brett Cannon | Blocked revisions 70305 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Raymond Hettinger | Record version added as 3.1. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Raymond Hettinger | For collections.deque() objects, expose the maxlen... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Raymond Hettinger | Small optimization for corner case where maxlen==0. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Brett Cannon | Implement importlib.util.set_loader: a decorator to... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Brett Cannon | Implement get_source for importlib.abc.PyLoader using... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Raymond Hettinger | Fix markup. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Benjamin Peterson | fix versionchanged |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Benjamin Peterson | Merged revisions 69998-69999,70002,70022-70023,70025... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Benjamin Peterson | Blocked revisions 70261,70267,70271,70273 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brett Cannon | Fix some reST mishaps. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Raymond Hettinger | Add cross-reference to the collections docs. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Raymond Hettinger | Add consume() recipe to itertools docs. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Raymond Hettinger | Issue 5443: Fix typo. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brett Cannon | Clean up importlib NOTES so it only contains short... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brett Cannon | Clarify an assumption that importlib.abc.PyLoader makes... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brett Cannon | Introduce importlib.abc. The module contains various... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Benjamin Peterson | fix StringIO constructor docs #5452 |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brett Cannon | Remove a dead XXX comment. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brett Cannon | Fix importlib._bootstrap.PyPycLoader.load_module()... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Benjamin Peterson | hack StringIO's repr, so it doesn't give an encoding |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Benjamin Peterson | give TextIOWrapper a repr that tells you the encoding |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brett Cannon | Make importlib.test.source.util.write_bytecode reset... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Benjamin Peterson | PyObject_Unicode -> PyObject_Str |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Brett Cannon | Minor changes to Python source base loader. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Brett Cannon | Skip case-sensitivity tests for extension modules if... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Brett Cannon | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Antoine Pitrou | Add notice about strange behaviour of the bigmem tests |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Antoine Pitrou | Issue #3700: make test_bigmem py3k-compatible, and... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Benjamin Peterson | let's get cracking on 3.1a2! |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Benjamin Peterson | tag 3.1a1 |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Benjamin Peterson | bump version to 3.1a1 v3.1a1 |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Benjamin Peterson | update rpm filename |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Raymond Hettinger | Redocument the empty() and full() methods. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Guilherme Polo | Merged revisions 70223 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Guilherme Polo | Merged revisions 70218-70219 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Tarek Ziadé | fixed except syntax for py3 |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Tarek Ziadé | Merged revisions 70212 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Benjamin Peterson | simplify and beautify code |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Antoine Pitrou | Remove double negative |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Raymond Hettinger | Document the suggested alternative to emtpy() and full(). |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Antoine Pitrou | Issue #5433: Excessive newline detection optimization... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Antoine Pitrou | Issue #5429: unaligned access in TextIOWrapper cookie... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Hirokazu Yamamoto | Issue #5334: array.fromfile() failed to insert values... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | Blocked revisions 70166-70167,70169,70176,70178,70197... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | remove usage of the deprecated max_buffer_size |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | properly export PyExc_BlockingIOError |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Hirokazu Yamamoto | Merged revisions 70193 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Hirokazu Yamamoto | Merged revisions 70189 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | FileIO.readinto() isn't going anywhere |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | rather pointless XXX |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | rename |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | fix #4862 in _pyio: reset the decoder on seek(0) |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald Oussoren | These are present in the trunk but no longer in 3.x... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald Oussoren | Fix for issue #5408. This only enables test_osx_env... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald Oussoren | Merged revisions 70172 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Brett Cannon | Rename importlib.util.set___package__ to set_package. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Antoine Pitrou | Fix failures introduced by buggy merge (2) |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Antoine Pitrou | Fix failures introduced by buggy merge (1) |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Benjamin Peterson | Removed merge tracking for "svnmerge" for |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Raymond Hettinger | Update project file. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Hirokazu Yamamoto | Issue #5273: Fixed import failure on unicode path.... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Brett Cannon | Move importlib over to _io. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Brett Cannon | Blocked revisions 70153 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Brett Cannon | Add a test for importlib.import_module. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Benjamin Peterson | merge the io-c branch: C implementation of the io module |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Benjamin Peterson | Initialized merge tracking via "svnmerge" with revision... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Benjamin Peterson | Blocked revisions 70149 via svnmerge |
commit | commitdiff | tree | snapshot |
next |