summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #12757: Make doctest skipping in -OO mode work with unittest/regrtest -vR David Murray2012-03-212-3/+10
|
* #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-213-2/+14
| | | | Patch by Guilherme Polo.
* Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.Giampaolo Rodola'2012-03-202-0/+4
|
* merge from release branchBenjamin Peterson2012-03-200-0/+0
|\
| * merge tagBenjamin Peterson2012-03-206-6/+7
| |\
* | \ merge headsBenjamin Peterson2012-03-199-71/+130
|\ \ \
| * | | Fixes Issue #14331: Use significantly less stack space when importing modules byGregory P. Smith2012-03-182-31/+98
| | | | | | | | | | | | | | | | allocating path buffers on the heap instead of the stack.
| * | | Add 2.7.3rc2 uuidMartin v. Löwis2012-03-181-0/+1
| | | |
| * | | Merge 2.6.8rc tags into 2.7.Georg Brandl2012-03-181-0/+2
| |\ \ \
| | * | | Remove duplicate hgtags entries for 2.6.8rc{1,2}.Georg Brandl2012-03-181-2/+0
| | | | |
| | * | | Added tag v2.6.8rc2 for changeset bd9e1a02e3e3Barry Warsaw2012-03-171-0/+1
| | | | |
| * | | | null mergeBarry Warsaw2012-03-170-0/+0
| |\ \ \ \
| | * \ \ \ null merge from 2.6Barry Warsaw2012-03-170-0/+0
| | |\ \ \ \ | | | |/ / /
| | | * | | Added tag v2.6.8rc2 for changeset 1d1b7b9fad48Barry Warsaw2012-03-171-0/+1
| | | | | |
| | | * | | Bump to 2.6.8rc2v2.6.8rc2Barry Warsaw2012-03-175-6/+6
| | | | | |
| | | * | | Update Docs and NEWS for 2.6.8rc2.Barry Warsaw2012-03-172-2/+2
| | | | | |
| * | | | | #14333: fix test_queue so it can be run via standard unittest test discovery.R David Murray2012-03-171-4/+4
| | | | | |
| * | | | | Issue #14346: Fix some typos in the Mac/README file.Ned Deily2012-03-171-5/+5
| |/ / / / | | | | | | | | | | | | | | | (Patch by Dionysios Kalofonos)
| * | | | Closes #14250: regex.flags has not only explicit flags but also those from ↵Georg Brandl2012-03-171-2/+2
| | | | | | | | | | | | | | | | | | | | the pattern
| * | | | Closes #14343: avoid shadowing builtin input() in example code.Georg Brandl2012-03-171-2/+2
| | | | |
| * | | | Closes #14342: remove out-of-date section about avoiding recursion errors.Georg Brandl2012-03-171-22/+0
| | | | |
| * | | | Closes #14306: clarify expensiveness of try-except and update code snippetGeorg Brandl2012-03-171-5/+5
| | | | |
| * | | | explain json.dumps for non-string keys in dicts. closes issue6566. Patch ↵Senthil Kumaran2012-03-171-0/+8
| | | | | | | | | | | | | | | | | | | | contributed Kirubakaran Athmanathan
| * | | | #11780: s/throw/raise/R David Murray2012-03-171-1/+1
| | | | |
| * | | | #11780: document that email.encoders throw TypeError on multipart messages.R David Murray2012-03-171-0/+4
| | | | |
* | | | | merge 2.7.3 release branchBenjamin Peterson2012-03-191-0/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Add 2.7.3rc2 uuidMartin v. Löwis2012-03-181-0/+1
| | | |
| * | | Add 2.7.3 and 2.7.4 UUIDsMartin v. Löwis2012-02-251-0/+4
| | | |
* | | | check for string attribute names in old-style classes (closes #14334)Benjamin Peterson2012-03-163-4/+36
| | | |
* | | | check to make sure the attribute is a string (#14334)Benjamin Peterson2012-03-163-0/+13
| | | |
* | | | 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problemSenthil Kumaran2012-03-163-1/+11
| | | |
* | | | Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. ↵Senthil Kumaran2012-03-152-1/+3
| | | | | | | | | | | | | | | | closes issue11199
* | | | merge from 2.7 release branchBenjamin Peterson2012-03-156-6/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Added tag v2.7.3rc2 for changeset d46c1973d3c4Benjamin Peterson2012-03-151-0/+1
| | | |
| * | | bump to 2.7.3rc2v2.7.3rc2Benjamin Peterson2012-03-155-6/+6
| |/ /
| * | merge headsBenjamin Peterson2012-03-150-0/+0
| |\ \
| | * | #14114: don't include copybutton.js in the htmlhelp output.Ezio Melotti2012-02-251-1/+1
| | | |
| * | | Fixes Issue 14234: fix for the previous commit, keep compilation whenGregory P. Smith2012-03-152-0/+7
| | | | | | | | | | | | | | | | | | | | using --with-system-expat working when the system expat does not have salted hash support.
| * | | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-145-59/+145
| | | | | | | | | | | | | | | | | | | | | | | | in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project.
| * | | #14114: don't include copybutton.js in the htmlhelp output.Ezio Melotti2012-02-251-1/+1
| | | |
| * | | Fix link to global module index.Georg Brandl2012-03-031-1/+1
| |/ /
* | | #12758: removing confusing mention of UTC from time.time descriptionR David Murray2012-03-151-2/+2
| | | | | | | | | | | | Patch by Dylan Sarber.
* | | merge heads.Gregory P. Smith2012-03-159-298/+321
|\ \ \
| * \ \ merge 2.6Barry Warsaw2012-03-150-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hashBarry Warsaw2012-03-155-63/+149
| | | | | | | | | | | | | | | | | | | | | | | | table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project.
| * | | - rename configure.in to configure.acMatthias Klose2012-03-149-298/+321
| | | | | | | | | | | | | | | | - change references from configure.in to configure.ac
* | | | Fixes Issue 14234: fix for the previous commit, keep compilation whenGregory P. Smith2012-03-152-0/+7
|/ / / | | | | | | | | | | | | using --with-system-expat working when the system expat does not have salted hash support.
* | | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-145-59/+144
| | | | | | | | | | | | | | | | | | in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project.
* | | Closes #14289: put a link to the CHM download page on the docs download page.Georg Brandl2012-03-141-1/+5
| | |
* | | Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-132-1/+7
| | | | | | | | | | | | Patch by Roger Serwy.