summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Add a NEWS entry for r77599 and r77600.Antoine Pitrou2010-01-181-0/+7
* Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable theMark Dickinson2010-01-171-0/+4
* - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4Ronald Oussoren2010-01-171-1/+5
* Issue #7632: Fix a memory leak in _Py_dg_strtod.Mark Dickinson2010-01-171-2/+3
* Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`)Antoine Pitrou2010-01-171-0/+5
* typo: use one instead instead of twoEzio Melotti2010-01-161-2/+2
* Issue #7632: Fix a serious wrong output bug for string -> float conversion.Mark Dickinson2010-01-161-4/+6
* Issue #1670765: Prevent email.generator.Generator from re-wrappingR. David Murray2010-01-161-0/+6
* issue5063: Fixes for building RPM on CentOS plus misc .spec file enhancements.Sean Reifscheider2010-01-161-31/+34
* Fixed issue-number mistake in NEWS update.Vinay Sajip2010-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-1/+2
* Issue #3299: Fix possible crash in the _sre module when given badAntoine Pitrou2010-01-141-0/+3
* Issue #7703: Add support for the new buffer API to functions of theAntoine Pitrou2010-01-141-0/+4
* Update PyEval_EvalFrame to PyEval_EvalFrameEx. This looks to have been doneSkip Montanaro2010-01-141-3/+9
* Add ACKS entry for r77472.Antoine Pitrou2010-01-131-0/+1
* Issue #2846: Add support for gzip.GzipFile reading zero-padded files.Antoine Pitrou2010-01-131-0/+3
* Issue #7661: Allow ctypes to be built from a non-ASCII directory path.Antoine Pitrou2010-01-131-0/+6
* Issue #7622: Improve the split(), rsplit(), splitlines() and replace()Antoine Pitrou2010-01-131-0/+4
* Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded resu...Mark Dickinson2010-01-121-1/+2
* Issue #7632: Fix a problem with _Py_dg_strtod that could lead toMark Dickinson2010-01-121-0/+4
* #5827: make sure that normpath preserves unicodeEzio Melotti2010-01-121-0/+3
* Issue #1967: Backport dictionary views.Alexandre Vassalotti2010-01-111-0/+2
* Add missing NEWS entry for r77422.Alexandre Vassalotti2010-01-111-0/+2
* Fixed #5372: .o files are now always rebuilt because file age test don't work...Tarek Ziadé2010-01-111-0/+4
* DeprecationWarning is now silent by default.Brett Cannon2010-01-101-0/+2
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-091-0/+2
* post release version adjustmentBenjamin Peterson2010-01-091-0/+12
* bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-092-2/+2
* Fixed #7617: all flavors of gcc should be recognized nowTarek Ziadé2010-01-081-0/+4
* Issue #7092: Remove py3k warning when importing cPickle. 2to3 handlesAntoine Pitrou2010-01-081-0/+5
* Fix reattribution mistake when fixing attribution mistake!Antoine Pitrou2010-01-071-2/+2
* Fix attribution. Florent actually repackaged and reviewed Victor's patch (sor...Antoine Pitrou2010-01-071-1/+1
* Issue #7455: Fix possible crash in cPickle on invalid input. Patch byAntoine Pitrou2010-01-071-0/+3
* Fix inadvertent checkin of debug line.R. David Murray2010-01-071-1/+1
* Add -W to the 'basics', 'opt', and 'all' test runs so that we get verboseR. David Murray2010-01-071-4/+4
* Add Stefan.Georg Brandl2010-01-051-0/+3
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-041-0/+3
* do correct lookup of the __complex__ methodBenjamin Peterson2010-01-041-0/+3
* Credit Nir Aides for r77288Antoine Pitrou2010-01-031-0/+1
* Issue #7471: Improve the performance of GzipFile's buffering mechanism,Antoine Pitrou2010-01-031-1/+5
* Update doc build step.Georg Brandl2010-01-031-19/+3
* r77152 to Doc/Makefile broke doc build due to (at least some) makeKurt B. Kaiser2010-01-031-3/+3
* issue3972: HTTPConnection and HTTPSConnection now support aGregory P. Smith2010-01-031-0/+3
* Adds an optional source_address parameter to socket.create_connection().Gregory P. Smith2010-01-031-0/+2
* Fix typo.Georg Brandl2010-01-021-1/+1
* mention the r77252 changeGregory P. Smith2010-01-021-1/+4
* Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,Antoine Pitrou2010-01-021-0/+3
* Update Windows build to sqlite 3.6.21.Martin v. Löwis2010-01-021-1/+1
* Issue #5080: turn the DeprecationWarning from float arguments passedMark Dickinson2010-01-011-0/+16