summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Prevent dangling threads/process warning for test_multiprocessing.Richard Oudkerk2013-07-191-4/+7
* | closes issue18042 -- a `unique` decorator is added to enum.pyEthan Furman2013-07-191-1/+34
* | Issue #18266: test_largefile now works with unittest test discovery andSerhiy Storchaka2013-07-171-63/+51
|\ \ | |/
| * Issue #18266: test_largefile now works with unittest test discovery andSerhiy Storchaka2013-07-171-63/+51
* | Issue #17767: test_locale now works with unittest test discovery.Serhiy Storchaka2013-07-171-58/+36
|\ \ | |/
| * Issue #17767: test_locale now works with unittest test discovery.Serhiy Storchaka2013-07-171-58/+36
* | Merge: Closes #18475: add unittest.main() to test_email/test_inversions.R David Murray2013-07-161-0/+4
|\ \ | |/
| * Closes #18475: add unittest.main() to test_email/test_inversions.R David Murray2013-07-161-0/+4
* | Issue #17778: Fix test discovery for test_multiprocessing. (Patch byRichard Oudkerk2013-07-161-28/+3
|\ \ | |/
| * Issue #17778: Fix test discovery for test_multiprocessing. (Patch byRichard Oudkerk2013-07-161-122/+104
* | Also remove a (broken) leaker test for the code removed in issue #18393.Ronald Oussoren2013-07-161-14/+0
* | test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionErrorVictor Stinner2013-07-151-3/+6
* | Merge: Closes #18464: fix typo in test name.R David Murray2013-07-151-1/+1
|\ \ | |/
| * Closes #18464: fix typo in test name.R David Murray2013-07-151-1/+1
* | Close issue 17482: don't overwrite __wrapped__Nick Coghlan2013-07-151-3/+11
* | mergeRaymond Hettinger2013-07-141-1/+1
|\ \ | |/
| * Issue #18432: Fix unintended API change in the sched moduleRaymond Hettinger2013-07-141-1/+1
* | Merge: #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-122-1/+49
|\ \ | |/
| * #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-122-1/+49
* | Issue #18342: Use the repr of a module name for ``from ... importBrett Cannon2013-07-121-0/+8
* | Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-113-4/+51
|\ \ | |/
| * #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-113-4/+51
* | Issue #17872: Fix a segfault in marshal.load() when input stream returnsSerhiy Storchaka2013-07-111-0/+12
|\ \ | |/
| * Issue #17872: Fix a segfault in marshal.load() when input stream returnsSerhiy Storchaka2013-07-111-0/+12
* | Issue #18101: Tcl.split() now process strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+60
|\ \ | |/
| * Issue #18101: Tcl.split() now process strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+60
* | Issue #18338: `python --version` now prints version string to stdout, andSerhiy Storchaka2013-07-111-2/+4
* | Merge #17987: properly document support.captured_xxx.R David Murray2013-07-112-9/+27
|\ \ | |/
| * #17987: properly document support.captured_xxx.R David Murray2013-07-112-9/+27
* | #18116: getpass no longer always falls back to stdin.R David Murray2013-07-101-7/+13