summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #15318: Prevent writing to sys.stdin.Martin v. Löwis2012-07-253-7/+38
* #15232: make NEWS entry more accurate.R David Murray2012-07-241-1/+1
* Rollback an incorrect Doc/ACKS.txt entryJesus Cea2012-07-231-1/+0
* Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-232-4/+5
* Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-233-0/+31
* Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch co...Senthil Kumaran2012-07-232-3/+12
* #15232: correctly mangle From lines in MIME preamble and epilogueR David Murray2012-07-233-2/+36
* merge headsGregory P. Smith2012-07-2215-86/+174
|\
| * #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-224-14/+34
| * #12353: argparse now correctly handles null argument values.R David Murray2012-07-223-1/+4
| * #14391: clarify docstring discussion of Action's 'type' argument's value.R David Murray2012-07-211-4/+4
| * #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-211-1/+2
| * Fix typo introduced in 79d54fba49b3.Georg Brandl2012-07-211-1/+1
| * Fix whitespaceRaymond Hettinger2012-07-211-20/+16
| * Issue #14579: Fix error handling bug in the utf-16 decoder.Antoine Pitrou2012-07-203-3/+30
| * Issue #15399: Added versionchanged for processName.Vinay Sajip2012-07-201-0/+3
| * Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-193-28/+46
| * Closes #9254: backport __import__ docstring/doc mentions of importlib.R David Murray2012-07-182-12/+9
| * remove unused variableMeador Inge2012-07-181-1/+1