summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | 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
| | | |/ / / / / / /
| | | * | | | | | | Closes #14250: regex.flags has not only explicit flags but also those from th...Georg Brandl2012-03-171-2/+2
| | | * | | | | | | 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 con...Senthil Kumaran2012-03-171-0/+8
| | | * | | | | | | #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
| | * | | | | | | 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
| | | * | | | | | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-145-59/+145
| | | * | | | | | #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
| | * | | | | | 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
| | | * | | | | | - rename configure.in to configure.acMatthias Klose2012-03-149-298/+321
| | * | | | | | | Fixes Issue 14234: fix for the previous commit, keep compilation whenGregory P. Smith2012-03-152-0/+7
| | |/ / / / / /
| | * | | | | | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-145-59/+144
| | * | | | | | 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
| | * | | | | | Merged upstream change.Vinay Sajip2012-03-131-0/+5
| | |\ \ \ \ \ \
| | | * | | | | | Fix closes Issue14281 - Test for cgi.escape by Brian LandersSenthil Kumaran2012-03-131-0/+5
| | * | | | | | | Closes #14267: Corrected computation of rollover filename.Vinay Sajip2012-03-131-6/+15
| | |/ / / / / /
| | * | | | | | merge headsSenthil Kumaran2012-03-132-0/+11
| | |\ \ \ \ \ \
| | | * | | | | | #14179: add tests for re.compile. Patch by Florian Mladitsch.Ezio Melotti2012-03-122-0/+11
| | * | | | | | | closes issue14257 - Grammatical fixSenthil Kumaran2012-03-121-3/+3
| | |/ / / / / /
| | * | | | | | closes issue14257 minor error in glossary wording regarding __hash__Senthil Kumaran2012-03-121-1/+1
| | * | | | | | Fix closes issue14258 - added clarification to \W and \S flagsSenthil Kumaran2012-03-121-8/+12
| | * | | | | | #14161: fix test failures on Windows.Ezio Melotti2012-03-121-2/+2
| | * | | | | | #14161: fix compile error under Windows.Ezio Melotti2012-03-111-1/+2
| | * | | | | | #14161: fix the __repr__ of file objects to escape the file name.Ezio Melotti2012-03-113-4/+19
| | * | | | | | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-114-1/+82
| | * | | | | | Closes #9574: Note that complex constructor doesn't allow whitespace around c...Mark Dickinson2012-03-101-0/+7