summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Georg Brandl2016-02-281-1/+1
* Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-285-9/+92
* #26246: merge with 3.4.Ezio Melotti2016-02-272-7/+12
|\
| * #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.Ezio Melotti2016-02-272-7/+12
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-2669-256/+253
* | Fix version.Georg Brandl2016-02-261-3/+3
* | Closes #26442: fix copy-paste.Georg Brandl2016-02-261-1/+1
* | Closes #26444: typo fixes.Georg Brandl2016-02-261-7/+7
* | Issue #24421: Compile _math.c separately to avoid race conditionMartin Panter2016-02-033-5/+17
* | Issue #26390: Fix and test pbkdf2_hmac() parameter namesMartin Panter2016-02-222-6/+10
* | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-2510-21/+22
* | Fix rstlint to also look for indented comments that should be directives.Georg Brandl2016-02-251-2/+2
* | Issue #26402: Fix XML-RPC client retrying after server disconnectionMartin Panter2016-02-253-3/+44
* | Issue #25801: Fixed resource warnings in test_zipfile64.Serhiy Storchaka2016-02-251-2/+6
* | Issue #25136: Add reference to 'xcode-select --install' to Mac README.Ned Deily2016-02-241-1/+6
* | Change OS X installer builds targeted for 10.10 and above to buildNed Deily2016-02-241-2/+7
* | Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.Ned Deily2016-02-244-2/+42
* | Issue #26302: Correctly identify comma as an invalid character for a cookie (...Anish Shah2016-02-073-1/+10
* | Fixed a bug in os.walk() with bytes path on Windows caused by merging fixesSerhiy Storchaka2016-02-241-1/+1
* | Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.Serhiy Storchaka2016-02-243-6/+13
* | Issue #5824: Fix DatagramRequestHandler tests by binding the client socketMartin Panter2016-02-242-29/+20
* | Issue #22088: Clarify base-64 alphabets and which characters are discardedMartin Panter2016-02-233-79/+92
* | Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls onNed Deily2016-02-232-4/+13
* | Update example; str(float) changed so there is difference now.Georg Brandl2016-02-221-5/+5
* | Issue #26268: Update Windows builds to use OpenSSL 1.0.2fZachary Ware2016-02-227-12/+14
* | Issue #26268: Update the prepare_ssl.py scriptZachary Ware2016-02-222-110/+59
* | Issue #26261: Clarify NamedTemporaryFile name attribute vs file.nameMartin Panter2016-02-222-3/+4
* | Fix errors in XML-RPC client example codeMartin Panter2016-02-221-4/+4
* | Issue #26401: Fix compile() documentationBerker Peksag2016-02-211-1/+5
* | Fix some typos in the NEWS fileBrett Cannon2016-02-211-1/+1
* | List what classes from importlib.machinery don't work with importlib.util.Laz...Brett Cannon2016-02-211-1/+2
* | Issue #26186: Remove an invalid type check inBrett Cannon2016-02-214-6/+3
* | Issue #26367: Have importlib.__init__() raise RuntimeError whenBrett Cannon2016-02-204-371/+381
* | Added simple threading example to logging cookbook.Vinay Sajip2016-02-201-0/+55
* | Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usageMartin Panter2016-02-192-20/+28
* | Closes #20169: fix inner links random doc.Georg Brandl2016-02-191-6/+6
* | Issue #15608: Improve socketserver module documentationMartin Panter2016-02-191-154/+202
* | Issue #26309: Rewrite test in main thread and avoid race conditionMartin Panter2016-02-191-24/+21
* | Issue #16915: Clarify that mode parameter of socket.makefile() does not acceptBerker Peksag2016-02-183-4/+19
* | Issue #26309: Shut down socketserver request if verify_request() is falseMartin Panter2016-02-183-0/+30
* | fix typo (closes #26378)Benjamin Peterson2016-02-181-1/+1
* | merge 3.4 (closes #25939)Benjamin Peterson2016-02-182-2/+8
|\ \ | |/
| * open the cert store readonlyBenjamin Peterson2016-02-182-2/+8
* | Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.Ned Deily2016-02-161-1/+1
* | Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS XNed Deily2016-02-152-2/+21
* | Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.Ned Deily2016-02-153-22/+8
* | Issue #26316: Fix variable name typo in Argument ClinicMartin Panter2016-02-142-1/+7
* | Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.Yury Selivanov2016-02-134-12/+169
* | Fixes #26348: Corrected typos in activate.fish script.Vinay Sajip2016-02-131-2/+2
* | Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.Serhiy Storchaka2016-02-112-11/+4