]> granicus.if.org Git - python/shortlog
python
2009-04-04 R. David MurrayUpdate documentation for csv module to reflect changes...
2009-04-04 Benjamin Petersonfix name again
2009-04-04 Benjamin Petersonfix name
2009-04-03 Benjamin Petersonfix this test
2009-04-03 Benjamin Petersonfix naming
2009-04-03 Eric SmithAdded Misc/NEWS entry for PEP 378.
2009-04-03 Benjamin Petersonos.path.listdir -> os.listdir
2009-04-03 Benjamin Petersonupdate NEWS
2009-04-03 Benjamin PetersonPy_BuildValue's 'c' code should use byte strings #5666
2009-04-03 Eric SmithAdded ',' thousands grouping to int.__format__. See...
2009-04-03 Eric SmithRemoved mixed tabs and whitespace.
2009-04-03 Alexandre VassalottiMake http.server main program nicer for interactive...
2009-04-03 Alexandre VassalottiUndocument the existence of the memo attribute and...
2009-04-03 Alexandre VassalottiOptimize slicing of bytes and bytearray by avoiding...
2009-04-03 Alexandre VassalottiEmphasize that Unpickler.memo is not necessarily a...
2009-04-03 Alexandre VassalottiAdd more examples in pickle documentation.
2009-04-03 Alexandre VassalottiRemove old reference to cPickle.
2009-04-03 Raymond HettingerFix typo.
2009-04-03 Alexandre VassalottiUpdate a comment about why the __module__ can sometime...
2009-04-03 Raymond HettingerLocalize the function lookup in timeit.
2009-04-02 Raymond HettingerUpdate docs for namedtuple's renaming change.
2009-04-02 Raymond HettingerHave namedtuple's field renamer assign names that
2009-04-02 Antoine PitrouBlocked revisions 71070 via svnmerge
2009-04-02 R. David MurrayIn 3k this becomes an items() call.
2009-04-02 R. David MurrayA fix for Brett's fix for his fix. I think we got...
2009-04-02 Brett CannonA fix for the fix for the svnmerge metadata.
2009-04-02 Brett Cannonr71034 somehow deleted all of the metadata for svnmerge...
2009-04-02 Mark DickinsonRewrap some long lines.
2009-04-02 Brett Cannonimportlib.test.source.test_abc_loader was making a...
2009-04-02 Brett CannonMake a test in importlib have a more robust test value.
2009-04-02 Brett CannonGive a more informative message on an importlib test...
2009-04-02 Hye-Shik ChangIssue #5640: Fix _multibytecodec so that CJK codecs...
2009-04-02 Brett CannonCheck that on a platform that is expected to have a...
2009-04-02 R. David MurrayClarify that datetime strftime does not produce leap...
2009-04-02 Brett CannonMerged revisions 71031 via svnmerge from
2009-04-02 Senthil KumaranFixing the issue4860. Escaping the embedded '"' in...
2009-04-02 Georg BrandlFirst batch of signature documentation changes; using...
2009-04-02 Benjamin Petersonremove unused variable
2009-04-02 Benjamin Petersonrewrite error handling to make sense
2009-04-02 Benjamin Petersonfix ref leaks
2009-04-02 Benjamin Petersonadd io and _pyio to test___all__
2009-04-02 Benjamin PetersonMerged revisions 71014 via svnmerge from
2009-04-02 Benjamin Petersonadd SEEK_ constants to _pyio
2009-04-02 Benjamin Petersonmake 'c' only accept bytes and 'C' only unicode #5499
2009-04-02 Benjamin Petersonfix markup
2009-04-01 Brett CannonExplain a little about the explanation.
2009-04-01 Brett CannonAdd a meta path importer example.
2009-04-01 Georg Brandl#5656: detect correct encoding of files when reporting...
2009-04-01 R. David MurrayMerged revisions 70997 via svnmerge from
2009-04-01 Benjamin PetersonMerged revisions 70992,70995 via svnmerge from
2009-04-01 Raymond HettingerAdd link to an alternative generator with a long-period.
2009-04-01 Jesse NollerMerged revisions 70953 via svnmerge from
2009-04-01 Brett CannonAdd some clarification to the importlib docs.
2009-04-01 Benjamin Petersonbarry has already been causing test breakage
2009-04-01 Brett CannonMerged revisions 70979 via svnmerge from
2009-04-01 Senthil KumaranFix for issue5040. Adding support for unicode message...
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.
next