]> granicus.if.org Git - python/shortlog
python
2009-04-01 Brett CannonMerged revisions 70975 via svnmerge from
2009-04-01 Raymond HettingerIssue #5647: MutableSet.__iand__() no longer mutates...
2009-04-01 Brett CannonMerged revisions 70965 via svnmerge from
2009-04-01 R. David MurrayRemove redundant import of tkinter.
2009-04-01 Brett CannonMerged revisions 70956 via svnmerge from
2009-04-01 Georg Brandl#5636: fix next -> __next__ in csv reader docs.
2009-04-01 Ronald OussorenFix typo in configure line that caused the build installer
2009-04-01 Kristján Valur... Allow skipping of regression tests not supported on...
2009-04-01 Brett CannonThe BDFL has retired! Long live the FLUFL (Friendly...
2009-04-01 Georg Brandl#5624: _winreg is winreg in Python 3.
2009-04-01 Georg BrandlMerged revisions 70940 via svnmerge
2009-04-01 Jack DiederichMerged revisions 70931 via svnmerge from
2009-04-01 R. David MurrayMerged revisions 70936 via svnmerge from
2009-04-01 Brett CannonRip out a useless method that the superclass implements...
2009-04-01 Jeremy HyltonAn HTTPResponse is, by its nature, readable.
2009-03-31 R. David MurrayMerged revisions 70930 via svnmerge from
2009-03-31 R. David MurrayMerged revisions 70734,70775,70856,70874,70876-70877...
2009-03-31 Benjamin Petersonfix TextIOWrapper.read() when the buffer is not readabl...
2009-03-31 Raymond HettingerImprove examples for collections.deque()
2009-03-31 Tarek ZiadéMerged revisions 70920,70922 via svnmerge from
2009-03-31 Georg BrandlRun 2to3 over new script.
2009-03-31 Martin v. LöwisReadd -n.
2009-03-31 Tarek ZiadéMerged revisions 70910 via svnmerge from
2009-03-31 Jesse NollerMerged revisions 70908 via svnmerge from
2009-03-31 Tarek ZiadéMerged revisions 70886,70888-70892 via svnmerge from
2009-03-31 Hirokazu YamamotoMerged revisions 70879 via svnmerge from
2009-03-31 Georg BrandlAdd missing label.
2009-03-31 Georg Brandl#1717: fix-up docs for comparison in newtypes document.
2009-03-31 Jesse NollerMerged revisions 70849,70852 via svnmerge from
2009-03-31 Georg Brandl#5241: document missing A in regex howto.
2009-03-31 Georg BrandlBlocked revisions 70858 via svnmerge
2009-03-31 R. David MurrayMerged revisions 70779 via svnmerge from
2009-03-31 Raymond HettingerPer the language summit, the optional fastpath imports...
2009-03-31 Kristján Valur... Fix a leaking "pathname" in import.c
2009-03-31 Kristján Valur... get_file() no longer leaks a FILE structure. If given...
2009-03-31 Georg BrandlForward-port of #992207 fix: document that the parser...
2009-03-31 Georg BrandlBlocked revisions 70838 via svnmerge
2009-03-31 Jeremy HyltonMake urllib use HTTP/1.1. It seems to work now, but...
2009-03-31 Georg Brandl#5548: do return the new module from PyMODINIT_FUNC...
2009-03-31 Georg Brandl#5566: remove duplicate entry.
2009-03-31 Georg BrandlBlocked revisions 70825 via svnmerge
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.
next