| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a NOTE for importlib to fill in the docstrings for the ABCs. | Brett Cannon | 2009-03-11 | 1 | -0/+2 |
|
|
* | Blocked revisions 70305 via svnmerge | Brett Cannon | 2009-03-11 | 0 | -0/+0 |
|
|
* | Record version added as 3.1. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
|
|
* | For collections.deque() objects, expose the maxlen parameter as a read-only a... | Raymond Hettinger | 2009-03-10 | 4 | -1/+36 |
|
|
* | Small optimization for corner case where maxlen==0. | Raymond Hettinger | 2009-03-10 | 2 | -1/+41 |
|
|
* | Implement importlib.util.set_loader: a decorator to automatically set | Brett Cannon | 2009-03-10 | 7 | -12/+34 |
|
|
* | Implement get_source for importlib.abc.PyLoader using source_path and get_data. | Brett Cannon | 2009-03-10 | 4 | -10/+59 |
|
|
* | Fix markup. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
|
|
* | fix versionchanged | Benjamin Peterson | 2009-03-09 | 2 | -2/+2 |
|
|
* | Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,... | Benjamin Peterson | 2009-03-09 | 14 | -26/+78 |
|
|
* | Blocked revisions 70261,70267,70271,70273 via svnmerge | Benjamin Peterson | 2009-03-09 | 0 | -0/+0 |
|
|
* | Fix some reST mishaps. | Brett Cannon | 2009-03-09 | 1 | -12/+12 |
|
|
* | Add cross-reference to the collections docs. | Raymond Hettinger | 2009-03-09 | 1 | -0/+6 |
|
|
* | Add consume() recipe to itertools docs. | Raymond Hettinger | 2009-03-09 | 1 | -0/+4 |
|
|
* | Issue 5443: Fix typo. | Raymond Hettinger | 2009-03-09 | 1 | -1/+1 |
|
|
* | Clean up importlib NOTES so it only contains short term goals. | Brett Cannon | 2009-03-09 | 1 | -16/+0 |
|
|
* | Clarify an assumption that importlib.abc.PyLoader makes when importing a | Brett Cannon | 2009-03-09 | 1 | -1/+4 |
|
|
* | Introduce importlib.abc. The module contains various ABCs related to imports | Brett Cannon | 2009-03-09 | 9 | -171/+739 |
|
|
* | fix StringIO constructor docs #5452 | Benjamin Peterson | 2009-03-09 | 1 | -4/+4 |
|
|
* | Remove a dead XXX comment. | Brett Cannon | 2009-03-09 | 1 | -1/+0 |
|
|
* | Fix importlib._bootstrap.PyPycLoader.load_module() to better handle | Brett Cannon | 2009-03-09 | 1 | -3/+10 |
|
|
* | hack StringIO's repr, so it doesn't give an encoding | Benjamin Peterson | 2009-03-09 | 1 | -0/+5 |
|
|
* | give TextIOWrapper a repr that tells you the encoding | Benjamin Peterson | 2009-03-09 | 3 | -2/+19 |
|
|
* | Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode. | Brett Cannon | 2009-03-09 | 1 | -1/+5 |
|
|
* | PyObject_Unicode -> PyObject_Str | Benjamin Peterson | 2009-03-08 | 1 | -1/+1 |
|
|
* | Minor changes to Python source base loader. | Brett Cannon | 2009-03-08 | 1 | -3/+7 |
|
|
* | Skip case-sensitivity tests for extension modules if _testcapi cannot be found. | Brett Cannon | 2009-03-08 | 1 | -0/+2 |
|
|
* | Fix a typo in a comment. | Brett Cannon | 2009-03-08 | 1 | -1/+1 |
|
|
* | Add notice about strange behaviour of the bigmem tests | Antoine Pitrou | 2009-03-07 | 1 | -0/+4 |
|
|
* | Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests | Antoine Pitrou | 2009-03-07 | 2 | -278/+395 |
|
|
* | let's get cracking on 3.1a2! | Benjamin Peterson | 2009-03-07 | 2 | -1/+13 |
|
|
* | tag 3.1a1 | Benjamin Peterson | 2009-03-07 | 1 | -0/+1 |
|
|
* | bump version to 3.1a1v3.1a1 | Benjamin Peterson | 2009-03-07 | 6 | -10/+10 |
|
|
* | update rpm filename | Benjamin Peterson | 2009-03-07 | 1 | -0/+0 |
|
|
* | Redocument the empty() and full() methods. | Raymond Hettinger | 2009-03-07 | 1 | -0/+16 |
|
|
* | Merged revisions 70223 via svnmerge from | Guilherme Polo | 2009-03-07 | 2 | -3/+10 |
|
|
* | Merged revisions 70218-70219 via svnmerge from | Guilherme Polo | 2009-03-07 | 3 | -2/+8 |
|
|
* | fixed except syntax for py3 | Tarek Ziadé | 2009-03-07 | 1 | -6/+6 |
|
|
* | Merged revisions 70212 via svnmerge from | Tarek Ziadé | 2009-03-07 | 3 | -16/+45 |
|
|
* | simplify and beautify code | Benjamin Peterson | 2009-03-06 | 1 | -23/+12 |
|
|
* | Remove double negative | Antoine Pitrou | 2009-03-06 | 1 | -1/+1 |
|
|
* | Document the suggested alternative to emtpy() and full(). | Raymond Hettinger | 2009-03-06 | 1 | -2/+19 |
|
|
* | Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe... | Antoine Pitrou | 2009-03-06 | 2 | -12/+43 |
|
|
* | Issue #5429: unaligned access in TextIOWrapper cookie parsing (segfaults on S... | Antoine Pitrou | 2009-03-06 | 1 | -10/+10 |
|
|
* | Issue #5334: array.fromfile() failed to insert values when EOFError was raised. | Hirokazu Yamamoto | 2009-03-06 | 3 | -8/+14 |
|
|
* | Blocked revisions 70166-70167,70169,70176,70178,70197 via svnmerge | Benjamin Peterson | 2009-03-05 | 0 | -0/+0 |
|
|
* | remove usage of the deprecated max_buffer_size | Benjamin Peterson | 2009-03-05 | 2 | -14/+14 |
|
|
* | properly export PyExc_BlockingIOError | Benjamin Peterson | 2009-03-05 | 1 | -1/+1 |
|
|
* | Merged revisions 70193 via svnmerge from | Hirokazu Yamamoto | 2009-03-05 | 1 | -15/+5 |
|
|
* | Merged revisions 70189 via svnmerge from | Hirokazu Yamamoto | 2009-03-05 | 3 | -7/+48 |
|
|