summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add benchmarks for importing just source w/o writing bytecode, importing sourceBrett Cannon2010-07-161-14/+57
* Corrected TUPLE<N> opcodes' docs.Alexander Belopolsky2010-07-161-8/+11
* Touch up comments and code along with outputting what the unit of measure is.Brett Cannon2010-07-151-7/+10
* Fix a mistake, https proxy shoud be https://Senthil Kumaran2010-07-141-1/+1
* Fix: Issue6853 - Get HTTPS system proxy in Windows.Senthil Kumaran2010-07-141-0/+1
* PEP 8 conformance: class_ -> clsAlexander Belopolsky2010-07-141-3/+3
* Issue #9251: test_threaded_import didn't fail when run through regrtestAntoine Pitrou2010-07-141-55/+50
* Fix Issue5842 - Moving the tests out of urllib.parse moduleSenthil Kumaran2010-07-142-64/+32
* Woops, test_sndhdr.py contains the same code twice: fix itVictor Stinner2010-07-131-24/+0
* Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.Victor Stinner2010-07-1311-4/+63
* Set sys.modules[name] to None instead of 0 to block module import.Alexander Belopolsky2010-07-131-1/+1
* Yield more information on failure in test_struct boolean test.Mark Dickinson2010-07-121-2/+7
* #6026: skip test_get_file_list when zlib is not available.Ezio Melotti2010-07-121-0/+1
* allow byte literalsBenjamin Peterson2010-07-112-1/+2
* assertEquals -> assertEqualMark Dickinson2010-07-111-1/+1
* Issue #9137: Fix issue in MutableMapping.update, which incorrectlyMark Dickinson2010-07-112-1/+22
* Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson2010-07-112-0/+18
* test for set literalsBenjamin Peterson2010-07-111-0/+1
* Allow set literals in literal_eval().Georg Brandl2010-07-111-0/+2
* Fix for issue 9164Ronald Oussoren2010-07-111-2/+1
* Stricter verification for file based url scheme and reliance on ftp protocol.Senthil Kumaran2010-07-112-1/+5
* ValueError is eventually what we want to move to, I supposeBenjamin Peterson2010-07-101-2/+2
* Fix error message for comparing single line strings in unittest.TestCase.asse...Michael Foord2010-07-102-3/+23
* Fix 'refleak' introduced by fnmatch cache purge tests.R. David Murray2010-07-102-2/+11
* #1434090: properly append child in expatbuilder doctype handler.Georg Brandl2010-07-101-1/+1
* #3071: tell how many values were expected when unpacking too many.Georg Brandl2010-07-101-3/+3
* Oops. Fix distutils tests that r82746 broke.Jeffrey Yasskin2010-07-091-1/+3
* be more robust across platformsBenjamin Peterson2010-07-091-1/+1
* remove SocketIO.__del__; close() can handle itBenjamin Peterson2010-07-091-4/+0