summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #1670765: Prevent email.generator.Generator from re-wrappingR. David Murray2010-01-163-0/+80
* try to fix for windowsBenjamin Peterson2010-01-151-1/+1
* Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given aAntoine Pitrou2010-01-151-0/+3
* The silencing of DeprecationWarning was not taking -3 into consideration. SinceBrett Cannon2010-01-141-2/+5
* Issue #3299: Fix possible crash in the _sre module when given badAntoine Pitrou2010-01-141-0/+6
* Issue #7703: Add support for the new buffer API to functions of theAntoine Pitrou2010-01-141-9/+26
* Issue #7632: add tests for bugs fixed so far.Mark Dickinson2010-01-141-0/+269
* use more robust quotingBenjamin Peterson2010-01-141-1/+1
* Issue #7625: Add more tests that bytearray methods return new objects,Antoine Pitrou2010-01-131-1/+7
* Issue #2846: Add support for gzip.GzipFile reading zero-padded files.Antoine Pitrou2010-01-132-0/+21
* Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded resu...Mark Dickinson2010-01-121-0/+102
* Issue #7632: Fix a problem with _Py_dg_strtod that could lead toMark Dickinson2010-01-121-0/+7
* Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna.Antoine Pitrou2010-01-121-15/+10
* #5827: make sure that normpath preserves unicodeEzio Melotti2010-01-124-8/+22
* Fixed repr of dictionary views.Alexandre Vassalotti2010-01-121-3/+12
* module cleanupTarek Ziadé2010-01-111-148/+69
* Issue #1967: Backport dictionary views.Alexandre Vassalotti2010-01-111-0/+84
* Fixed #5372: .o files are now always rebuilt because file age test don't work...Tarek Ziadé2010-01-111-94/+2
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-1111-109/+487
* fix test_popen when the path to python has spaces #7671Benjamin Peterson2010-01-101-3/+1
* Fixed issue7648 - test_urllib2 fails on Windows if not run from C:Senthil Kumaran2010-01-101-3/+6
* Update root certificate to CAcert.Martin v. Löwis2010-01-101-25/+40
* DeprecationWarning is now silent by default.Brett Cannon2010-01-103-2/+5
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-099-28/+80
* Issue #7532: Add additional slicing test cases for new- and old-styleMark Dickinson2010-01-091-2/+97
* bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-092-2/+2
* 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