Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v | R David Murray | 2012-03-21 | 2 | -3/+10 |
| | |||||
* | #3573: idle now doesn't hungs if launched as: idle -e <directory> | Andrew Svetlov | 2012-03-21 | 3 | -2/+14 |
| | | | | Patch by Guilherme Polo. | ||||
* | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. | Giampaolo Rodola' | 2012-03-20 | 2 | -0/+4 |
| | |||||
* | merge from release branch | Benjamin Peterson | 2012-03-20 | 0 | -0/+0 |
|\ | |||||
| * | merge tag | Benjamin Peterson | 2012-03-20 | 6 | -6/+7 |
| |\ | |||||
* | \ | merge heads | Benjamin Peterson | 2012-03-19 | 9 | -71/+130 |
|\ \ \ | |||||
| * | | | Fixes Issue #14331: Use significantly less stack space when importing modules by | Gregory P. Smith | 2012-03-18 | 2 | -31/+98 |
| | | | | | | | | | | | | | | | | allocating path buffers on the heap instead of the stack. | ||||
| * | | | Add 2.7.3rc2 uuid | Martin v. Löwis | 2012-03-18 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge 2.6.8rc tags into 2.7. | Georg Brandl | 2012-03-18 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | Remove duplicate hgtags entries for 2.6.8rc{1,2}. | Georg Brandl | 2012-03-18 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | Added tag v2.6.8rc2 for changeset bd9e1a02e3e3 | Barry Warsaw | 2012-03-17 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | null merge | Barry Warsaw | 2012-03-17 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * \ \ \ | null merge from 2.6 | Barry Warsaw | 2012-03-17 | 0 | -0/+0 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Added tag v2.6.8rc2 for changeset 1d1b7b9fad48 | Barry Warsaw | 2012-03-17 | 1 | -0/+1 |
| | | | | | | |||||
| | | * | | | Bump to 2.6.8rc2v2.6.8rc2 | Barry Warsaw | 2012-03-17 | 5 | -6/+6 |
| | | | | | | |||||
| | | * | | | Update Docs and NEWS for 2.6.8rc2. | Barry Warsaw | 2012-03-17 | 2 | -2/+2 |
| | | | | | | |||||
| * | | | | | #14333: fix test_queue so it can be run via standard unittest test discovery. | R David Murray | 2012-03-17 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | Issue #14346: Fix some typos in the Mac/README file. | Ned Deily | 2012-03-17 | 1 | -5/+5 |
| |/ / / / | | | | | | | | | | | | | | | | (Patch by Dionysios Kalofonos) | ||||
| * | | | | Closes #14250: regex.flags has not only explicit flags but also those from ↵ | Georg Brandl | 2012-03-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | the pattern | ||||
| * | | | | Closes #14343: avoid shadowing builtin input() in example code. | Georg Brandl | 2012-03-17 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Closes #14342: remove out-of-date section about avoiding recursion errors. | Georg Brandl | 2012-03-17 | 1 | -22/+0 |
| | | | | | |||||
| * | | | | Closes #14306: clarify expensiveness of try-except and update code snippet | Georg Brandl | 2012-03-17 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | explain json.dumps for non-string keys in dicts. closes issue6566. Patch ↵ | Senthil Kumaran | 2012-03-17 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | contributed Kirubakaran Athmanathan | ||||
| * | | | | #11780: s/throw/raise/ | R David Murray | 2012-03-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | #11780: document that email.encoders throw TypeError on multipart messages. | R David Murray | 2012-03-17 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | merge 2.7.3 release branch | Benjamin Peterson | 2012-03-19 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Add 2.7.3rc2 uuid | Martin v. Löwis | 2012-03-18 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add 2.7.3 and 2.7.4 UUIDs | Martin v. Löwis | 2012-02-25 | 1 | -0/+4 |
| | | | | |||||
* | | | | check for string attribute names in old-style classes (closes #14334) | Benjamin Peterson | 2012-03-16 | 3 | -4/+36 |
| | | | | |||||
* | | | | check to make sure the attribute is a string (#14334) | Benjamin Peterson | 2012-03-16 | 3 | -0/+13 |
| | | | | |||||
* | | | | 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem | Senthil Kumaran | 2012-03-16 | 3 | -1/+11 |
| | | | | |||||
* | | | | Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. ↵ | Senthil Kumaran | 2012-03-15 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | closes issue11199 | ||||
* | | | | merge from 2.7 release branch | Benjamin Peterson | 2012-03-15 | 6 | -6/+7 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Added tag v2.7.3rc2 for changeset d46c1973d3c4 | Benjamin Peterson | 2012-03-15 | 1 | -0/+1 |
| | | | | |||||
| * | | | bump to 2.7.3rc2v2.7.3rc2 | Benjamin Peterson | 2012-03-15 | 5 | -6/+6 |
| |/ / | |||||
| * | | merge heads | Benjamin Peterson | 2012-03-15 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | #14114: don't include copybutton.js in the htmlhelp output. | Ezio Melotti | 2012-02-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixes Issue 14234: fix for the previous commit, keep compilation when | Gregory P. Smith | 2012-03-15 | 2 | -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 attributes | Gregory P. Smith | 2012-03-14 | 5 | -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 Melotti | 2012-02-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix link to global module index. | Georg Brandl | 2012-03-03 | 1 | -1/+1 |
| |/ / | |||||
* | | | #12758: removing confusing mention of UTC from time.time description | R David Murray | 2012-03-15 | 1 | -2/+2 |
| | | | | | | | | | | | | Patch by Dylan Sarber. | ||||
* | | | merge heads. | Gregory P. Smith | 2012-03-15 | 9 | -298/+321 |
|\ \ \ | |||||
| * \ \ | merge 2.6 | Barry Warsaw | 2012-03-15 | 0 | -0/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash | Barry Warsaw | 2012-03-15 | 5 | -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.ac | Matthias Klose | 2012-03-14 | 9 | -298/+321 |
| | | | | | | | | | | | | | | | | - change references from configure.in to configure.ac | ||||
* | | | | Fixes Issue 14234: fix for the previous commit, keep compilation when | Gregory P. Smith | 2012-03-15 | 2 | -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 attributes | Gregory P. Smith | 2012-03-14 | 5 | -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 Brandl | 2012-03-14 | 1 | -1/+5 |
| | | | |||||
* | | | Issue #5219: Prevent event handler cascade in IDLE. | Martin v. Löwis | 2012-03-13 | 2 | -1/+7 |
| | | | | | | | | | | | | Patch by Roger Serwy. |