65241 Commits (6bcd00afa9dde18c1bbeb0a4d2fb376bac9dfd2c)
 

Author SHA1 Message Date
Andrew Svetlov 6bcd00afa9 Issue #14167: Document return statement in finally blocks. 14 years ago
Richard Oudkerk faee75c33a Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing 14 years ago
R David Murray fe9efc5732 #9161: add test for the bug fixed by r82581. 14 years ago
Brian Curtin bc77d3690b Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth 14 years ago
Andrew Svetlov 33f87a59b8 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. 14 years ago
Senthil Kumaran 2f76f73d73 Issue #15630: Add an example for "continue" statement in the tutorial. Patch by 14 years ago
Sandro Tosi 614e44a0fa complete cgi.parse() signature; thanks to Aaron Bingham from docs@ 14 years ago
Sandro Tosi eca4006b1f add usage example from cli; thanks to Christian Clauss from docs@ 14 years ago
Sandro Tosi 106c25034a it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ 14 years ago
Sandro Tosi 018e14dfe9 add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ 14 years ago
Sandro Tosi 6c625e6024 update Geany URL; thanks to Karl Tarbet from docs@ 14 years ago
Sandro Tosi 682100e46a add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ 14 years ago
Georg Brandl 02144cca2f Remove unused variables in parsetok(). 14 years ago
Georg Brandl eb068f9fa1 Fix casing of SocketServer module in 2.7. 14 years ago
Georg Brandl d26b658f14 Graft a89d654adaa2 from 3.2 branch. Fixes #15620. 14 years ago
Meador Inge 2d639d5665 Issue #15424: Add a __sizeof__ implementation for array objects. 14 years ago
Brian Curtin a939105a40 Fix #15567. collections.deque wasn't imported 14 years ago
Andrew Svetlov 774c8a39dc fix docs for c-api memory functions 14 years ago
Andrew Svetlov 8afcec41f4 Issue #15501: Document exception classes in subprocess module. 14 years ago
Benjamin Peterson 359b5032f6 make documented file() kw names and actual ones agree (closes #15572) 14 years ago
R David Murray decdb74227 #15554: clarify splitlines/split differences. 14 years ago
Ned Deily 670280470d Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. 14 years ago
Vinay Sajip 947f358a06 Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder for the report. 14 years ago
Andrew Svetlov 8ba844ac14 Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. 14 years ago
Sandro Tosi 7687f3fb80 add missing period; thanks to Gaston Fiore from docs@ 14 years ago
Antoine Pitrou 76370f4977 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). 14 years ago
Jesus Cea 4fa7a5fc98 #15512: Declarations reorganization 14 years ago
Jesus Cea d52544dfd6 #15512: Remove remnants of debugging code 14 years ago
Jesus Cea d4e58dc966 Closes #15469: Correct __sizeof__ support for deque 14 years ago
Jesus Cea 3e3192d8f7 Closes #15512: Correct __sizeof__ support for parser 14 years ago
Antoine Pitrou 1fa9f7b3d1 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. 14 years ago
Eli Bendersky 4c36aa4108 Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.py 14 years ago
Martin v. Löwis 33f8c3a901 Issue #8847: Disable COMDAT folding in Windows PGO builds. 14 years ago
Andrew Svetlov 8a15c37df7 Issue #9803: Don't close IDLE on saving if breakpoint is open. 14 years ago
Andrew Svetlov 2d96848c7e Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. 14 years ago
Ned Deily d8ec464dbb Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. 14 years ago
Ned Deily 38df514296 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include 14 years ago
Antoine Pitrou baee34c344 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. 14 years ago
Antoine Pitrou bff5df0d1c Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. 14 years ago
Martin v. Löwis c02e1e65c4 Issue #15467: Move helpers for __sizeof__ tests into test_support. 14 years ago
Meador Inge 6812346808 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. 14 years ago
Richard Oudkerk e4b9938d77 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. 14 years ago
Vinay Sajip 4f947dd970 Improved cookbook entry and fixed typo. 14 years ago
Andrew Svetlov 15fc22011d Issue #15041: Update "see also" list in tkinter documentation. 14 years ago
Antoine Pitrou b37f14c70e Mention the *limit* argument of TextIO.readline(). 14 years ago
Vinay Sajip 34e992d451 Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. 14 years ago
Martin v. Löwis e2b5624ee8 Issue #15318: Prevent writing to sys.stdin. 14 years ago
R David Murray 7009845c62 #15232: make NEWS entry more accurate. 14 years ago
Jesus Cea 0f9b8ee21b Rollback an incorrect Doc/ACKS.txt entry 14 years ago
Jesus Cea fde7890f48 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct 14 years ago