51011 Commits (4fa7a5fc987a1e40184089e6724de027c5ac273c)
 

Author SHA1 Message Date
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
Meador Inge 87c5b94c39 Issue #15402: Add a __sizeof__ method to struct.Struct. 14 years ago
Senthil Kumaran 0c472c3271 Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. 14 years ago
R David Murray 0f111c13cd #15232: correctly mangle From lines in MIME preamble and epilogue 14 years ago
Gregory P. Smith ea2ce47958 merge heads 14 years ago
Gregory P. Smith b9e9e0d5a8 Consistently raise a TypeError when a non str is passed to hashlib.new 14 years ago
R David Murray 68f555c03a #13922: argparse no longer incorrectly strips '--' after the first one. 14 years ago
R David Murray 056c31f9cc #12353: argparse now correctly handles null argument values. 14 years ago
R David Murray 1a2c1fbfd2 #14391: clarify docstring discussion of Action's 'type' argument's value. 14 years ago
R David Murray ac9b5c67d3 #15342: Add clarifying sentence to posixpath.join docstring. 14 years ago
Georg Brandl d33a9beb8d Fix typo introduced in 79d54fba49b3. 14 years ago
Raymond Hettinger dee8af225b Fix whitespace 14 years ago
Antoine Pitrou 715a63b783 Issue #14579: Fix error handling bug in the utf-16 decoder. 14 years ago
Vinay Sajip bee739baa7 Issue #15399: Added versionchanged for processName. 14 years ago
Meador Inge 25be3f68e0 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. 14 years ago
R David Murray 59488d233b Closes #9254: backport __import__ docstring/doc mentions of importlib. 14 years ago
Meador Inge 0e3755e58a remove unused variable 14 years ago
Meador Inge b8a569065e Issue #15368: fixing variable typo. 14 years ago
Meador Inge 6642d1f97d Issue #15368: make bytecode generation deterministic. 14 years ago
R David Murray fc095202af #15375: remove duplicated word 'child' 14 years ago
Gregory P. Smith e4220a5ec6 Fix the with_poll tests for platforms without poll. missing import. 14 years ago
Raymond Hettinger 66dd94199c Issue 15337: help() shown as undocumented 14 years ago
Gregory P. Smith e0c22206e4 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible 14 years ago
Benjamin Peterson 7d8a2e41a0 allow any number to be returned from __length_hint__ (closes #15354) 14 years ago
Antoine Pitrou f526297d13 Try other approach to fix issue #15334. 14 years ago
Ezio Melotti e608e3141e #15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward. 14 years ago
Antoine Pitrou d8412c84c7 Issue #15334: skip test_dynamic_key when run in non-interactive mode. 14 years ago