summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Closes #14411: remove outdated comment in rlcompleter docstring.Georg Brandl2012-03-271-20/+16
| | * | | | | #5301: re-add image/vnd.microsoft.icon per discussionR David Murray2012-03-271-0/+1
| | * | | | | Issue #14410: fix typo in argparse doc; patch by Tshepang LekhonkhobeSandro Tosi2012-03-261-2/+2
| | * | | | | Minor documentation tweak.Vinay Sajip2012-03-261-1/+1
| | * | | | | kill this terribly outdated commentBenjamin Peterson2012-03-261-4/+0
| | * | | | | Closes #14401: fix typos in curses howto.Georg Brandl2012-03-251-3/+3
| | * | | | | Issue #14400: Fix typo.Martin v. Löwis2012-03-241-1/+1
| | * | | | | Closes #14314: backported fix.Vinay Sajip2012-03-231-1/+2
| | * | | | | attempt to fix asyncore buildbot failureGiampaolo Rodola'2012-03-231-2/+7
| | * | | | | Issue #10538 - Update Misc/NEWSkrisvale2012-03-221-0/+5
| | * | | | | Issue #10538. Put a reference to the source object in the Py_buffer whenKristján Valur Jónsson2012-03-221-1/+1
| | * | | | | fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne...Giampaolo Rodola'2012-03-223-8/+29
| | * | | | | this should technicaly be identifierBenjamin Peterson2012-03-221-1/+1
| | * | | | | merge headsBenjamin Peterson2012-03-225-5/+28
| | |\ \ \ \ \
| | | * | | | | #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
| | | * | | | | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.Giampaolo Rodola'2012-03-202-0/+4
| | * | | | | | check for NULLBenjamin Peterson2012-03-221-1/+1
| | * | | | | | check by equality for __future__ not identity (closes #14378)Benjamin Peterson2012-03-223-8/+12
| | |/ / / / /
| | * | | | | 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
| | | * | | | | | 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
| | | |/ / / / / /
| | | * | | | | | 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