summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed #7617: all flavors of gcc should be recognized nowTarek Ziadé2010-01-082-2/+17
* Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch byAntoine Pitrou2010-01-081-9/+0
* Fix for Issue7026. For the Error - RuntimeError: dictionary changed size duri...Senthil Kumaran2010-01-081-1/+1
* Issue #7092: Remove py3k warning when importing cPickle. 2to3 handlesAntoine Pitrou2010-01-081-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-08107-800/+442
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-08107-442/+800
* Backport some float repr tests that were missed in issue 7117.Mark Dickinson2010-01-081-0/+49
* Issue #7455: Fix possible crash in cPickle on invalid input. Patch byAntoine Pitrou2010-01-071-0/+9
* #5991: let completion for the "help" command include help topics.Georg Brandl2010-01-062-13/+11
* Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, ...Georg Brandl2010-01-061-2/+4
* Add missing docstring for Context.divmod. Thanks Juan José Conti.Mark Dickinson2010-01-061-0/+7
* add a test about hashing array.arrayBenjamin Peterson2010-01-051-0/+9
* Kill a couple of "<>"Antoine Pitrou2010-01-043-6/+6
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-0416-85/+87
* do correct lookup of the __complex__ methodBenjamin Peterson2010-01-041-0/+3
* Issue #7471: Improve the performance of GzipFile's buffering mechanism,Antoine Pitrou2010-01-032-57/+53
* Fix testSourceAddress to not test the host, it wasn't passing on some platforms.Gregory P. Smith2010-01-031-9/+4
* issue3972: HTTPConnection and HTTPSConnection now support aGregory P. Smith2010-01-032-7/+44
* Adds an optional source_address parameter to socket.create_connection().Gregory P. Smith2010-01-032-4/+23
* Import all implementations of the hash algorithms (OpenSSL & builtin) and runGregory P. Smith2010-01-031-10/+75
* Issue #3745: Undo the requirement for new buffer API only objects to be passedGregory P. Smith2010-01-021-11/+16
* Remove silly conditional.Antoine Pitrou2010-01-021-4/+2
* Add tests for issue #7458: str.rfind() would crash when called with an invalidAntoine Pitrou2010-01-021-0/+6
* Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,Antoine Pitrou2010-01-022-3/+33
* Fix casing.Georg Brandl2010-01-021-1/+1
* remove use of deprecated os.popen #7619Benjamin Peterson2010-01-021-3/+8
* Issue #5080: turn the DeprecationWarning from float arguments passedMark Dickinson2010-01-014-26/+30
* More yearly updates.Georg Brandl2010-01-0110-11/+11
* indentation and further alignment with py3kEzio Melotti2009-12-311-3/+3
* cleanup and refactoringEzio Melotti2009-12-311-128/+123
* Merged revisions 77158 via svnmerge fromBenjamin Peterson2009-12-301-0/+5
* check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604)Benjamin Peterson2009-12-301-0/+5
* Issue #7534: Fix handling of nans, infinities, and negative zero in **Mark Dickinson2009-12-302-2/+216
* #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ...Ezio Melotti2009-12-302-489/+458
* #7413: Passing '\0' as the separator to datetime.datetime.isoformat()Amaury Forgeot d'Arc2009-12-291-0/+1
* Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel,Mark Dickinson2009-12-291-1/+7
* enable test_main.pyBenjamin Peterson2009-12-291-2/+3
* Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge fromBenjamin Peterson2009-12-286-19/+123
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...Georg Brandl2009-12-281-0/+39
* #7381: consistency update, and backport avoiding ``None >= 0`` check from py3k.Georg Brandl2009-12-281-4/+6
* Use a more idiomatic check in check_truediv.Mark Dickinson2009-12-271-3/+2
* Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus ...Mark Dickinson2009-12-271-1/+2
* Issue #1811: Improve accuracy and consistency of true division for integers.Mark Dickinson2009-12-271-0/+168
* Fix for issue5625 - test_urllib2 fails - urlopen error file not on local host.Senthil Kumaran2009-12-271-2/+3
* #6108: unicode(exception) and str(exception) should return the same messageEzio Melotti2009-12-241-1/+109
* Issue #7568: typo in docstring. Thanks Mike Putnam.Mark Dickinson2009-12-241-1/+1
* allow Process name to be unicode #7571Benjamin Peterson2009-12-241-1/+1
* Unittests and news items for the patch in r77026.Ronald Oussoren2009-12-241-1/+30
* Issue #6834: replace the implementation for the 'python' and 'pythonw' execut...Ronald Oussoren2009-12-241-1/+7
* On OSX the output of "uname -m" always reflects the 32-bit architectureRonald Oussoren2009-12-241-0/+10