80064 Commits (95db2e7b8a0477ddf60902ca0aacdafbb265e5a5)
 

Author SHA1 Message Date
Ned Deily cdc75d967b Issue #15494: Install new test/support directory. 13 years ago
R David Murray bc47d7bb4f Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). 13 years ago
R David Murray 1c4e443ea2 #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). 13 years ago
R David Murray f392c604e7 Merge: #18601: fix error made when difflib example was converted to use 'with'. 13 years ago
R David Murray 96433f8e34 #18601: fix error made when difflib example was converted to use 'with'. 13 years ago
Ethan Furman 9026262507 fixed examples to work with changed attribute names 13 years ago
Antoine Pitrou 32d483c39b Fix style 13 years ago
R David Murray 20ac14fbad Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. 13 years ago
R David Murray 11bfd32881 #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. 13 years ago
Antoine Pitrou 8547a0e29b Merge doc fix 13 years ago
Antoine Pitrou 3ab7b0aabb Simplify example of PyErr_Fetch() use 13 years ago
Antoine Pitrou 796564c27b Issue #18112: PEP 442 implementation (safe object finalization). 13 years ago
Christian Heimes c5d95b17ac Add simple test for repr(lock) 13 years ago
Christian Heimes 8ad91cc354 Add simple test for resource.getpagesize() 13 years ago
Christian Heimes 4ebc9295d1 Add simple test for resource.getpagesize() 13 years ago
Christian Heimes d49a371e91 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns 13 years ago
Christian Heimes 65aa573082 Add more tests for hashlib and hash object attributes 13 years ago
Christian Heimes 4fec4314cf Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns 13 years ago
Eli Bendersky 580373c469 Issue #18593: fix typo in comment 13 years ago
Eli Bendersky 25f043b152 Issue #18593: fix typo in comment 13 years ago
Terry Jan Reedy 5bcbdf1548 Merge with 3.3 13 years ago
Terry Jan Reedy 4bd31292c2 Make all idle test case names end with 'Test'. 13 years ago
R David Murray 299a221940 Merge #18584: make doctest examples in email documentation pass. 13 years ago
R David Murray fdfb0050bb #18584: make doctest examples in email documentation pass. 13 years ago
Nick Coghlan 00dc61cd73 Merge #15415 from 3.3 (again) 13 years ago
Nick Coghlan c06c0aed58 Third attempt to fix #15415 on Windows 13 years ago
Nick Coghlan 4bcb1ec539 Merge #15415 Windows buildbot change from 3.3 13 years ago
Nick Coghlan 2f253e8e62 Attempt to fix #15415 on Windows 13 years ago
Terry Jan Reedy 7e6cd2999a Merge with 3.3 13 years ago
Terry Jan Reedy 015b4535c5 Update gui section of idle test README. 13 years ago
Terry Jan Reedy a315a97505 Merge with 3.3 13 years ago
Terry Jan Reedy a9d16c85d7 Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7). 13 years ago
Nick Coghlan cf67b2a891 Merge #15415 from 3.3 13 years ago
Nick Coghlan 5517596c04 Close #15415: Factor out temp dir helpers to test.support 13 years ago
Nick Coghlan b8de598305 Null merge from 3.3 13 years ago
Nick Coghlan 69e3bda310 Issue #15494: test.support is now a package rather than a module 13 years ago
Nick Coghlan fb15aa1e08 Close #15494: test.support is now a package rather than a module 13 years ago
Nick Coghlan e8c45d6d0e Close #13266: Add inspect.unwrap 13 years ago
Raymond Hettinger 77578204d6 Restore the data block size to 62. 13 years ago
Terry Jan Reedy 1f1d0a57fa Merge with 3.3 13 years ago
Terry Jan Reedy 725d9dd1a7 Issue #18441: Make test.support.requires('gui') skip when it should. 13 years ago
Victor Stinner b6738df111 (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag 13 years ago
Victor Stinner ae6d05bcb9 doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag 13 years ago
Benjamin Peterson 290371dadc merge 3.3 (#18565) 13 years ago
Benjamin Peterson d979c72160 add a test for issue #17669 (closes #18565) 13 years ago
Terry Jan Reedy 937b50c378 Merge with 3.3 13 years ago
Terry Jan Reedy 9eda66da78 Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry. 13 years ago
Raymond Hettinger 3223dd5c22 Assertions key off NDEBUG 13 years ago
Victor Stinner a44549a959 null merge (fix already applied to default) 13 years ago
Victor Stinner da2cbb4fc8 Issue #15893: Remove dead code 13 years ago