summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix typoÉric Araujo2012-03-271-1/+1
* IDLE can be launched as python -m ildelibAndrew Svetlov2012-03-261-0/+2
* unittest.mock.MagicMock objects are now unorderable by defaultMichael Foord2012-03-251-0/+2
* Issue #7652: Enable linking of _decimal.so against an installed libmpdec.Stefan Krah2012-03-231-0/+3
* #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicodeR David Murray2012-03-232-0/+4
* fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne...Giampaolo Rodola'2012-03-221-0/+4
* Issue #14387: Do not include accu.h from Python.h.Antoine Pitrou2012-03-221-0/+2
|\
| * Issue #14387: Do not include accu.h from Python.h.Antoine Pitrou2012-03-221-0/+2
* | merge 3.2 (#14378)Benjamin Peterson2012-03-221-1/+5
|\ \ | |/
| * check by equality for __future__ not identity (closes #14378)Benjamin Peterson2012-03-221-0/+3
* | Fix typo.Georg Brandl2012-03-221-1/+1
* | Issue #14204: The ssl module now has support for the Next Protocol Negotiatio...Antoine Pitrou2012-03-212-0/+5
* | Issue #3035: Unused functions from tkinter are marked as pending peprecated.Andrew Svetlov2012-03-211-0/+2
* | Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -vR David Murray2012-03-211-0/+3
|\ \ | |/
| * #12757: Make doctest skipping in -OO mode work with unittest/regrtest -vR David Murray2012-03-211-0/+3
* | Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-212-0/+17
* | Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess.Andrew Svetlov2012-03-211-5/+3
|\ \ | |/
| * #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-211-0/+3
| * Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.Giampaolo Rodola'2012-03-201-0/+3
* | #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-201-0/+5
* | #14269: smtpd now conforms to the RFC and requires HELO before MAIL.R David Murray2012-03-202-0/+4
* | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.Giampaolo Rodola'2012-03-201-0/+3
* | Merge with 3.2 for #14359.Ross Lagerwall2012-03-192-0/+4
|\ \ | |/
| * Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.Ross Lagerwall2012-03-192-0/+7
| * Fixes Issue #14331: Use significantly less stack space when importing modules byGregory P. Smith2012-03-181-0/+3
| * Merge 3.2.3rc2 from release clone.Georg Brandl2012-03-182-1/+33
| |\
| | * Post-release updates for 3.2.3rc2.Georg Brandl2012-03-181-0/+12
| | * Bump to 3.2.3rc2.v3.2.3rc2Georg Brandl2012-03-182-11/+8
| | * Transplant from main repo d6c197edd99b: Fixes Issue #14234: CVE-2012-0876: Ra...Georg Brandl2012-03-151-2/+10
| | * 3.2.3rc1 doneGeorg Brandl2012-02-251-4/+16
| | * Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-251-0/+3
| * | Move MANIFEST parsing change to the right position.Georg Brandl2012-03-171-3/+7
* | | #14344: fixed the repr of email.policy objects.R David Murray2012-03-171-0/+2
* | | Issue #14347: Update Misc/README list of files.Ned Deily2012-03-171-1/+2
* | | merge headsBenjamin Peterson2012-03-171-0/+3
|\ \ \
| * \ \ Merge #11686: news entry.R David Murray2012-03-171-0/+3
| |\ \ \ | | |/ /
| | * | #11686: news entry.R David Murray2012-03-171-0/+3
* | | | make extra arguments to object.__init__/__new__ to errors in most cases (fini...Benjamin Peterson2012-03-171-0/+3
|/ / /
* | | Issue #14335: multiprocessing's custom Pickler subclass now inherits from the...Antoine Pitrou2012-03-161-0/+3
* | | merge 3.2 (#14334)Benjamin Peterson2012-03-161-0/+3
|\ \ \ | |/ /
| * | check to make sure the attribute is a string (#14334)Benjamin Peterson2012-03-161-0/+3
* | | mergeRaymond Hettinger2012-03-161-0/+2
|\ \ \
| * \ \ closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-161-0/+2
| |\ \ \ | | |/ /
| | * | closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-161-0/+2
* | | | Improve the memory utilization (and speed) of functools.lru_cache().Raymond Hettinger2012-03-161-0/+2
|/ / /
* | | - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check inMatthias Klose2012-03-151-1/+1
* | | - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check inMatthias Klose2012-03-151-0/+3
* | | port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ur...Senthil Kumaran2012-03-151-0/+2
|\ \ \ | |/ /
| * | closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.Senthil Kumaran2012-03-151-0/+2
* | | - Issue #14324: Fix configure tests for cross builds.Matthias Klose2012-03-151-0/+2