summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* | - 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
|\ \ | |/
| * Add simple test for resource.getpagesize()Christian Heimes2013-07-301-0/+5
* | Issue #18599: Fix name attribute of _sha1.sha1() object. It now returnsChristian Heimes2013-07-301-16/+61
|\ \ | |/
| * Add more tests for hashlib and hash object attributesChristian Heimes2013-07-301-13/+62
* | Merge #15415 from 3.3 (again)Nick Coghlan2013-07-291-5/+7
|\ \ | |/
| * Third attempt to fix #15415 on WindowsNick Coghlan2013-07-291-5/+7
* | Merge #15415 Windows buildbot change from 3.3Nick Coghlan2013-07-291-5/+5
|\ \ | |/
| * Attempt to fix #15415 on WindowsNick Coghlan2013-07-291-5/+5
* | Merge #15415 from 3.3Nick Coghlan2013-07-285-46/+190
|\ \ | |/
| * Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-285-46/+190
| * Issue #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-282-3/+6
* | Close #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-282-3/+6
* | Close #13266: Add inspect.unwrapNick Coghlan2013-07-281-1/+73
* | Restore the data block size to 62.Raymond Hettinger2013-07-281-1/+1
* | Merge with 3.3Terry Jan Reedy2013-07-281-5/+17
|\ \ | |/
| * Issue #18441: Make test.support.requires('gui') skip when it should.Terry Jan Reedy2013-07-281-5/+17
* | merge 3.3 (#18565)Benjamin Peterson2013-07-271-1/+40
|\ \ | |/
| * add a test for issue #17669 (closes #18565)Benjamin Peterson2013-07-271-1/+40
* | Close #18545: now only executes member_type if no _value_ is assigned in __ne...Ethan Furman2013-07-251-0/+16
* | #17818: aifc.getparams now returns a namedtuple.R David Murray2013-07-252-1/+33
* | #18503: small cleanups in test_email.R David Murray2013-07-251-2/+2
|\ \ | |/
| * #18503: small cleanups in test_email.R David Murray2013-07-251-2/+2
* | #14853: merge with 3.3.Ezio Melotti2013-07-251-10/+0
|\ \ | |/
| * #14853: remove test that was making too many assumptions about stdin. Patch ...Ezio Melotti2013-07-251-10/+0
* | Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-221-843/+561
|\ \ | |/
| * Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-221-849/+562
* | test_ssl: use a bytestring hereAntoine Pitrou2013-07-201-1/+1
* | Issue #9177: Calling read() or write() now raises ValueError, not AttributeEr...Antoine Pitrou2013-07-201-0/+15
* | Change _names to _names_ since the latter is reserved for Enum use.Ethan Furman2013-07-201-11/+12
* | Close #18508 -- fix _value2member_map to always have the member's valueEthan Furman2013-07-201-0/+18
* | Merge.Richard Oudkerk2013-07-191-4/+7
|\ \ | |/