2009-04-04 |
R. David Murray | Update documentation for csv module to reflect changes... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | fix name again |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | fix name |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Benjamin Peterson | fix this test |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Benjamin Peterson | fix naming |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Eric Smith | Added Misc/NEWS entry for PEP 378. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Benjamin Peterson | os.path.listdir -> os.listdir |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Benjamin Peterson | update NEWS |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Benjamin Peterson | Py_BuildValue's 'c' code should use byte strings #5666 |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Eric Smith | Added ',' thousands grouping to int.__format__. See... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Eric Smith | Removed mixed tabs and whitespace. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Alexandre Vassalotti | Make http.server main program nicer for interactive... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Alexandre Vassalotti | Undocument the existence of the memo attribute and... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Alexandre Vassalotti | Optimize slicing of bytes and bytearray by avoiding... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Alexandre Vassalotti | Emphasize that Unpickler.memo is not necessarily a... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Alexandre Vassalotti | Add more examples in pickle documentation. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Alexandre Vassalotti | Remove old reference to cPickle. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Raymond Hettinger | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Alexandre Vassalotti | Update a comment about why the __module__ can sometime... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Raymond Hettinger | Localize the function lookup in timeit. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Raymond Hettinger | Update docs for namedtuple's renaming change. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Raymond Hettinger | Have namedtuple's field renamer assign names that |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Antoine Pitrou | Blocked revisions 71070 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-04-02 |
R. David Murray | In 3k this becomes an items() call. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
R. David Murray | A fix for Brett's fix for his fix. I think we got... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Brett Cannon | A fix for the fix for the svnmerge metadata. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Brett Cannon | r71034 somehow deleted all of the metadata for svnmerge... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Mark Dickinson | Rewrap some long lines. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Brett Cannon | importlib.test.source.test_abc_loader was making a... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Brett Cannon | Make a test in importlib have a more robust test value. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Brett Cannon | Give a more informative message on an importlib test... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Hye-Shik Chang | Issue #5640: Fix _multibytecodec so that CJK codecs... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Brett Cannon | Check that on a platform that is expected to have a... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
R. David Murray | Clarify that datetime strftime does not produce leap... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Brett Cannon | Merged revisions 71031 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Senthil Kumaran | Fixing the issue4860. Escaping the embedded '"' in... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Georg Brandl | First batch of signature documentation changes; using... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | remove unused variable |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | rewrite error handling to make sense |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | fix ref leaks |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | add io and _pyio to test___all__ |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | Merged revisions 71014 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | add SEEK_ constants to _pyio |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | make 'c' only accept bytes and 'C' only unicode #5499 |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | fix markup |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Brett Cannon | Explain a little about the explanation. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Brett Cannon | Add a meta path importer example. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Georg Brandl | #5656: detect correct encoding of files when reporting... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
R. David Murray | Merged revisions 70997 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Benjamin Peterson | Merged revisions 70992,70995 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Raymond Hettinger | Add link to an alternative generator with a long-period. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Jesse Noller | Merged revisions 70953 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Brett Cannon | Add some clarification to the importlib docs. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Benjamin Peterson | barry has already been causing test breakage |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Brett Cannon | Merged revisions 70979 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Senthil Kumaran | Fix for issue5040. Adding support for unicode message... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Brett Cannon | Merged revisions 70975 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Raymond Hettinger | Issue #5647: MutableSet.__iand__() no longer mutates... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Brett Cannon | Merged revisions 70965 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-01 |
R. David Murray | Remove redundant import of tkinter. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Brett Cannon | Merged revisions 70956 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Georg Brandl | #5636: fix next -> __next__ in csv reader docs. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Ronald Oussoren | Fix typo in configure line that caused the build installer |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Kristján Valur... | Allow skipping of regression tests not supported on... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Brett Cannon | The BDFL has retired! Long live the FLUFL (Friendly... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Georg Brandl | #5624: _winreg is winreg in Python 3. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Georg Brandl | Merged revisions 70940 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Jack Diederich | Merged revisions 70931 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-01 |
R. David Murray | Merged revisions 70936 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Brett Cannon | Rip out a useless method that the superclass implements... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Jeremy Hylton | An HTTPResponse is, by its nature, readable. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
R. David Murray | Merged revisions 70930 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-31 |
R. David Murray | Merged revisions 70734,70775,70856,70874,70876-70877... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Benjamin Peterson | fix TextIOWrapper.read() when the buffer is not readabl... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Raymond Hettinger | Improve examples for collections.deque() |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tarek Ziadé | Merged revisions 70920,70922 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | Run 2to3 over new script. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Martin v. Löwis | Readd -n. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tarek Ziadé | Merged revisions 70910 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jesse Noller | Merged revisions 70908 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tarek Ziadé | Merged revisions 70886,70888-70892 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Hirokazu Yamamoto | Merged revisions 70879 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | Add missing label. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #1717: fix-up docs for comparison in newtypes document. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jesse Noller | Merged revisions 70849,70852 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5241: document missing A in regex howto. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | Blocked revisions 70858 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-31 |
R. David Murray | Merged revisions 70779 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Raymond Hettinger | Per the language summit, the optional fastpath imports... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Kristján Valur... | Fix a leaking "pathname" in import.c |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Kristján Valur... | get_file() no longer leaks a FILE structure. If given... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | Forward-port of #992207 fix: document that the parser... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | Blocked revisions 70838 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jeremy Hylton | Make urllib use HTTP/1.1. It seems to work now, but... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5548: do return the new module from PyMODINIT_FUNC... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5566: remove duplicate entry. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | Blocked revisions 70825 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jeremy Hylton | Merged revisions 70801,70809 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jeremy Hylton | Update HTTPResponse documentation and add placeholder... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jeremy Hylton | Document public attributes of urllib.request.Request. |
commit | commitdiff | tree | snapshot |
next |