summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Transplant 45287f2799f5 from default branch.Georg Brandl2012-04-041-1/+1
| | |
* | | #14481: fix formatting of example in subprocess docs.R David Murray2012-04-031-1/+1
| | |
* | | fix parse_syntax_error to clean up its resourcesBenjamin Peterson2012-04-031-19/+31
| | |
* | | remove uneeded lineBenjamin Peterson2012-04-021-1/+0
| | |
* | | protect this call, tooBenjamin Peterson2012-04-021-1/+1
| | |
* | | prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-023-0/+30
| | |
* | | Issue #13019: Fix potential reference leaks in bytearray.extend().Antoine Pitrou2012-04-012-2/+9
| | | | | | | | | | | | Patch by Suman Saha.
* | | fix typo; thanks to Robert Bardos from docs@Sandro Tosi2012-03-311-1/+1
| | |
* | | Issue #14437: Fix building the _io module under Cygwin.Antoine Pitrou2012-03-312-1/+6
| | |
* | | use unittest.skip; thanks to Chang Min Jeon from docs@Sandro Tosi2012-03-311-1/+1
| | |
* | | #14434: make tutorial link in 'help' banner version-specificR David Murray2012-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | | Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial, and without this fix when we switch over to the 3.x docs being current, 2.7 would have pointed to the python3 tutorial.
* | | add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@Sandro Tosi2012-03-311-0/+2
| | |
* | | update NEWS for 2.7 as Terry Reedy proposedAndrew Svetlov2012-03-312-4/+8
| | |
* | | #10423: clarify options vs args in argparse discussion of optparseR David Murray2012-03-301-2/+3
| | | | | | | | | | | | Patch by Sandro Tosi.
* | | Added a new crasher that targets mutating the underlying storage of a ↵Alex Gaynor2012-03-301-0/+30
| | | | | | | | | | | | buffer. All work done by Armin Rigo.
* | | Closes #14436: Convert msg + args to string before pickling.Vinay Sajip2012-03-291-2/+9
| | |
* | | Backport of Issue #14409 to 2.7Andrew Svetlov2012-03-293-1/+7
| | | | | | | | | | | | | | | | | | IDLE doesn't not execute commands from shell with default keybinding for <Return>. Patch by Roger Serwy.
* | | #14416: add missing LOG_SYSLOG facility to syslog docs.R David Murray2012-03-291-1/+2
| | |
* | | 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
| | | | | | | | | | | | | | | We concluded that adding registered mimetypes present in most systems' mime databases can be considered a bug fix.
* | | 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
| | | | | | | | | | | | converting the old buffer for PyArgs_ParseTuple with *s
* | | fix #10340: properly handle EINVAL on OSX and also avoid to call ↵Giampaolo Rodola'2012-03-223-8/+29
| | | | | | | | | | | | handle_connect() in case of a disconnetected socket which is not meant to connect.
* | | 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
| | | | | | | | | | | | | | | | Patch by Guilherme Polo.
| * | | 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
| | | | | | | | | | | | | | | | | | | | 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
| | | | | |