summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #26198: Fixed error messages for some argument parsing errors.Serhiy Storchaka2016-02-072-13/+23
* fix hash member name (closes #22847)Benjamin Peterson2016-02-071-1/+1
* Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-085-19/+21
* Fix userinfo example presented in urllib2 howto.Senthil Kumaran2016-02-061-1/+1
* fix debug assertionBenjamin Peterson2016-02-051-1/+1
* Issue #22847: Improve method cache efficiency.Antoine Pitrou2014-11-142-5/+40
* Issue #12923: Reset FancyURLopener's redirect counter even on exceptionMartin Panter2016-02-044-12/+34
* Python for .NET has moved to Github.Zachary Ware2016-02-041-1/+1
* Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-023-30/+142
* Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-033-3/+6
* Issue #26173: Separate bad cert file tests and client rejection testMartin Panter2016-02-011-40/+54
* Issue #25934: Default to /fp:strict for ICC buildsZachary Ware2016-01-302-0/+5
* Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pemMartin Panter2016-01-301-14/+11
* Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-294-10/+70
* Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #261...Serhiy Storchaka2016-01-281-8/+8
* Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883).Serhiy Storchaka2016-01-281-4/+3
* Issue #19883: Fixed possible integer overflows in zipimport.Serhiy Storchaka2016-01-282-131/+216
* Issue #26198: Added tests for string-related format units of PyArg_Parse*()Serhiy Storchaka2016-01-282-4/+579
* Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98.Terry Jan Reedy2016-01-272-3/+15
* Fix typo in test.rstBerker Peksag2016-01-251-1/+1
* doc: i18n HTML templatesVictor Stinner2016-01-234-92/+133
* Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros.Gregory P. Smith2016-01-221-0/+31
* code_richcompare() now uses the constants typesVictor Stinner2016-01-225-49/+224
* reject negative data_sizeBenjamin Peterson2016-01-221-0/+4
* Upgrade pip to 8.0.2Donald Stufft2016-01-222-1/+1
* Issue #18620: Improve Pool examples in multiprocessing documentationBerker Peksag2016-01-211-7/+32
* Issue #26106: doc: Move text of licenses to parsed literal blockVictor Stinner2016-01-212-177/+184
* prevent buffer overflow in get_data (closes #26171)Benjamin Peterson2016-01-212-0/+8
* fix refleak in error conditionBenjamin Peterson2016-01-211-0/+1
* Replace fpgetmask() with fedisableexcept()Victor Stinner2016-01-201-5/+2
* issue25982 - Add a class definition for managers.Namespace in the multiproces...Senthil Kumaran2016-01-201-15/+16
* Issue #26147: xmlrpclib now works with unicode not encodable with usedSerhiy Storchaka2016-01-203-12/+36
* Issue #25925: Backport C coverage reporting Makefile targetsZachary Ware2016-01-202-1/+46
* Upgrade pip to 8.0.0 and setuptools to 19.4Donald Stufft2016-01-203-2/+2
* Issue #16620: Fixed AttributeError in msilib.Directory.glob().Serhiy Storchaka2016-01-192-1/+7
* add spaceBenjamin Peterson2016-01-191-0/+1
* set tp_new from the class in the hierarchy that actually owns the descriptor ...Benjamin Peterson2016-01-191-1/+1
* Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.Serhiy Storchaka2016-01-181-3/+53
* Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds.Serhiy Storchaka2016-01-183-12/+13
* Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__().Serhiy Storchaka2016-01-183-5/+10
* Issue26017 - Suggest enclosing command args in double quotes when using chara...Senthil Kumaran2016-01-181-2/+4
* Issue26142 - Fix a formatting bug in c-api intro doc.Senthil Kumaran2016-01-181-1/+1
* Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.Terry Jan Reedy2016-01-172-4/+7
* Issue #25824: Fixes sys.winver to not include any architecture suffix.Steve Dower2016-01-162-1/+2
* Issue26035 - Correct the argument names used in the docs of the traceback mod...Senthil Kumaran2016-01-161-48/+51
* Issue #14771: Redirect GDB's stdin to avoid messing the terminal settingsMartin Panter2016-01-161-0/+2
* Issue #26127: Fix links in tokenize documentationMartin Panter2016-01-161-5/+5
* Issue #26114: Remove mention of 'Numerical Recipes'.Brett Cannon2016-01-151-3/+2
* Issue26097 - Fix the TextTestRunner documentation, mention all the arguments ...Senthil Kumaran2016-01-151-2/+3
* Issue #25940: Use self-signed.pythontest.net in SSL testsMartin Panter2016-01-156-98/+97