summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fixes issue #19081: When a zipimport .zip file in sys.path being imported fromGregory P. Smith2014-01-081-19/+85
|\
| * Fixes Issue #19081: When a zipimport .zip file in sys.path being imported fromGregory P. Smith2014-01-081-19/+85
* | Issue #19719: Update various finder and loader ABCs such that theirBrett Cannon2014-01-071-0/+132
* | Issue #20144: Argument Clinic now supports simple constants as parameterLarry Hastings2014-01-071-1/+12
* | Issue #20162: test_hash_distribution() uses subTest() to mention the prefix inVictor Stinner2014-01-071-9/+10
* | Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-079-59/+180
* | Issue #19703: Update pydoc to use the new importer APIs.Eric Snow2014-01-071-0/+2
* | Remove dead PEP 451 code.Eric Snow2014-01-071-12/+0
* | Issue19995: %o, %x, %X now only accept intsEthan Furman2014-01-052-5/+29
* | Issue 20123: Disable a problematic test.Eric Snow2014-01-051-2/+3
* | Issue 20123: try using a different builtin module in a pydoc test.Eric Snow2014-01-051-2/+2
* | Issue 20123: Fix pydoc.synopsis() for "binary" modules.Eric Snow2014-01-051-0/+52
* | Issue #19708: Update pkgutil to use the new importer APIs.Eric Snow2014-01-041-13/+12
* | Issue #19713: Move away from using find_module/load_module.Eric Snow2014-01-041-4/+5
* | Issue #19927: Add __eq__ to path-based loaders in importlib.Eric Snow2014-01-043-2/+23
* | * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-031-111/+1
* | Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.Eric Snow2014-01-031-0/+29
* | audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of aVictor Stinner2014-01-031-0/+5
* | Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix.Antoine Pitrou2014-01-021-0/+20
* | Issue #20101: Merge with 3.3Zachary Ware2014-01-021-1/+2
|\ \ | |/
| * Issue #20101: Allow test_monotonic to pass on Windows machines on whichZachary Ware2014-01-021-1/+2
* | Update pip to the released 1.5Donald Stufft2014-01-021-8/+8
* | (Merge 3.3) Issue #18829: Add tests for the csv module for invalid charactersVictor Stinner2014-01-021-0/+14
|\ \ | |/
| * Issue #18829: Add tests for the csv module for invalid characters (delimiter,Victor Stinner2014-01-021-0/+13
* | Issue #20055: Fix test_shutil under Windows with symlink privileges held.Antoine Pitrou2014-01-011-13/+19
|\ \ | |/
| * Issue #20055: Fix test_shutil under Windows with symlink privileges held.Antoine Pitrou2014-01-011-13/+19
| * Backporing the fix from Issue #12692Senthil Kumaran2013-12-291-0/+1
* | Issue19619: skip zlib error test when zlib not availableZachary Ware2013-12-301-1/+2
* | Issue #19918: Fix PurePath.relative_to() under Windows.Antoine Pitrou2013-12-281-28/+57
* | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-0/+11
|\ \ | |/
| * Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-0/+12
| * #18116: backport fix to 3.3 since real-world failure mode demonstrated.R David Murray2013-12-272-1/+155
* | Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin.Antoine Pitrou2013-12-281-2/+10
* | Issue #20046: Locale alias table no longer contains entities which can beSerhiy Storchaka2013-12-261-0/+39
* | Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+14
|\ \ | |/
| * Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+14
* | - Issue #20070: Don't run test_urllib2net when network resources are notdoko@ubuntu.com2013-12-261-1/+2
* | Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-34/+31
|\ \ | |/
| * Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-33/+30
* | Issue #19320: test_tcl no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-13/+29
|\ \ | |/
| * Issue #19320: test_tcl no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-13/+29
* | Issue #19744: improve ensurepip error when ssl is missingNick Coghlan2013-12-232-2/+62
* | Issue #19728: fix ensurepip name clash with submoduleNick Coghlan2013-12-231-23/+60
* | Further increase tolerance for slow buildbotsNick Coghlan2013-12-231-2/+2
* | Issue #19734: ignore pip env vars in ensurepip._uninstallNick Coghlan2013-12-231-0/+14
* | Close #19734: ignore pip env vars in ensurepipNick Coghlan2013-12-232-9/+13
* | merge 3.3 (#19563)Benjamin Peterson2013-12-236-7/+7
|\ \ | |/
| * update Barry's email (#19563)Benjamin Peterson2013-12-236-7/+7
| * Fix DeprecationWarnings in test suiteAntoine Pitrou2013-12-212-10/+10
* | Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-211-0/+17
|\ \ | |/