summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #26261: Clarify NamedTemporaryFile name attribute vs file.nameMartin Panter2016-02-221-2/+2
* Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usageMartin Panter2016-02-191-7/+8
* 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-182-0/+25
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-103-5/+5
* Issues #26310, #26311: Fix typos in the documentationMartin Panter2016-02-103-3/+3
* Issue #25983: Added tests for multi-argument type().Serhiy Storchaka2016-02-081-1/+129
* Issue #12923: Reset FancyURLopener's redirect counter even on exceptionMartin Panter2016-02-042-12/+30
* Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-5/+96
* Issue #26173: Separate bad cert file tests and client rejection testMartin Panter2016-02-011-40/+54
* 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-292-6/+15
* Issue #26198: Added tests for string-related format units of PyArg_Parse*()Serhiy Storchaka2016-01-281-1/+285
* Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98.Terry Jan Reedy2016-01-272-3/+15
* code_richcompare() now uses the constants typesVictor Stinner2016-01-221-0/+59
* Upgrade pip to 8.0.2Donald Stufft2016-01-222-1/+1
* Issue #26147: xmlrpclib now works with unicode not encodable with usedSerhiy Storchaka2016-01-202-12/+33
* 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-191-1/+5
* add spaceBenjamin Peterson2016-01-191-0/+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-182-12/+11
* Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__().Serhiy Storchaka2016-01-182-5/+8
* Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.Terry Jan Reedy2016-01-172-4/+7
* Issue #14771: Redirect GDB's stdin to avoid messing the terminal settingsMartin Panter2016-01-161-0/+2
* Issue #25940: Use self-signed.pythontest.net in SSL testsMartin Panter2016-01-155-98/+94
* #7944: close files explicitly in test_tarfile (backport d560eece0857).Ezio Melotti2016-01-131-278/+365
* Convert test_tarfile to ASCII (backport c1ed490bd266).Ezio Melotti2016-01-131-21/+19
* Fixes issue #26083: Workaround a subprocess bug that raised an incorrectGregory P. Smith2016-01-111-1/+5
* Comment out another test that won't pass after reverting the picklabilityBarry Warsaw2016-01-111-10/+11
* Comment out two tests that won't pass now after reverting the typeobject.cBarry Warsaw2016-01-112-10/+12
* Fix issue18918 : Attach the pydoc documentation for 'FILES' topic.Senthil Kumaran2016-01-061-13316/+80
* Issue #6500: Reverting fbea8ff8db5e since it broke testsBerker Peksag2016-01-062-8/+2
* Issue #6500: Fix "maximum recursion depth exceeded" error caused by Request._...Berker Peksag2016-01-062-2/+8
* Make catched exceptions more specific and correct a comment.Serhiy Storchaka2015-12-301-3/+4
* Issue #22995: Instances of extension types with a state that aren'tSerhiy Storchaka2015-12-303-0/+41
* Closes #25664: handled logger names in Unicode.Vinay Sajip2015-12-261-1/+9
* Fixed sizeof tests for dict and type (they were passed by accident).Serhiy Storchaka2015-12-201-9/+21
* Create a file in SizeofTest only if needed.Serhiy Storchaka2015-12-201-7/+12
* Use correct PyGC_Head size in tests for issue #25421.Serhiy Storchaka2015-12-191-1/+1
* Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.Serhiy Storchaka2015-12-191-2/+31
* Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION M...Terry Jan Reedy2015-12-181-1/+1
* Issue #22088: Port base64 character ignoring doc and test from 857d9fe60169Martin Panter2015-12-142-4/+18
* Fixes issue #20954: _args_from_interpreter_flags used by multiprocessingGregory P. Smith2015-12-131-1/+2
* Issue #25809: Skip testing platform-dependent French thousands separatorMartin Panter2015-12-121-1/+3
* remove pointless keys() callBenjamin Peterson2015-12-061-1/+1
* make consulting save_modules O(1) rather than O(n)Benjamin Peterson2015-12-051-1/+1
* Issue #14285: Do not catch ImportError from __init__.py in runpyMartin Panter2015-12-034-23/+111
* Issue #6478: _strptime's regexp cache now is reset after changing timezoneSerhiy Storchaka2015-12-033-17/+83
* Issue #19543: Added Py3k warning for decoding unicode.Serhiy Storchaka2015-12-031-4/+6