summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.Serhiy Storchaka2015-03-114-2/+25
* Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded withSerhiy Storchaka2015-03-115-6/+7
* Removes unused format string insertion in launcher.c.Steve Dower2015-03-111-1/+1
* Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-106-29/+22
* Issue #22028: Ensure mimetypes will not open registry keys with embedded nullsSteve Dower2015-03-101-1/+2
* asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yetVictor Stinner2015-03-101-2/+5
* asyncio doc: changes on the Queue API missed Python 3.4.3 releaseVictor Stinner2015-03-101-4/+4
* Issue #23432: Remove duplicate content from SystemExit docs.Berker Peksag2015-03-101-13/+13
* Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last exampleVictor Stinner2015-03-101-2/+3
* fix up import styleBenjamin Peterson2015-03-091-5/+8
* Issue #23617: Correct plurals typo noted by Kentrell Johnson.Ned Deily2015-03-091-1/+1
* indicate correct version (closes #23608)Benjamin Peterson2015-03-081-1/+1
* Issue #21619: Cleaned up test_broken_pipe_cleanup.Serhiy Storchaka2015-03-081-10/+8
* Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...Antoine Pitrou2015-03-071-10/+9
* replace Amazon links in the documentation (closes #23579)Benjamin Peterson2015-03-072-4/+4
* Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
* remove redundant testBenjamin Peterson2015-03-061-5/+0
* fix potential refleak in PyFloat_AsDouble (closes #23590)Benjamin Peterson2015-03-062-0/+7
* Issue #23593: fix Misc/NEWS entriesNed Deily2015-03-061-1/+1
* Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.Ned Deily2015-03-063-14/+20
* use _import_symbols to import VERIFY_* constantsBenjamin Peterson2015-03-051-2/+1
* adjust test_crl_check for trusted first being defaultBenjamin Peterson2015-03-051-1/+2
* expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-053-5/+18
* enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)Benjamin Peterson2015-03-052-0/+12
* Issue #21619: Try to fix test_broken_pipe_cleanup()Victor Stinner2015-03-051-6/+9
* Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...Antoine Pitrou2015-03-042-20/+3
* Issue #23504: Added an __all__ to the types module.Serhiy Storchaka2015-03-042-0/+5
* merge 3.3 (#23362)Benjamin Peterson2015-03-021-1/+1
|\
| * use PyMem_NEW to detect overflow (closes #23362)Benjamin Peterson2015-03-021-1/+1
* | merge 3.3 (#23367)Benjamin Peterson2015-03-022-3/+12
|\ \ | |/
| * fix possible overflow bugs in unicodedata (closes #23367)Benjamin Peterson2015-03-022-3/+12
* | Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...Steve Dower2015-03-021-2/+11
* | wrap everything at 80 charsBenjamin Peterson2015-03-021-98/+97
* | link to the correct dis method or function (closes #23561)Benjamin Peterson2015-03-021-3/+3
* | Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-022-69/+129
* | Issue #23527: Update Gmail port number for STARTTLS to 587.Berker Peksag2015-03-021-1/+1
* | Issue #23477: Improve test coverage of wsgiref.simple_server.Berker Peksag2015-03-021-0/+25
* | Issue #20521: Change ``TOS`` to TOS in dis documentation.Berker Peksag2015-03-021-4/+4
* | Issue #23387: Skip test_issue16464 if it raises an 5xx error.Berker Peksag2015-03-022-21/+13
* | remove mention of Python 2.2 and 2.3Benjamin Peterson2015-03-021-6/+5
* | Fixed pydoc tests when run with -OO.Serhiy Storchaka2015-03-011-0/+4
* | Issue #20204: Added the __module__ attribute to _tkinter classes.Serhiy Storchaka2015-03-012-2/+5
* | Fixes #23521: Corrected pure python implementation of timedelta division.Alexander Belopolsky2015-02-283-3/+61
* | Fixed a test for issue #21619 on Windows.Serhiy Storchaka2015-02-281-1/+1
* | Issue #21619: Popen objects no longer leave a zombie after exit in the withSerhiy Storchaka2015-02-283-4/+24
* | Fix the clarification as to why division cannot be ported automaticallyBrett Cannon2015-02-271-2/+3
* | Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)Larry Hastings2015-02-271-3/+1
* | Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransportVictor Stinner2015-02-271-6/+0
* | Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.Victor Stinner2015-02-272-0/+4
* | Fix copy/paste error in bytes.isupper() doc.Zachary Ware2015-02-271-2/+2