]> granicus.if.org Git - python/shortlog
python
2009-03-16 Brett CannonFix a doc typo.
2009-03-15 Georg BrandlMerged revisions 70397 via svnmerge from
2009-03-15 Nick CoghlanMerged revisions 70378 via svnmerge from
2009-03-15 Brett CannonImplement InspectLoader for FrozenImporter.
2009-03-15 Brett CannonFix docs for __import__ that say the default for 'level...
2009-03-15 Brett CannonImplement InspectLoader for BuiltinImporter.
2009-03-15 Brett CannonA few more docstring/API cleanups for importlib.
2009-03-15 Brett CannonClean up docstring from importlib.util.module_for_loader.
2009-03-14 Eric SmithBlocked revisions 70368 via svnmerge
2009-03-14 Eric SmithMerged revisions 70364 via svnmerge from
2009-03-14 Antoine PitrouMerged revisions 70356 via svnmerge from
2009-03-13 Antoine PitrouIssue #5016: FileIO.seekable() could return False if...
2009-03-13 Antoine PitrouThe error detection code in FileIO.close() could fail...
2009-03-13 Antoine PitrouIssue #5392: when a very low recursion limit was set...
2009-03-13 Georg Brandl#5486: typos.
2009-03-12 Brett CannonFinish properly hiding importlib implementation code.
2009-03-12 Brett CannonLast big re-organization of importlib._bootstrap. Shoul...
2009-03-12 Brett CannonDo a little bit of reorganization on importlib._bootstrap.
2009-03-12 Brett CannonMake utility code in importlib._bootstrap private.
2009-03-12 Brett CannonDefine importlib.__init__.__all__.
2009-03-12 Raymond HettingerIssue 5477: Fix buglet in the itertools documentation.
2009-03-12 Raymond HettingerAdd reference to solution for a commonly asked question.
2009-03-11 Tarek ZiadéMerged revisions 70308 via svnmerge from
2009-03-11 Brett CannonAdd a NOTE for importlib to fill in the docstrings...
2009-03-11 Brett CannonBlocked revisions 70305 via svnmerge
2009-03-10 Raymond HettingerRecord version added as 3.1.
2009-03-10 Raymond HettingerFor collections.deque() objects, expose the maxlen...
2009-03-10 Raymond HettingerSmall optimization for corner case where maxlen==0.
2009-03-10 Brett CannonImplement importlib.util.set_loader: a decorator to...
2009-03-10 Brett CannonImplement get_source for importlib.abc.PyLoader using...
2009-03-10 Raymond HettingerFix markup.
2009-03-09 Benjamin Petersonfix versionchanged
2009-03-09 Benjamin PetersonMerged revisions 69998-69999,70002,70022-70023,70025...
2009-03-09 Benjamin PetersonBlocked revisions 70261,70267,70271,70273 via svnmerge
2009-03-09 Brett CannonFix some reST mishaps.
2009-03-09 Raymond HettingerAdd cross-reference to the collections docs.
2009-03-09 Raymond HettingerAdd consume() recipe to itertools docs.
2009-03-09 Raymond HettingerIssue 5443: Fix typo.
2009-03-09 Brett CannonClean up importlib NOTES so it only contains short...
2009-03-09 Brett CannonClarify an assumption that importlib.abc.PyLoader makes...
2009-03-09 Brett CannonIntroduce importlib.abc. The module contains various...
2009-03-09 Benjamin Petersonfix StringIO constructor docs #5452
2009-03-09 Brett CannonRemove a dead XXX comment.
2009-03-09 Brett CannonFix importlib._bootstrap.PyPycLoader.load_module()...
2009-03-09 Benjamin Petersonhack StringIO's repr, so it doesn't give an encoding
2009-03-09 Benjamin Petersongive TextIOWrapper a repr that tells you the encoding
2009-03-09 Brett CannonMake importlib.test.source.util.write_bytecode reset...
2009-03-08 Benjamin PetersonPyObject_Unicode -> PyObject_Str
2009-03-08 Brett CannonMinor changes to Python source base loader.
2009-03-08 Brett CannonSkip case-sensitivity tests for extension modules if...
2009-03-08 Brett CannonFix a typo in a comment.
2009-03-07 Antoine PitrouAdd notice about strange behaviour of the bigmem tests
2009-03-07 Antoine PitrouIssue #3700: make test_bigmem py3k-compatible, and...
2009-03-07 Benjamin Petersonlet's get cracking on 3.1a2!
2009-03-07 Benjamin Petersontag 3.1a1
2009-03-07 Benjamin Petersonbump version to 3.1a1 v3.1a1
2009-03-07 Benjamin Petersonupdate rpm filename
2009-03-07 Raymond HettingerRedocument the empty() and full() methods.
2009-03-07 Guilherme PoloMerged revisions 70223 via svnmerge from
2009-03-07 Guilherme PoloMerged revisions 70218-70219 via svnmerge from
2009-03-07 Tarek Ziadéfixed except syntax for py3
2009-03-07 Tarek ZiadéMerged revisions 70212 via svnmerge from
2009-03-06 Benjamin Petersonsimplify and beautify code
2009-03-06 Antoine PitrouRemove double negative
2009-03-06 Raymond HettingerDocument the suggested alternative to emtpy() and full().
2009-03-06 Antoine PitrouIssue #5433: Excessive newline detection optimization...
2009-03-06 Antoine PitrouIssue #5429: unaligned access in TextIOWrapper cookie...
2009-03-06 Hirokazu YamamotoIssue #5334: array.fromfile() failed to insert values...
2009-03-05 Benjamin PetersonBlocked revisions 70166-70167,70169,70176,70178,70197...
2009-03-05 Benjamin Petersonremove usage of the deprecated max_buffer_size
2009-03-05 Benjamin Petersonproperly export PyExc_BlockingIOError
2009-03-05 Hirokazu YamamotoMerged revisions 70193 via svnmerge from
2009-03-05 Hirokazu YamamotoMerged revisions 70189 via svnmerge from
2009-03-05 Benjamin PetersonFileIO.readinto() isn't going anywhere
2009-03-05 Benjamin Petersonrather pointless XXX
2009-03-05 Benjamin Petersonrename
2009-03-05 Benjamin Petersonfix #4862 in _pyio: reset the decoder on seek(0)
2009-03-04 Ronald OussorenThese are present in the trunk but no longer in 3.x...
2009-03-04 Ronald OussorenFix for issue #5408. This only enables test_osx_env...
2009-03-04 Ronald OussorenMerged revisions 70172 via svnmerge from
2009-03-04 Brett CannonRename importlib.util.set___package__ to set_package.
2009-03-04 Antoine PitrouFix failures introduced by buggy merge (2)
2009-03-04 Antoine PitrouFix failures introduced by buggy merge (1)
2009-03-04 Benjamin PetersonRemoved merge tracking for "svnmerge" for
2009-03-04 Raymond HettingerUpdate project file.
2009-03-04 Hirokazu YamamotoIssue #5273: Fixed import failure on unicode path....
2009-03-04 Brett CannonMove importlib over to _io.
2009-03-04 Brett CannonBlocked revisions 70153 via svnmerge
2009-03-04 Brett CannonAdd a test for importlib.import_module.
2009-03-04 Benjamin Petersonmerge the io-c branch: C implementation of the io module
2009-03-03 Benjamin PetersonInitialized merge tracking via "svnmerge" with revision...
2009-03-03 Benjamin PetersonBlocked revisions 70149 via svnmerge
2009-03-03 Benjamin Petersondon't bother with version in doc builds
2009-03-03 Raymond HettingerAdditional test for __reduce__.
2009-03-03 Raymond HettingerNow that __keys are fully hidden, switch the underlying...
2009-03-03 Hirokazu YamamotoMerged revisions 70137 via svnmerge from
2009-03-03 Raymond HettingerAdd another test.
2009-03-03 Raymond HettingerFix-up __reduce__ which could not reach the __keys...
2009-03-03 Hirokazu YamamotoBlocked revisions 70136 via svnmerge
2009-03-03 Benjamin PetersonBlocked revisions 70081,70120-70123,70126,70131-70132...
next