summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #25624: ZipFile now always writes a ZIP_STORED header for directory ent...Benjamin Peterson2015-11-231-0/+23
* Issue #25686: test_shutil no longer uses the distutils package for runningSerhiy Storchaka2015-11-211-6/+4
* Issue #25678: Copy buffer objects to null-terminated strings.Serhiy Storchaka2015-11-203-4/+64
* Issue #25388: Fixed tokenizer hang when processing undecodable source codeSerhiy Storchaka2015-11-141-0/+16
* Issue #25590: Make rlcompleter only call getattr() once per attributeMartin Panter2015-11-131-0/+13
* Issue #25607: Restore old distutils logging threshold after running tests thatSerhiy Storchaka2015-11-121-1/+1
* Issue #22995: Backported additional tests for non-pickleable types.Serhiy Storchaka2015-11-122-0/+29
* always set OP_NO_SSLv3 by default (closes #25530)Benjamin Peterson2015-11-121-9/+9
* Issue #7267: format(int, 'c') now raises OverflowError when the argument is notVictor Stinner2015-11-091-0/+5
* Issue #892902: Disable newly added tests in test_xpickle.Serhiy Storchaka2015-11-071-0/+8
* Issue #892902: Fixed pickling recursive objects.Serhiy Storchaka2015-11-072-29/+115
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-024-4/+4
* Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-281-0/+5
* Issue #25188: Clean up code to pass the --pgo flag to subprocessesBrett Cannon2015-10-161-4/+2
* Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 characterSerhiy Storchaka2015-10-101-8/+8
* merge headsBenjamin Peterson2015-10-071-251/+295
|\
| * Issue #25317: Converted doctests in test_tokenize to unittests.Serhiy Storchaka2015-10-061-251/+295
* | prevent unacceptable bases from becoming bases through multiple inheritance (...Benjamin Peterson2015-10-071-0/+31
|/
* reinitialize an Event's Condition with a regular lock (closes #25319)Benjamin Peterson2015-10-061-0/+8
* Make error report in test_codecs more informative.Serhiy Storchaka2015-10-041-10/+26
* Issue #24657: Prevent CGIRequestHandler from collapsing the URL queryMartin Panter2015-10-031-0/+7
* Issue #25232: Fix CGIRequestHandler's splitting of URL queryMartin Panter2015-10-031-0/+22
* Fix indentationBrett Cannon2015-10-021-4/+4
* Issue #25188: Add -P/--pgo to test.regrtest for PGO building.Brett Cannon2015-10-021-33/+50
* Removed the "b" string prefix to make test_xpickle compatible with Python 2.5.Serhiy Storchaka2015-10-021-33/+33
* Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-022-0/+60
* Issue #22958: Constructor and update method of weakref.WeakValueDictionarySerhiy Storchaka2015-09-291-0/+25
* Issue #22609: Constructor and the update method of collections.UserDict nowSerhiy Storchaka2015-09-291-1/+34
* Backported additional unpickling tests from 3.x.Serhiy Storchaka2015-09-291-4/+160
* Moved unpickling tests with prepickled data to separate class.Serhiy Storchaka2015-09-293-47/+88
* Issue #25249: Remove unneeded mkstemp helper in test_subprocessBerker Peksag2015-09-281-17/+7
* Issue #25211: Fix error message code in test_long; patch from s-wakabaMartin Panter2015-09-241-19/+19
* Issue #25108: Fixed test_traceback in the case when this test is run twice.Serhiy Storchaka2015-09-201-6/+9
* Issue #25101: Try to create a file to test write access in test_zipfile.Serhiy Storchaka2015-09-191-0/+7
* Issue #25108: Backported tests for traceback functions print_stack(),Serhiy Storchaka2015-09-181-2/+44
* test_gdb: fix regex to parse the GDB versionVictor Stinner2015-09-141-2/+3
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-2/+2
* Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-121-0/+8
* Remove and enable misplaced codecs tests ported from Python 3Martin Panter2015-09-121-45/+8
* Don't encode unicode dirname in test_support.temp_cwd() if unicode file namesSerhiy Storchaka2015-09-091-1/+2
* Fixed tests for shutil.make_archive() with relative base_name in the case whenSerhiy Storchaka2015-09-081-2/+2
* Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-081-2/+29
* Backported new tests for attribute setting of expat parser.Serhiy Storchaka2015-09-071-18/+35
* Issue #25018: Fixed testing shutil.make_archive() with relative base_name onSerhiy Storchaka2015-09-071-9/+19
* Explicitly test archive name in shutil.make_archive() tests to expose failureSerhiy Storchaka2015-09-071-11/+11
* Issue #17849: Raise sensible exception for invalid HTTP tunnel responseMartin Panter2015-09-071-0/+10
* Fix, refactor and extend tests for shutil.make_archive().Serhiy Storchaka2015-09-061-73/+66
* Backport support.change_cwd() and use it in tests.Serhiy Storchaka2015-09-067-86/+60
* Issue #16180: Exit pdb if file has syntax error, instead of trapping userTerry Jan Reedy2015-09-051-0/+11
* merge heads.Senthil Kumaran2015-09-032-15/+169
|\