]> granicus.if.org Git - python/shortlog
python
2009-03-27 Jeremy HyltonUpdate the tests skipped with quicktest target.
2009-03-27 Jeremy HyltonFix some string encoding issues with entity bodies...
2009-03-27 Jeremy HyltonFix compatibility issue with HTTPMessage class.
2009-03-27 Jeremy HyltonSort import list.
2009-03-27 Jeremy HyltonReplace duplicate code in http.server with call to...
2009-03-26 Jeremy HyltonSimplify complex expression.
2009-03-26 Benjamin PetersonMerged revisions 70518,70521,70590,70594-70595 via...
2009-03-26 Jeremy HyltonAdd __enter__ and __exit__ methods to addbase() so...
2009-03-26 Benjamin PetersonBlocked revisions 70531,70533,70538,70544,70552-70553...
2009-03-26 Benjamin Petersonfix isprintable() on space characters #5126
2009-03-26 Benjamin Petersonofficially deprecated max_buffer_size
2009-03-26 Jeremy HyltonAdd a few more tests for urllib.parse.urlencode.
2009-03-26 Jeremy Hyltonurlencode:
2009-03-26 Jeremy HyltonSimplify a few complicated expressions.
2009-03-26 Jeremy HyltonWhitespace normalization.
2009-03-25 Brett CannonFix a circular import dependency.
2009-03-25 Raymond HettingerSeparate initialization from clearing.
2009-03-25 Benjamin Petersonwild card import is only allowed at the module level
2009-03-25 Skip Montanaroclarify the type of data returned
2009-03-24 Benjamin Petersonreuse tokenize.detect_encoding in linecache instead...
2009-03-24 Kristján Valur... http://bugs.python.org/issue5544
2009-03-24 Kristján Valur... http://bugs.python.org/issue5552
2009-03-24 Kristján Valur... http://bugs.python.org/issue5544
2009-03-24 Kristján Valur... http://bugs.python.org/issue5544
2009-03-24 Benjamin Petersonfix function name
2009-03-24 Benjamin PetersonMerged revisions 70574 via svnmerge from
2009-03-24 Benjamin Petersonfix some versionchanged and versionadded directives
2009-03-24 Benjamin PetersonMerged revisions 70558,70561-70563,70568-70571 via...
2009-03-24 Raymond HettingerAdd links to related resources.
2009-03-23 Raymond HettingerFor some reason rst docs like an initial 3 space indent.
2009-03-23 Benjamin PetersonMerged revisions 70555 via svnmerge from
2009-03-23 Benjamin PetersonPyString_FromString -> PyUnicode_FromString
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
next