summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-2263-1649/+1597
* Add importlib benchmarks which try to be "realistic" by importing the decimalBrett Cannon2010-07-221-7/+50
* Issue #9323: Fixed a bug in trace.py that resulted in loosing the nameAlexander Belopolsky2010-07-211-6/+3
* Issue #5395: check that array.fromfile() re-raises an IOError instead of repl...Antoine Pitrou2010-07-211-0/+11
* Apply patch from Ray Allen for issue 9296Doug Hellmann2010-07-211-0/+9
* revert unintended changesBenjamin Peterson2010-07-201-8/+0
* move test_trace.py so as not to conflict with future tests for the trace moduleBenjamin Peterson2010-07-202-0/+8
* Issue #9282: Fixed --listfuncs option of trace.py. Thanks EliAlexander Belopolsky2010-07-201-1/+2
* Without this patch the value of sysconfig.get_config_var('LDSHARED')Ronald Oussoren2010-07-201-7/+27
* Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / inGregory P. Smith2010-07-192-35/+44
* Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f...Senthil Kumaran2010-07-192-0/+7
* Sub-issue of #9036: Fix incorrect use of Py_CHARMASK.Stefan Krah2010-07-191-0/+1
* Issue #9265: Incorrect name passed as arg[0] when shell=TrueStefan Krah2010-07-192-0/+21
* This patch adds a testcase that demonstrates a problemRonald Oussoren2010-07-191-0/+6
* pydoc.pager does not promise to use $PAGER.Georg Brandl2010-07-191-1/+1
* #9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync t...Georg Brandl2010-07-182-215/+215
* Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.xAlexander Belopolsky2010-07-172-16/+74
* Issue #9268: Add annotation option to pickletools.disAlexander Belopolsky2010-07-171-5/+39
* #1555570: correctly handle a \r\n that is split by the read buffer.R. David Murray2010-07-172-0/+37
* Add comma grouping to max result so it's easier to read.Brett Cannon2010-07-161-1/+1
* Fix possible failure in pickling tests due to different instantiationsAntoine Pitrou2010-07-161-0/+10