summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix for r83202: improve the handling of empty lines.Georg Brandl2010-07-291-7/+8
* 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-282-202/+396
* #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.Georg Brandl2010-07-282-0/+21
* Fix failure introduced in r83182.Ezio Melotti2010-07-281-1/+1
* Issue #8966: ctypes: Remove implicit bytes-unicode conversionVictor Stinner2010-07-285-137/+42
* 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-271-1/+23
* With skipUnless there is no need to add test classes conditionally.Ezio Melotti2010-07-271-6/+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-274-17/+20
* Issue #9384: python -m tkinter will now display a simple demo applet.Alexander Belopolsky2010-07-271-0/+7
* The default size of the re module's compiled regular expression cache hasGregory P. Smith2010-07-272-3/+99
* Make python version of fromtimestamp behave more like C.Alexander Belopolsky2010-07-262-10/+20
* 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
* Issue #4686 - add .args to exceptions in the configparsermoduleMichael Foord2010-07-252-16/+43
* 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
* Implementation for issue 4184Richard Jones2010-07-241-42/+168
* #9032: XML-RPC client: Transport.request() retries on EPIPE errorVictor Stinner2010-07-242-6/+1
* Issue #4629: getopt raises an error if an argument ends with = whereas getoptVictor Stinner2010-07-242-1/+7
* 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-233-3662/+5797
* Add queue tests for empty, full, put_nowait, and get_nowait.Brett Cannon2010-07-231-0/+23
* #9359: fix typo. Thanks to Piotr Kasprzyk for the patch.Ezio Melotti2010-07-231-1/+1
* Tab test_repr_daemon over so it's included in ThreadTests.Brian Curtin2010-07-231-5/+5
* Add tests for fnmatch.filter and translate.Brett Cannon2010-07-231-2/+24
* Make fnmatch be more PEP 8 compliant.Brett Cannon2010-07-231-8/+11
* New tests for smtpd module. Has full coverage for SMTPChannel and SMTPServer.Richard Jones2010-07-231-0/+221
* Add more tests for the threading.Thread.repr.Brett Cannon2010-07-231-1/+8
* Rip out old testing code that was inlined in threading.Brett Cannon2010-07-231-88/+0
* Stop shadowing a test class.Brett Cannon2010-07-231-2/+2
* Explicitly test relative imports by reusing importlib tests.Brett Cannon2010-07-231-1/+14
* Test calendar.monthrange.Brett Cannon2010-07-231-0/+29
* This fixes issue7900 by adding code that dealsRonald Oussoren2010-07-231-1/+52
* Issue #6095: Make directory argument to os.listdir optional.Martin v. Löwis2010-07-231-3/+8
* Fix for issue 7895. Avoid crashing the interpreterRonald Oussoren2010-07-232-11/+69
* Minor tweak of test_osx_env toRonald Oussoren2010-07-231-1/+1
* Workaround for issue 4047: in some configurations ofRonald Oussoren2010-07-231-0/+15
* Ensure that the Makefile variable expansionRonald Oussoren2010-07-232-0/+32
* Use augassign.Georg Brandl2010-07-231-22/+22
* Skip this test as it doesn't apply to Windows. It was added forBrian Curtin2010-07-221-0/+1