summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Document the suggested alternative to emtpy() and full().Raymond Hettinger2009-03-061-2/+19
* Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe...Antoine Pitrou2009-03-062-12/+43
* Issue #5429: unaligned access in TextIOWrapper cookie parsing (segfaults on S...Antoine Pitrou2009-03-061-10/+10
* Issue #5334: array.fromfile() failed to insert values when EOFError was raised.Hirokazu Yamamoto2009-03-063-8/+14
* Blocked revisions 70166-70167,70169,70176,70178,70197 via svnmergeBenjamin Peterson2009-03-050-0/+0
* remove usage of the deprecated max_buffer_sizeBenjamin Peterson2009-03-052-14/+14
* properly export PyExc_BlockingIOErrorBenjamin Peterson2009-03-051-1/+1
* Merged revisions 70193 via svnmerge fromHirokazu Yamamoto2009-03-051-15/+5
* Merged revisions 70189 via svnmerge fromHirokazu Yamamoto2009-03-053-7/+48
* FileIO.readinto() isn't going anywhereBenjamin Peterson2009-03-052-4/+1
* rather pointless XXXBenjamin Peterson2009-03-051-2/+0
* renameBenjamin Peterson2009-03-051-3/+3
* fix #4862 in _pyio: reset the decoder on seek(0)Benjamin Peterson2009-03-052-1/+5
* These are present in the trunk but no longer in 3.x, which causes problemsRonald Oussoren2009-03-042-0/+665
* Fix for issue #5408. This only enables test_osx_env when the current buildRonald Oussoren2009-03-041-1/+3
* Merged revisions 70172 via svnmerge fromRonald Oussoren2009-03-041-1/+1
* Rename importlib.util.set___package__ to set_package.Brett Cannon2009-03-044-9/+9
* Fix failures introduced by buggy merge (2)Antoine Pitrou2009-03-042-4/+1
* Fix failures introduced by buggy merge (1)Antoine Pitrou2009-03-042-15/+29
* Removed merge tracking for "svnmerge" forBenjamin Peterson2009-03-040-0/+0
* Update project file.Raymond Hettinger2009-03-041-0/+16
* Issue #5273: Fixed import failure on unicode path. (especially on windows)Hirokazu Yamamoto2009-03-041-4/+6
* Move importlib over to _io.Brett Cannon2009-03-041-5/+5
* Blocked revisions 70153 via svnmergeBrett Cannon2009-03-040-0/+0
* Add a test for importlib.import_module.Brett Cannon2009-03-041-1/+10
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-0430-2828/+10303
* Initialized merge tracking via "svnmerge" with revisions "1-68679" fromBenjamin Peterson2009-03-030-0/+0
* Blocked revisions 70149 via svnmergeBenjamin Peterson2009-03-030-0/+0
* don't bother with version in doc buildsBenjamin Peterson2009-03-031-1/+1
* Additional test for __reduce__.Raymond Hettinger2009-03-031-0/+8
* Now that __keys are fully hidden, switch the underlying structureRaymond Hettinger2009-03-031-2/+2
* Merged revisions 70137 via svnmerge fromHirokazu Yamamoto2009-03-033-33/+18
* Add another test.Raymond Hettinger2009-03-031-0/+9
* Fix-up __reduce__ which could not reach the __keys variable indirectly.'Raymond Hettinger2009-03-031-2/+6
* Blocked revisions 70136 via svnmergeHirokazu Yamamoto2009-03-030-0/+0
* Blocked revisions 70081,70120-70123,70126,70131-70132 via svnmergeBenjamin Peterson2009-03-030-0/+0
* Make the underlying data structure more private.Raymond Hettinger2009-03-031-9/+13
* Give dict views a helpful __repr__.Raymond Hettinger2009-03-033-6/+24
* Blocked revisions 70119 via svnmergeHirokazu Yamamoto2009-03-030-0/+0
* Fixed memory leak on failure. This is related to issue5403 but won't crash on...Hirokazu Yamamoto2009-03-034-8/+38
* Issue5407Kristján Valur Jónsson2009-03-031-0/+6
* Fix markup.Raymond Hettinger2009-03-031-1/+1
* Fix bootstrapping problem where setup.py was using configparserRaymond Hettinger2009-03-031-2/+7
* instead of hacking __locals__ in during bytecode generation, put it in the sy...Benjamin Peterson2009-03-032-22/+6
* Fix markup.Raymond Hettinger2009-03-031-3/+3
* re-merge r69268 (issue4804) from trunk:Amaury Forgeot d'Arc2009-03-021-0/+18
* ignore the coding cookie in compile(), exec(), and eval() if the source is a ...Benjamin Peterson2009-03-0210-14/+63
* Let configparser use ordered dicts by default.Raymond Hettinger2009-03-023-1/+13
* Merged revisions 70107 via svnmerge fromBenjamin Peterson2009-03-023-2/+31
* Add OrderedDict support to collections.namedtuple().Raymond Hettinger2009-03-023-10/+16