]> granicus.if.org Git - python/shortlog
python
2009-03-31 Jeremy HyltonMerged revisions 70801,70809 via svnmerge from
2009-03-31 Jeremy HyltonUpdate HTTPResponse documentation and add placeholder...
2009-03-31 Jeremy HyltonDocument public attributes of urllib.request.Request.
2009-03-31 Jeremy HyltonChange email address.
2009-03-31 Jeremy HyltonSimplify the Request class. The basic components of...
2009-03-31 Hirokazu YamamotoMerged revisions 70800 via svnmerge from
2009-03-31 Ronald OussorenMerged revisions 70802 via svnmerge from
2009-03-31 Georg BrandlFix segfaults when running test_exceptions with coverag...
2009-03-31 Brett CannonThe message for the exception when time.strptime was...
2009-03-31 Jesse Nollermerge 70792 to py3k
2009-03-31 Jesse Nollermerge 70783 to py3k
2009-03-31 Georg BrandlAdd new copydir_run_2to3() function, for use e.g. in...
2009-03-31 Georg BrandlAdd example for new copydir_run_2to3().
2009-03-30 Ronald OussorenMerged revisions 70778 via svnmerge from
2009-03-30 Barry Warsaw"Port" the fix for issue 1974 from the trunk (2.7)...
2009-03-30 Jesse Nollerfinalize the queue to resolve test issue
2009-03-30 Guido van RossumIssue #5604: non-ASCII characters in module name passed to
2009-03-30 Senthil KumaranFix for Issue4962, issue4675.
2009-03-30 Brett CannonMake sure time.strptime only accepts strings (and docum...
2009-03-30 Georg BrandlRemove merging leftover.
2009-03-30 Guido van RossumThorough review of importlib docs. Reviewed by Brett...
2009-03-30 Ronald OussorenFix for issue 5558
2009-03-30 Ronald OussorenMerged revisions 70746 via svnmerge from
2009-03-30 Ronald OussorenMerged revisions 70741 via svnmerge from
2009-03-30 Brett CannonFix importlib.machinery.PathFinder.find_module() to...
2009-03-30 Ronald OussorenEnable "--with-computed-gotos" for the binary installer
2009-03-30 Ronald OussorenMerged revisions 70737 via svnmerge from
2009-03-30 Ronald OussorenMerged revisions 70735 via svnmerge from
2009-03-30 Ronald OussorenMerged revisions 70730 via svnmerge from
2009-03-30 Ronald OussorenMerged revisions 70727 via svnmerge from
2009-03-30 Jesse Nollerfix bad NEWS merge
2009-03-30 Jesse NollerMerge 70717 to 30maint
2009-03-30 Brett CannonAdd simple tests for __import__ for future optimization...
2009-03-30 Benjamin PetersonMerged revisions 70656,70668-70669,70671,70701,70703...
2009-03-30 Benjamin PetersonMerged revisions 70578,70599,70641-70642,70650,70660...
2009-03-29 Antoine PitrouFix test_subprocess so that it works when launched...
2009-03-29 Raymond HettingerMake life easier for non-CPython implementations
2009-03-29 Antoine PitrouRewrite IOBase.readall to avoid costly string resizes...
2009-03-29 Antoine PitrouPlug another leak, and finally add a test for #1174606...
2009-03-29 Antoine PitrouFix leak in _fileio.c (patch by Hirokazu Yamamoto)
2009-03-29 Mark DickinsonIssue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant...
2009-03-29 Mark DickinsonMerged revisions 70682,70684 via svnmerge from
2009-03-29 Mark DickinsonMerged revisions 70678 via svnmerge from
2009-03-29 Benjamin Petersonfix variable name #5595
2009-03-29 Benjamin PetersonBlocked revisions 70672 via svnmerge
2009-03-29 Collin WinterPort r70672 to py3k. Add the ability to control the...
2009-03-29 Antoine PitrouRestore a conditional I removed by mistake.
2009-03-29 Antoine PitrouIssue #1174606: Calling read() without arguments of...
2009-03-28 Antoine PitrouIssue #5592: make the encodefuncs symbol static
2009-03-28 Benjamin PetersonMerged revisions 70554,70588-70589,70598,70605,70611...
2009-03-28 Antoine PitrouPublicize 3.1-specific performance enhancements
2009-03-28 Guilherme PoloBlocked revisions 70651 via svnmerge
2009-03-28 Antoine PitrouMerged revisions 70647,70652 via svnmerge from
2009-03-28 Georg BrandlMerged revisions 70648 via svnmerge from
2009-03-28 Jeremy HyltonRemove special logic that closes HTTPConnection socket...
2009-03-27 Jeremy HyltonReplace references to httplib with http.client.
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
next