91504 Commits (337986740f26ade866dbe79e35188f72caa8fe8d)
 

Author SHA1 Message Date
Victor Stinner 337986740f Issue #26464: Fix unicode_fast_translate() again 10 years ago
Victor Stinner 6c9aa8f2bf Fix str.translate() 10 years ago
Serhiy Storchaka bb0dbd583b Issue #26457: Fixed the subnets() methods in IP network classes for the case 10 years ago
Terry Jan Reedy 5f582bdec8 Whitespace 10 years ago
Terry Jan Reedy 7811a9cf3e Document maintenance of idlelib/help.html in idlelib. 10 years ago
Terry Jan Reedy f8cd02dcda Rebase the 3.x version of idlelib/help.html on the 3.5 version of 10 years ago
Martin Panter 7869a22779 Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost 10 years ago
Georg Brandl 96421d6f11 Update susp-ignore file (#25910). 10 years ago
Georg Brandl 76b2ee03c3 Fix typo. 10 years ago
Martin Panter 3263f6874a Issue #22836: Keep exception reports sensible despite errors 10 years ago
Ezio Melotti 738f88f688 #26246: merge with 3.4. 10 years ago
Ezio Melotti 90ba2ca68a #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. 10 years ago
Georg Brandl 5d94134040 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. 10 years ago
Georg Brandl 06871ef2b3 Fix version. 10 years ago
Georg Brandl 32fbd3a623 Closes #26442: fix copy-paste. 10 years ago
Georg Brandl adeffcc2f9 Closes #26444: typo fixes. 10 years ago
Benjamin Peterson 9491272751 open the cert store readonly 10 years ago
Martin Panter 63d096ddab Issue #24421: Compile _math.c separately to avoid race condition 10 years ago
Martin Panter bc85e35fe6 Issue #26390: Fix and test pbkdf2_hmac() parameter names 10 years ago
Georg Brandl 8c16cb9f65 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. 10 years ago
Georg Brandl 2305b3cde3 Fix rstlint to also look for indented comments that should be directives. 10 years ago
Martin Panter eae3336e42 Issue #26402: Fix XML-RPC client retrying after server disconnection 10 years ago
Serhiy Storchaka f828218d65 Issue #25801: Fixed resource warnings in test_zipfile64. 10 years ago
Ned Deily e76a6d56d2 Issue #25136: Add reference to 'xcode-select --install' to Mac README. 10 years ago
Ned Deily 59884989f7 Change OS X installer builds targeted for 10.10 and above to build 10 years ago
Ned Deily 020250f91f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. 10 years ago
Anish Shah 102d813b55 Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5). 10 years ago
Serhiy Storchaka e14c07e4e4 Fixed a bug in os.walk() with bytes path on Windows caused by merging fixes 10 years ago
Serhiy Storchaka 205e75bb62 Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. 10 years ago
Martin Panter 1827eff030 Issue #5824: Fix DatagramRequestHandler tests by binding the client socket 10 years ago
Martin Panter ee3074e1f4 Issue #22088: Clarify base-64 alphabets and which characters are discarded 10 years ago
Ned Deily e1d4e58777 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on 10 years ago
Georg Brandl f1d371bde9 Update example; str(float) changed so there is difference now. 10 years ago
Zachary Ware 6fe57ad229 Issue #26268: Update Windows builds to use OpenSSL 1.0.2f 10 years ago
Zachary Ware 16f164e9b8 Issue #26268: Update the prepare_ssl.py script 10 years ago
Martin Panter 1f0e1f3cbb Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name 10 years ago
Martin Panter 1c5e715d8f Fix errors in XML-RPC client example code 10 years ago
Berker Peksag 0334c3c735 Issue #26401: Fix compile() documentation 10 years ago
Brett Cannon 31feb71f80 Fix some typos in the NEWS file 10 years ago
Brett Cannon 27c712e149 List what classes from importlib.machinery don't work with importlib.util.LazyLoader 10 years ago
Brett Cannon 558823a0cf Issue #26186: Remove an invalid type check in 10 years ago
Brett Cannon 4f38cb41fe Issue #26367: Have importlib.__init__() raise RuntimeError when 10 years ago
Vinay Sajip e10d370a92 Added simple threading example to logging cookbook. 10 years ago
Martin Panter f817a48d17 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage 10 years ago
Georg Brandl 92849d1721 Closes #20169: fix inner links random doc. 10 years ago
Martin Panter eac17b8955 Issue #15608: Improve socketserver module documentation 10 years ago
Martin Panter 4bf427495f Issue #26309: Rewrite test in main thread and avoid race condition 10 years ago
Berker Peksag 3fe64d0c5c Issue #16915: Clarify that mode parameter of socket.makefile() does not accept 10 years ago
Martin Panter c12fef9aa3 Issue #26309: Shut down socketserver request if verify_request() is false 10 years ago
Benjamin Peterson 8f0432ffbb fix typo (closes #26378) 10 years ago