summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #14200 — now displayhook for IDLE works in non-subprocess mode as wel...Andrew Svetlov2012-03-253-21/+22
* Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (dueCharles-François Natali2012-03-241-0/+1
|\
| * Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (dueCharles-François Natali2012-03-241-0/+1
| * Closes #14314: backported fix.Vinay Sajip2012-03-231-1/+2
* | Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess.Charles-François Natali2012-03-242-56/+38
* | attempt to fix asyncore buildbot failureGiampaolo Rodola'2012-03-231-5/+9
|\ \ | |/
| * attempt to fix asyncore buildbot failureGiampaolo Rodola'2012-03-231-3/+7
* | Use the same exception hierarchy as decimal.py. FloatOperation now alsoStefan Krah2012-03-232-1/+41
* | mergeGiampaolo Rodola'2012-03-232-7/+17
|\ \
| * | Issue #13782: streamline argument type-checking in ET.ElementEli Bendersky2012-03-232-7/+17
* | | fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586Giampaolo Rodola'2012-03-231-10/+12
|/ /
* | #14380: Make actual default match docs, fix __init__ order.R David Murray2012-03-232-9/+10
* | #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicodeR David Murray2012-03-232-1/+24
* | merge 79422b3684f1 in 3.3 branch (issue 10340)Giampaolo Rodola'2012-03-222-8/+25
|\ \ | |/
| * fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne...Giampaolo Rodola'2012-03-222-8/+25
* | merge 3.2 (#14378)Benjamin Peterson2012-03-221-0/+6
|\ \ | |/
| * check by equality for __future__ not identity (closes #14378)Benjamin Peterson2012-03-221-0/+6
* | Issue #14204: The ssl module now has support for the Next Protocol Negotiatio...Antoine Pitrou2012-03-212-7/+74
* | Issue #3035: Unused functions from tkinter are marked as pending peprecated.Andrew Svetlov2012-03-211-0/+24
* | Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -vR David Murray2012-03-211-3/+7
|\ \ | |/
| * #12757: Make doctest skipping in -OO mode work with unittest/regrtest -vR David Murray2012-03-211-3/+7
* | merge headsBenjamin Peterson2012-03-219-407/+3188
|\ \
| * | Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-215-404/+3118
| * | Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess.Andrew Svetlov2012-03-211-0/+7
| |\ \ | | |/
| | * #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-212-2/+11
| | * Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.Giampaolo Rodola'2012-03-201-0/+1
| | * Merge 3.2.3rc2 from release clone.Georg Brandl2012-03-182-2/+2
| | |\
| | | * Bump to 3.2.3rc2.v3.2.3rc2Georg Brandl2012-03-182-2/+2
| | | * Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-253-48/+131
| * | | #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-201-2/+4
| * | | #14269: smtpd now conforms to the RFC and requires HELO before MAIL.R David Murray2012-03-202-1/+59
* | | | correctly lookup __trunc__ in int() constructorBenjamin Peterson2012-03-211-0/+1
|/ / /
* | | Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.Larry Hastings2012-03-201-1/+73
* | | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.Giampaolo Rodola'2012-03-201-0/+1
* | | all OSErrors should indicate there are no extended attributes (closes #14358)Benjamin Peterson2012-03-191-3/+1
* | | Fix whitespaceRaymond Hettinger2012-03-171-1/+1
* | | Low overhead path for maxsize==0Raymond Hettinger2012-03-171-2/+13
* | | Merge #14333: fix test_queue so it can be run via standard unittest test disc...R David Murray2012-03-171-4/+4
|\ \ \ | |/ /
| * | #14333: fix test_queue so it can be run via standard unittest test discovery.R David Murray2012-03-171-4/+4
* | | #14344: fixed the repr of email.policy objects.R David Murray2012-03-171-1/+1
* | | Section-off the source for better readability.Raymond Hettinger2012-03-171-0/+23
* | | Minor beautification.Raymond Hettinger2012-03-171-1/+1
* | | make extra arguments to object.__init__/__new__ to errors in most cases (fini...Benjamin Peterson2012-03-171-0/+20
* | | Merge #11686: add missing entries to email __all__ lists.R David Murray2012-03-174-10/+8
|\ \ \ | |/ /
| * | #11686: add missing entries to email __all__ lists.R David Murray2012-03-175-11/+9
* | | #12788: fix error in test_policy when run under refleak detectionR David Murray2012-03-171-1/+3
* | | Root variable is not changed.Raymond Hettinger2012-03-171-1/+1
* | | Fix whitespaceRaymond Hettinger2012-03-171-1/+1
* | | Unique sentinel value for cache.get()Raymond Hettinger2012-03-171-2/+2
* | | Refactor calculation of the cache key. Minor code cleanups.Raymond Hettinger2012-03-161-25/+21