summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | fix typoSandro Tosi2012-08-141-1/+1
| | * | - Issue #15647: Make isdir static for windows and posixMatthias Klose2012-08-141-2/+2
| | * | Modules/socketmodule.c: netdb_lock: define static.Matthias Klose2012-08-141-1/+1
| | * | #9161: Fix test to use standard optparse test pattern (what was I thinking?)R David Murray2012-08-141-6/+6
| | * | Issue #14167: Document return statement in finally blocks.Andrew Svetlov2012-08-141-9/+22
| | * | Issue #15646: Prevent equivalent of a fork bomb when using multiprocessingRichard Oudkerk2012-08-144-2/+43
| | * | #9161: add test for the bug fixed by r82581.R David Murray2012-08-141-0/+7
| | * | Fix #15496. Add directory removal helpers to make Windows tests more reliable...Brian Curtin2012-08-132-2/+69
| | * | Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.Andrew Svetlov2012-08-131-3/+5
| | * | Issue #15630: Add an example for "continue" statement in the tutorial. Patch bySenthil Kumaran2012-08-122-3/+19
| | * | complete cgi.parse() signature; thanks to Aaron Bingham from docs@Sandro Tosi2012-08-121-2/+2
| | * | add usage example from cli; thanks to Christian Clauss from docs@Sandro Tosi2012-08-121-1/+3
| | * | it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@Sandro Tosi2012-08-121-1/+1
| | * | add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from d...Sandro Tosi2012-08-121-1/+1
| | * | update Geany URL; thanks to Karl Tarbet from docs@Sandro Tosi2012-08-121-1/+1
| | * | add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@Sandro Tosi2012-08-121-1/+1
| | * | Remove unused variables in parsetok().Georg Brandl2012-08-111-2/+1
| | * | Fix casing of SocketServer module in 2.7.Georg Brandl2012-08-111-5/+5
| | * | Graft a89d654adaa2 from 3.2 branch. Fixes #15620.Georg Brandl2012-08-112-0/+5
| | |\ \
| | * | | Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-114-0/+32
| | * | | Fix #15567. collections.deque wasn't importedBrian Curtin2012-08-102-1/+4
| | * | | fix docs for c-api memory functionsAndrew Svetlov2012-08-091-3/+3
| | * | | Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-092-0/+21
| | * | | make documented file() kw names and actual ones agree (closes #15572)Benjamin Peterson2012-08-071-1/+1
| | * | | #15554: clarify splitlines/split differences.R David Murray2012-08-061-5/+8
| | * | | Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.Ned Deily2012-08-052-4/+6
| | * | | Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder ...Vinay Sajip2012-08-041-4/+6
| | * | | Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ...Andrew Svetlov2012-08-042-5/+28
| | * | | add missing period; thanks to Gaston Fiore from docs@Sandro Tosi2012-08-041-1/+1
| | * | | Make TextIOWrapper's documentation clearer by copying the newline argument's ...Antoine Pitrou2012-08-032-17/+32
| | * | | #15512: Declarations reorganizationJesus Cea2012-08-031-21/+23
| | * | | #15512: Remove remnants of debugging codeJesus Cea2012-08-031-2/+0
| | * | | Closes #15469: Correct __sizeof__ support for dequeJesus Cea2012-08-033-1/+39
| | * | | Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-035-4/+103
| | * | | Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ...Antoine Pitrou2012-08-024-2/+6
| | * | | Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.pyEli Bendersky2012-08-021-1/+6
| | * | | Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-012-1/+3
| | * | | Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-312-2/+5
| | * | | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...Andrew Svetlov2012-07-303-1/+5
| | * | | Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.Ned Deily2012-07-302-0/+5
| | * | | Issue #14018: Update the OS X IDLE Tcl/Tk warning check to includeNed Deily2012-07-302-6/+13
| | * | | Issue #15489: Add a __sizeof__ implementation for BytesIO objects.Antoine Pitrou2012-07-293-0/+26
| | * | | Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.Antoine Pitrou2012-07-293-4/+35
| | * | | Issue #15467: Move helpers for __sizeof__ tests into test_support.Martin v. Löwis2012-07-294-151/+129
| | * | | Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.Meador Inge2012-07-292-16/+44
| | * | | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-274-1/+44
| | * | | Improved cookbook entry and fixed typo.Vinay Sajip2012-07-271-3/+3
| | * | | Issue #15041: Update "see also" list in tkinter documentation.Andrew Svetlov2012-07-262-3/+20
| | * | | Mention the *limit* argument of TextIO.readline().Antoine Pitrou2012-07-251-1/+3
| | * | | Issue #15445: Updated logging configuration documentation to highlight potent...Vinay Sajip2012-07-251-0/+19