14461 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
R David Murray cd0f74b1e0 #16611: BaseCookie now parses 'secure' and 'httponly' flags. 13 years ago
Christian Heimes f1fe159822 Issue #11973: Fix a problem in kevent. The flags and fflags fields are now 13 years ago
Christian Heimes 61636e7105 Issue #18747: Fix spelling errors in my commit message and comments, 13 years ago
Vinay Sajip 5939027969 Closes #18807: pyvenv now takes a --copies argument allowing copies instead of symlinks even where symlinks are available and the default. 13 years ago
Nick Coghlan 095668914c Close #18538: ``python -m dis`` now uses argparse. 13 years ago
Benjamin Peterson 3a7dffa4ce remove support for compiling on systems without getcwd() 13 years ago
Brett Cannon f79126f373 Issue #18394: Explicitly close the file object cgi.FieldStorage 13 years ago
Victor Stinner 0c2dd0c0a9 Close #17702: On error, os.environb now removes suppress the except context 13 years ago
Brett Cannon f1e0273023 NEW entry for issue #18755 13 years ago
Serhiy Storchaka 06ce077e43 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. 13 years ago
Serhiy Storchaka 203eb317d2 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj 13 years ago
Christian Heimes 1852b30c50 Issue #18747: Update Misc/NEWS to reflect the latest changeset. 13 years ago
R David Murray 00ae435dee #18324: set_payload now correctly handles binary input. 13 years ago
Antoine Pitrou 1e440cf5a2 Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. 13 years ago
Antoine Pitrou f6fbf56071 Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. 13 years ago
Victor Stinner 13423c3726 Close #18794: Add a fileno() method and a closed attribute to select.devpoll 13 years ago
Serhiy Storchaka 9e6b97502f Issue #17119: Fixed integer overflows when processing large strings and tuples 13 years ago
Christian Heimes f77b4b20e9 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. 13 years ago
Serhiy Storchaka b1973c252c Issue #8865: Concurrent invocation of select.poll.poll() now raises a 13 years ago
Serhiy Storchaka ec67d187ee Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. 13 years ago
Raymond Hettinger c301b55d7b Issue 18774: Update news and whatsnew for the set optimizations 13 years ago
Christian Heimes 4d98ca9ff6 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of 13 years ago
Christian Heimes 44ed3de6f4 Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok. 13 years ago
Christian Heimes 958dbb974f add missing # 13 years ago
Antoine Pitrou 6f6ec37838 Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error. 13 years ago
Christian Heimes 3c2593b2bb Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. 13 years ago
Ezio Melotti 85a8629d21 #18466: fix more typos. Patch by Févry Thibault. 13 years ago
Christian Heimes 9ff79f7c46 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. 13 years ago
Christian Heimes 824f7f366d Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes 13 years ago
Serhiy Storchaka 8fa8ee3970 Issue #18701: Remove support of old CPython versions (<3.0) from C code. 13 years ago
Antoine Pitrou ec34ab5010 Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. 13 years ago
Antoine Pitrou ac601601ce Issue #1666318: Add a test that shutil.copytree() retains directory permissions. 13 years ago
Christian Heimes 177b3f9982 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel 13 years ago
Christian Heimes 37d5cebb48 Change the builtin hash algorithms' names to lower case names 13 years ago
Eric Snow 8e4554027b Closes issue #18698: ensure importlib.reload() returns the module out of sys.modules. 13 years ago
Eric Snow 7491f1726b issue #18698: ensure importlib.reload() returns the module out of sys.modules. 13 years ago
Victor Stinner 7f7b941fdc Issue #18405: Improve the entropy of crypt.mksalt(). 13 years ago
Victor Stinner 97869103ba Close #12015: The tempfile module now uses a suffix of 8 random characters 13 years ago
Antoine Pitrou 9ed5f27266 Issue #18722: Remove uses of the "register" keyword in C code. 13 years ago
David Wolever 569a5faaea Issue #17701: Improving strftime documentation. 13 years ago
Antoine Pitrou 389dec8bcf Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece of text to a given length. 13 years ago
Larry Hastings 00964ed216 Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. 13 years ago
Brett Cannon e1f159722e Closes issue #18598: Have the exception message for 13 years ago
Antoine Pitrou 40322e6ad5 Issue #10241: Clear extension module dict copies at interpreter shutdown. 13 years ago
Antoine Pitrou 584e815114 Fix refcounting issue with extension types in tkinter. 13 years ago
Terry Jan Reedy 7608b607b1 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get 13 years ago
Terry Jan Reedy a594c63d66 Issue #18429: Add user-oriented News entry about Format / Format Paragraph 13 years ago
Terry Jan Reedy 7c64aad9fb Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. 13 years ago
Ezio Melotti 056bafe7a6 #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li). 13 years ago
R David Murray f22b62e261 #8112: Update the documenting xmlrpc server to use getfullargspec. 13 years ago