summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow --with-dbmliborder to specify that no dbm modules will be built #6491Benjamin Peterson2010-01-011-0/+2
* fix indentationBenjamin Peterson2010-01-011-1/+1
* add noteBenjamin Peterson2010-01-011-0/+3
* add a --with-system-expat option to build pyexpat against the system's lib #7609Benjamin Peterson2009-12-311-0/+4
* check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604)Benjamin Peterson2009-12-301-0/+3
* Add Marcos Donolo for work on issue 7534 patch.Mark Dickinson2009-12-301-0/+1
* Issue #7534: Fix handling of nans, infinities, and negative zero in **Mark Dickinson2009-12-301-0/+4
* #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ...Ezio Melotti2009-12-301-1/+4
* only build the nis module when the headers are found #7589Benjamin Peterson2009-12-301-0/+3
* #7579: Add docstrings to the msvcrt moduleAmaury Forgeot d'Arc2009-12-291-0/+2
* #7413: Passing '\0' as the separator to datetime.datetime.isoformat()Amaury Forgeot d'Arc2009-12-291-0/+3
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...Georg Brandl2009-12-281-0/+5
* Issue #1811: Improve accuracy and consistency of true division for integers.Mark Dickinson2009-12-271-0/+5
* #6108: unicode(exception) and str(exception) should return the same messageEzio Melotti2009-12-241-0/+3
* Unittests and news items for the patch in r77026.Ronald Oussoren2009-12-241-0/+3
* Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.aRonald Oussoren2009-12-241-0/+3
* Issue #6834: replace the implementation for the 'python' and 'pythonw' execut...Ronald Oussoren2009-12-241-0/+7
* added a note about #7556 in Misc/NEWSTarek Ziadé2009-12-211-0/+3
* Add NEWS for OpenSSL changes.Martin v. Löwis2009-12-211-0/+4
* Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.Mark Dickinson2009-12-211-0/+2
* Fixed #7552: fixed distutils.command.upload failure on very long passwordsTarek Ziadé2009-12-201-4/+8
* Issue #7376: When called with no arguments doctest was running aR. David Murray2009-12-201-0/+3
* Fix for issue 7291 - urllib2 cannot handle https with proxy requiring authSenthil Kumaran2009-12-201-0/+3
* Issue #3366: Add error function and complementary error function toMark Dickinson2009-12-191-1/+2
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-161-1/+1
* Issue #7396: fix -s, which was broken by the -j enhancement.R. David Murray2009-12-161-0/+2
* Issue #7498: make test_multiprocessing use test_support.find_unused_portR. David Murray2009-12-141-0/+9
* Issue #1680159: unicode coercion during an 'in' operation was maskingR. David Murray2009-12-141-0/+3
* accept None as the same as having passed no argument in file types #7349Benjamin Peterson2009-12-131-0/+4
* add NEWS noteBenjamin Peterson2009-12-131-0/+3
* fix the ignoring of __cmp__ method on metaclasses #7491Benjamin Peterson2009-12-131-0/+2
* Add NEWS entry as per RDM's suggestion (the bug was actually presentAntoine Pitrou2009-12-131-0/+3
* Issue #7357: No longer suppress fatal extraction errors byLars Gustäbel2009-12-131-0/+3
* Issue #3366: Add lgamma function to math module.Mark Dickinson2009-12-111-1/+1
* Issue #7470: logging: fix bug in Unicode encoding fallback.Vinay Sajip2009-12-111-0/+2
* Add a reverse() method to collections.deque().Raymond Hettinger2009-12-101-0/+2