summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #18357: merge with 3.3.Ezio Melotti2013-08-081-0/+14
|\
| * #18357: add tests for dictview set difference. Patch by Fraser Tweedale.Ezio Melotti2013-08-081-0/+14
* | #18581: merge with 3.3.Ezio Melotti2013-08-081-32/+0
|\ \ | |/
| * #18581: remove duplicate test and run a test class that was skipped. Initial...Ezio Melotti2013-08-081-32/+0
* | #18273: merge with 3.3.Ezio Melotti2013-08-0819-43/+21
|\ \ | |/
| * #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-0819-43/+21
| * Issue #17684: Fix some test_socket failures due to limited FD passing supportCharles-Francois Natali2013-05-201-6/+4
* | Issue #15301: Parsing fd, uid, and gid parameters for builtinsLarry Hastings2013-08-081-0/+12
* | Issue #18665: fix typos. Patch by Vajrasky Kok.Antoine Pitrou2013-08-061-1/+1
* | Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok.Antoine Pitrou2013-08-061-0/+3
* | Issue #14323: Expanded the number of digits in the coefficients for theSerhiy Storchaka2013-08-061-4/+28
* | Followup to 862ab99ab570: I forgot to add the magnificent test_frame.py.Antoine Pitrou2013-08-051-0/+113
* | Issue #17934: Add a clear() method to frame objects, to help clean up expensi...Antoine Pitrou2013-08-052-5/+21
* | Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.Antoine Pitrou2013-08-051-1/+11
* | * Fix the assertions in hashlib to use unittest assertion methods instead ofGregory P. Smith2013-08-051-7/+8
* | Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures.Mark Dickinson2013-08-051-3/+7
* | Issue #18659: fix test_format test that wasn't being executed. Thanks Vajras...Mark Dickinson2013-08-051-7/+3
* | Issue 18532: Added tests and documentation to formally specify the .name attr...Jason R. Coombs2013-08-031-0/+5
* | Fixes #8860: Round half-microseconds to even in the timedelta constructor.Alexander Belopolsky2013-08-041-0/+4
* | Close #18635: Move class level private attribute from instance to class.Ethan Furman2013-08-041-0/+18
* | Merge fix for Issue #17011 from 3.3Eli Bendersky2013-08-041-0/+14
|\ \ | |/
| * Issue #17011: Fix caching of xpath path when namespaces are present.Eli Bendersky2013-08-041-0/+14
* | Issue #16741: Remove testing of implementation artifact.Serhiy Storchaka2013-08-031-2/+0
|\ \ | |/
| * Issue #16741: Remove testing of implementation artifact.Serhiy Storchaka2013-08-031-2/+0
* | Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-031-16/+31
|\ \ | |/
| * Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-031-16/+31
* | Merge headsSerhiy Storchaka2013-08-031-1/+0
|\ \
| * | Remove debugging print.Mark Dickinson2013-08-031-1/+0
* | | Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-031-0/+10
|\ \ \ | |/ / |/| / | |/
| * Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-031-0/+10
* | - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-031-0/+2
|\ \ | |/
| * - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-031-0/+2
* | Merge #18396 from 3.3Nick Coghlan2013-08-031-2/+8
|\ \ | |/
| * Close #18396: fix spurious test_signal failure on WindowsNick Coghlan2013-08-031-2/+8
* | Issue #17046: merge from 3.3Ned Deily2013-08-031-1/+2
|\ \ | |/
| * Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.Ned Deily2013-08-031-1/+2
* | Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and eventCharles-François Natali2013-08-021-3/+3
|\ \ | |/
| * Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and eventCharles-François Natali2013-08-021-3/+3
* | Fix the RLIMIT_CORE resource lowering logic in test_subprocess.Antoine Pitrou2013-08-011-1/+1
* | Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...Antoine Pitrou2013-08-011-2/+40
* | test_capi: make a specific test case for the subinterpreter testAntoine Pitrou2013-08-011-1/+6
* | Add a test for module weakrefabilityAntoine Pitrou2013-08-011-0/+9
* | issue9035: Prevent Windows-specific tests from running on non-Windows platformsTim Golden2013-08-011-16/+16
* | Issue #9035: os.path.ismount now recognises volumes mounted belowTim Golden2013-08-011-0/+34
* | #17616: Improve context manager tests, fix bugs in close method and mode docs.R David Murray2013-08-011-13/+40
* | Issue #18214: Improve finalization of Python modules to avoid setting their g...Antoine Pitrou2013-07-314-2/+53
* | #17616: wave.open now supports the 'with' statement.R David Murray2013-07-311-10/+19
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-306-39/+604
* | Add simple test for repr(lock)Christian Heimes2013-07-301-0/+5
* | Add simple test for resource.getpagesize()Christian Heimes2013-07-301-0/+5
|\ \ | |/