summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #9411: allow selecting an encoding for configparser files. Also adds a new t...Georg Brandl2010-07-295-16/+136
* Fix for r83202: improve the handling of empty lines.Georg Brandl2010-07-291-7/+8
* #6538: fix regex documentation again -- use fictional class names "regex" and...Georg Brandl2010-07-291-200/+198
* Remove Python 1.5 compatibility note.Georg Brandl2010-07-291-7/+4
* Update test_os.py according to my last changes on _Environ.__repr__()Victor Stinner2010-07-291-1/+3
* Issue #9283: Oops, add missing { and } to repr(os.environ)Victor Stinner2010-07-281-1/+1
* #9283: Fix repr(os.environ), display unicode keys and values on POSIX systemsVictor Stinner2010-07-281-1/+3
* Add missing file.Georg Brandl2010-07-281-0/+537
* Syntax cleanup.Florent Xicluna2010-07-287-11/+9
* Fix Issue6325 - robotparse to honor urls with query strings.Senthil Kumaran2010-07-282-2/+15
* #1682942: add some ConfigParser features: alternate delimiters, alternate com...Georg Brandl2010-07-284-282/+547
* #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.Georg Brandl2010-07-284-1/+24
* Issue #8991: convertbuffer() rejects discontigious buffersVictor Stinner2010-07-282-21/+10
* Fix failure introduced in r83182.Ezio Melotti2010-07-281-1/+1
* Issue #8966: ctypes: Remove implicit bytes-unicode conversionVictor Stinner2010-07-289-245/+51
* Fix ctypes tests to avoid implicit bytes-unicode conversionVictor Stinner2010-07-2720-61/+57
* Issue #9378: python -m pickle <pickle file> will now load and displayAlexander Belopolsky2010-07-272-1/+26
* With skipUnless there is no need to add test classes conditionally.Ezio Melotti2010-07-271-6/+3
* Issue #9294: remove dead code in Objects/object.c. Patch by Grant Limberg.Antoine Pitrou2010-07-272-13/+3
* Use proper skips and assert* methods in test_asyncore.Ezio Melotti2010-07-271-96/+97
* Issue #4770: Restrict binascii module to accept only bytes (as specified).Florent Xicluna2010-07-277-22/+42
* Update Sphinx to 1.0.1.Georg Brandl2010-07-272-2/+2
* Issue #9384: python -m tkinter will now display a simple demo applet.Alexander Belopolsky2010-07-273-1/+12
* The default size of the re module's compiled regular expression cache hasGregory P. Smith2010-07-273-3/+106
* Clarify.Georg Brandl2010-07-261-2/+2
* Added versionadded entry for the annotate argument.Alexander Belopolsky2010-07-261-0/+2
* Add Reid.Georg Brandl2010-07-261-0/+4
* Fix indentation in example.Georg Brandl2010-07-261-2/+2
* Fix grammar.Georg Brandl2010-07-261-2/+2
* Reword paragraphAndrew M. Kuchling2010-07-261-2/+3
* #7637: fix a grammar error; simplify a sentenceAndrew M. Kuchling2010-07-261-3/+3
* Add Brian Quinlan.Georg Brandl2010-07-261-0/+3
* #9381: fix markup.Georg Brandl2010-07-261-1/+1
* Make python version of fromtimestamp behave more like C.Alexander Belopolsky2010-07-262-10/+20
* Add note about #7113 and add Łukasz Langa to ACKSBrian Curtin2010-07-262-0/+3
* Fix #7113. Patch by Łukasz Langa.Brian Curtin2010-07-262-21/+60
* #777884: make .normalize() do nothing for childless nodes, instead of raising...Andrew M. Kuchling2010-07-252-0/+12
* #7637: clarify description of encoding parameterAndrew M. Kuchling2010-07-251-14/+19
* Issue #4686 - add .args to exceptions in the configparsermoduleMichael Foord2010-07-253-17/+44
* #1495229: update the type names used by the XML DOM mappingAndrew M. Kuchling2010-07-251-14/+9
* Corrected comments on where settrace and setprofile are tested.Alexander Belopolsky2010-07-251-2/+2
* Issue #9315: Renamed test_trace to test_sys_settrace andAlexander Belopolsky2010-07-252-0/+0
* Issue #9315: Revert r83005 before renaming test_trace toAlexander Belopolsky2010-07-251-0/+0
* Fix for issue 9367: the test code for os.getgroupsRonald Oussoren2010-07-241-1/+5
* Put listdir default argument into declaration.Martin v. Löwis2010-07-241-2/+2
* Implementation for issue 4184Richard Jones2010-07-242-44/+266
* #9032: XML-RPC client: Transport.request() retries on EPIPE errorVictor Stinner2010-07-243-6/+5
* Issue #4629: getopt raises an error if an argument ends with = whereas getoptVictor Stinner2010-07-243-1/+11
* Use _datetime docstring if _datetime is available.Alexander Belopolsky2010-07-231-0/+5
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-239-3670/+5813