]> granicus.if.org Git - python/shortlog
python
2009-03-23 Antoine PitrouMerged revisions 70550 via svnmerge from
2009-03-23 Antoine PitrouMerged revisions 70546 via svnmerge from
2009-03-23 Mark DickinsonMerged revisions 70542 via svnmerge from
2009-03-23 Raymond HettingerMake imported name private and wrap long-line.
2009-03-23 Raymond HettingerForward port r70533 and r70538.
2009-03-23 Benjamin Petersonmore about the file type's death #5513
2009-03-23 Benjamin Petersonsync open() docs more
2009-03-23 Benjamin Petersonfix docs about open's return value #5539
2009-03-22 Matthias Klose- Modules/Setup.dist: Readd the _functools extension...
2009-03-22 Lars GustäbelMerged revisions 70523 via svnmerge from
2009-03-22 Benjamin Petersonfix incorrect merge
2009-03-21 Benjamin PetersonBlocked revisions 70463 via svnmerge
2009-03-21 Benjamin Petersonport the queue change r70405
2009-03-21 Benjamin PetersonMerged revisions 70342,70385-70387,70389-70390,70392...
2009-03-21 Benjamin PetersonBlocked revisions 70286,70290,70292-70293,70295-70296...
2009-03-21 Hirokazu YamamotoMerged revisions 70499 via svnmerge from
2009-03-21 Mark DickinsonRemove remnants of svn conflict marker from Misc/NEWS
2009-03-21 Mark Dickinson- Issue #5463: In struct module, remove deprecated...
2009-03-21 Brett CannonDocument import's semantics for the language reference...
2009-03-21 Benjamin Petersonstringio doesn't have an encoding
2009-03-20 Mark DickinsonMerged revisions 70489 via svnmerge from
2009-03-20 Raymond HettingerAdd MutableSet example.
2009-03-20 Mark DickinsonAdd ..versionadded for sys.int_info, update py3k version of
2009-03-20 Mark DickinsonBlocked revisions 70479 via svnmerge
2009-03-19 Raymond HettingerFix typo
2009-03-19 Raymond HettingerForward port 70475: Add implementation notes. Put...
2009-03-19 Raymond HettingerForward port r70470 and r70473 for OrderedDict to use...
2009-03-18 Antoine Pitrousvnmerge from trunk for r70457 (sorry, I accidentally...
2009-03-18 Mark DickinsonIssue #4258: Make it possible to use 30-bit digits...
2009-03-18 Mark DickinsonBlocked revisions 70454 via svnmerge
2009-03-18 Mark DickinsonIssue 4474: On platforms with sizeof(wchar_t) == 4 and
2009-03-18 Hirokazu YamamotoMerged revisions 70448 via svnmerge from
2009-03-18 Mark DickinsonMerged revisions 70444 via svnmerge from
2009-03-17 Mark DickinsonMerged revisions 70439 via svnmerge from
2009-03-17 Mark DickinsonMove Misc/NEWS item to the right place.
2009-03-17 Mark DickinsonMerged revisions 70430 via svnmerge from
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
next