summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix failures in test_profilehooks when run with -3Antoine Pitrou2009-10-141-13/+13
* Silence some py3k warnings claiming to affect _pyioAntoine Pitrou2009-10-141-2/+6
* Fix a py3k warning in the sndhdr module (found with test_email)Antoine Pitrou2009-10-141-2/+2
* Fix py3k warnings in the socket moduleAntoine Pitrou2009-10-141-9/+10
* Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn)Antoine Pitrou2009-10-141-1/+1
* Silence a py3k warning claiming to affect Lib/calendar.pyAntoine Pitrou2009-10-141-3/+5
* Fix py3k warnings in bsddbAntoine Pitrou2009-10-144-119/+112
* Fix a test_atexit failure when run with -3Antoine Pitrou2009-10-141-0/+1
* Fix py3k warnings in the aifc moduleAntoine Pitrou2009-10-141-11/+11
* #7125: fix typo.Georg Brandl2009-10-141-3/+3
* Enhanced Issue 7058 patch, which will not be backported. Refactors theR. David Murray2009-10-141-37/+128
* Fixed Issue6894, urllib2 doesn't respect "no_proxy" environmentSenthil Kumaran2009-10-112-1/+23
* Issue #7055: test___all__ now greedily detects all modules which have anAntoine Pitrou2009-10-101-145/+80
* Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...Vinay Sajip2009-10-103-71/+75
* replace has_key with 'in' operatorBenjamin Peterson2009-10-0929-71/+71
* replace callable()Benjamin Peterson2009-10-097-18/+18
* Issue #7082: When falling back to the MIME 'name' parameter, theR. David Murray2009-10-092-5/+3
* death to old CVS keywordBenjamin Peterson2009-10-091-6/+0
* Update decimal test data to the most recent set from Mike Cowlishaw.Mark Dickinson2009-10-08143-148/+211
* Issue #7078: _struct.__doc__ was being ignored. Import it into struct.Mark Dickinson2009-10-081-0/+1
* Issue #7048: logb should round its result when that result doesn't fitMark Dickinson2009-10-071-1/+2
* #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,Amaury Forgeot d'Arc2009-10-061-2/+3
* Use standard comma punctuation; reword some sentences in the docsAndrew M. Kuchling2009-10-051-1/+1
* Issue #7058: Added save/restore for argv and os.environ to runtest_innerR. David Murray2009-10-051-0/+15
* Issue #7042: Fix test_signal failure on OS X 10.6 64-bit buildsMark Dickinson2009-10-041-0/+2
* test loggingBenjamin Peterson2009-10-041-0/+1
* #7050 fix a SystemError when using tuple unpacking and augmented assignmentBenjamin Peterson2009-10-031-0/+3
* now uses the right exception typeTarek Ziadé2009-10-031-2/+2
* removing the last remaning apply() callsTarek Ziadé2009-10-033-3/+3
* #6516 added owner/group support for tarfiles in DistutilsTarek Ziadé2009-10-027-15/+218
* #7031: Add TestCase.assertIsInstance and negated method.Georg Brandl2009-10-012-0/+25
* Fix some weird whitespace and two other overlong lines.Georg Brandl2009-10-011-4/+7
* That's self.env.unset(k) and not env.unset(k) I was heading back to the problem.Senthil Kumaran2009-10-011-1/+1
* using dict.unset(k) instead of del dict[k]. consistent with release26-maintSenthil Kumaran2009-10-011-1/+1
* Fix for issue7026 test_urllib: unsetting missing 'env' variable.Senthil Kumaran2009-10-011-1/+1
* Fix buggy accuracy testMark Dickinson2009-09-301-1/+1
* #5329: fix os.popen* regression from 2.5: don't execute commands as a sequencePhilip Jenvey2009-09-293-22/+75
* Issue #7019: Unmarshalling of bad long data could produce unnormalizedMark Dickinson2009-09-291-0/+5
* Issue #6790: Make it possible again to pass an `array.array` toAntoine Pitrou2009-09-292-2/+18
* Issue #7014: logging: Improved IronPython 2.6 compatibility.Vinay Sajip2009-09-291-6/+14
* #6990: clear threading.local's key only after its thread state is removed:Philip Jenvey2009-09-291-0/+38
* Issue #3366: Add gamma function to math module.Mark Dickinson2009-09-282-0/+234
* Applying patches backported from 3.1, by Gregor Lingl.R. David Murray2009-09-281-4/+9
* Prevent test_bad_address failure when a domain in the dns searchR. David Murray2009-09-281-8/+18
* Patch from Thomas Barr so that csv.Sniffer will set doublequote property.Skip Montanaro2009-09-282-6/+25
* Test creation moved from TestProgram.parseArgs to TestProgram.createTests exc...Michael Foord2009-09-271-5/+8
* Tidied up name of parameter in StreamHandlerVinay Sajip2009-09-261-5/+5
* #7000: document "sep" in capwords. Add a few testsEzio Melotti2009-09-262-4/+9
* #6243: fix segfault when keyname() returns a NULL pointer.Andrew M. Kuchling2009-09-251-0/+5
* http://bugs.python.org/issue6971Kristján Valur Jónsson2009-09-251-0/+4