summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #26486: Removed pickle test that doesn't work in 2.7 on 64-bit platform.Serhiy Storchaka2016-03-081-11/+0
* Issue #26456: Force all child threads to terminate in TestForkInThreadMartin Panter2016-03-081-1/+6
* Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g.Ned Deily2016-03-082-5/+5
* properly use PyObject_CallMethod in dictview binary operations (closes #26478)Benjamin Peterson2016-03-043-5/+12
* Issue #26505: Fix typos in getaddrinfo license text.Ned Deily2016-03-073-8/+9
* Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-072-0/+13
* Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm...Berker Peksag2016-03-063-1/+17
* Issue #26167: Backported copy tests.Serhiy Storchaka2016-03-061-4/+47
* Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.Serhiy Storchaka2016-03-062-3/+6
* Issue #26486: Backported some pickle tests from 3.x.Serhiy Storchaka2016-03-061-4/+208
* Issue #26485: Fix Sphinx warning in Doc/license.rstBerker Peksag2016-03-051-1/+1
* issue26484 - fix the broken table in the doc about len().Gregory P. Smith2016-03-051-1/+1
* Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++.Serhiy Storchaka2016-03-033-2/+8
* Issue #26246: Set initial value of the hidden attr when creating copy button.Berker Peksag2016-03-021-0/+1
* Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhostMartin Panter2016-02-293-1/+12
* Fix typo.Georg Brandl2016-02-281-1/+1
* Issue 13573: Document that csv.writer uses str() for floats instead of repr().Raymond Hettinger2016-02-281-0/+1
* Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-285-9/+87
* #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.Ezio Melotti2016-02-272-7/+12
* Issue #24421: Compile _math.c separately to avoid race conditionMartin Panter2016-02-033-5/+17
* Fix rstlint to also look for indented comments that should be directives.Georg Brandl2016-02-251-2/+2
* Issue #25801: Fixed resource warnings in test_zipfile64.Serhiy Storchaka2016-02-251-7/+11
* Issue #25136: Add reference to 'xcode-select --install' to Mac README.Ned Deily2016-02-241-1/+4
* 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/+43
* 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-19/+36
* Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls onNed Deily2016-02-232-6/+15
* Issue #26417: Prevent spurious errors and incorrect defaults whenNed Deily2016-02-234-175/+26
* Issue #26268: Update Windows builds to use OpenSSL 1.0.2fZachary Ware2016-02-229-14/+16
* 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-3/+3
* 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-13/+23
* Closes #20169: fix inner links random doc.Georg Brandl2016-02-191-5/+6
* Issue #15608: Improve socketserver module documentationMartin Panter2016-02-191-145/+195
* Issue #26309: Rewrite test in main thread and avoid race conditionMartin Panter2016-02-191-11/+12
* Issue #26309: Shut down SocketServer request if verify_request() is falseMartin Panter2016-02-183-0/+29
* fix typo (closes #26378)Benjamin Peterson2016-02-181-1/+1
* open the cert store readonlyBenjamin Peterson2016-02-182-2/+8
* 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-23/+9
* Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation withCharles-François Natali2016-02-122-4/+15
* Closes #26320: fix stylesheet after Sphinx update.Georg Brandl2016-02-101-4/+4
* Issue #25698: Importing module if the stack is too deep no longer replacesSerhiy Storchaka2016-02-104-7/+59
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-1012-39/+39
* Issues #26310, #26311: Fix typos in the documentationMartin Panter2016-02-106-7/+7
* Issue #25983: Added tests for multi-argument type().Serhiy Storchaka2016-02-081-1/+129
* Clarify "cardinality of" as "number of elements in" as many readers doGregory P. Smith2016-02-082-2/+3
* Updates build to use SHA256 hash when signing filesSteve Dower2016-02-081-0/+1