summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* #13054: sys.maxunicode is now always 0x10FFFF.Ezio Melotti2011-09-281-0/+1
|
* merge headsBenjamin Peterson2011-09-288-12/+12
|\
| * #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-288-12/+12
| |
* | this isn't fixed on windows yet...Benjamin Peterson2011-09-281-1/+4
|/
* this test works as expected nowBenjamin Peterson2011-09-281-6/+1
|
* revert unintended changeBenjamin Peterson2011-09-281-1/+4
|
* don't check that the first character is XID_ContinueBenjamin Peterson2011-09-281-4/+1
| | | | Current, XID_Continue is a superset of XID_Start, but that may sometime change.
* Fix struct sizes. Drop -1, since the resulting string was actually the ↵Martin v. Löwis2011-09-281-6/+7
| | | | | | largest one that could be allocated.
* Use compile() instead of eval().Martin v. Löwis2011-09-281-6/+4
|
* Use eval instead of codecs.lookup to trigger UTF-8 generation.Martin v. Löwis2011-09-281-6/+4
|
* Implement PEP 393.Martin v. Löwis2011-09-287-34/+78
|
* Issue #13012: Allow 'keepends' to be passed as a keyword argument in ↵Mark Dickinson2011-09-243-6/+20
| | | | str.splitlines, bytes.splitlines and bytearray.splitlines.
* Merge 3.2: Issue #7732: Don't open a directory as a file anymore whileVictor Stinner2011-09-231-0/+9
|\ | | | | | | | | importing a module. Ignore the direcotry if its name matchs the module name (e.g. "__init__.py") and raise a ImportError instead.
| * Issue #7732: Don't open a directory as a file anymore while importing aVictor Stinner2011-09-231-0/+9
| | | | | | | | | | module. Ignore the direcotry if its name matchs the module name (e.g. "__init__.py") and raise a ImportError instead.
* | Merge 3.2: Issue #12931: Add a test with Unicode URI to test_xmlrpcVictor Stinner2011-09-221-0/+4
|\ \ | |/
| * Issue #12931: Add a test with Unicode URI to test_xmlrpcVictor Stinner2011-09-221-0/+4
| |
* | Fix a race condition in test_socket.ThreadableTest: the client is reportedCharles-François Natali2011-09-211-1/+1
|\ \ | |/ | | | | ready before having been set up.
| * Fix a race condition in test_socket.ThreadableTest: the client is reported asCharles-François Natali2011-09-211-1/+1
| | | | | | | | ready before having been set up.
* | Issue #12981: test_multiprocessing: catch ImportError when importingCharles-François Natali2011-09-211-0/+1
|\ \ | |/ | | | | | | multiprocessing.reduction, which may not be available (e.g. if the OS doesn't support FD passing over Unix domain sockets).
| * Issue #12981: test_multiprocessing: catch ImportError when importingCharles-François Natali2011-09-211-2/+13
| | | | | | | | | | multiprocessing.reduction, which may not be available (e.g. if the OS doesn't support FD passing over Unix domain sockets).
* | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor ↵Jesus Cea2011-09-211-0/+17
|\ \ | |/ | | | | was actually received
| * Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor ↵Jesus Cea2011-09-211-0/+17
| | | | | | | | was actually received
* | Issue #1172711: Add 'long long' support to the array module.Meador Inge2011-09-211-0/+21
| | | | | | | | Initial patch by Oren Tirosh and Hirokazu Yamamoto.
* | Merge 3.2: test_multiprocessing removes temporary filesVictor Stinner2011-09-201-0/+2
|\ \ | |/
| * test_multiprocessing removes temporary filesVictor Stinner2011-09-201-0/+2
| |
* | Merge 3.2: test_httplib removes temporary filesVictor Stinner2011-09-201-0/+2
|\ \ | |/
| * test_httplib removes temporary filesVictor Stinner2011-09-201-0/+2
| |
* | Issue #12981: test_multiprocessing: catch ImportError when importingCharles-François Natali2011-09-201-2/+12
| | | | | | | | | | multiprocessing.reduction, which may not be available (e.g. if the OS doesn't support FD passing over Unix domain sockets).
* | Branch mergeÉric Araujo2011-09-192-10/+31
|\ \
| * | Make regrtest look at internal dicts in sysconfig.Éric Araujo2011-09-191-1/+24
| | | | | | | | | | | | | | | This reveals problems in the packaging test suite, which I’ll look into after the regrtest checks are made more usable (see #12314).
| * | A few style changes originally done in the distutils2 repoÉric Araujo2011-09-181-9/+7
| | |
* | | Close issue 12958 by flagging expected failures in test_socket on Mac OS XNick Coghlan2011-09-192-0/+25
|/ /
* | merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924Senthil Kumaran2011-09-121-0/+1
|\ \ | |/
| * Add the quote_plus call in the test.Senthil Kumaran2011-09-121-0/+1
| |
* | Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.Nadeem Vawda2011-09-111-0/+12
| | | | | | | | | | | | While we're at it, also document ZLIB_VERSION. Patch by Torsten Landschoff.
* | BZ2File now uses the compresslevel argument given by the caller,Nadeem Vawda2011-09-111-0/+7
| | | | | | | | instead of ignoring it and always using a compression level of 9.
* | Better fix for #12763: test_posix failure on OpenIndianaJesus Cea2011-09-091-3/+3
| |
* | Fix issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-2/+0
|\ \ | |/
| * Fix issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-2/+0
| |
* | Close issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-3/+27
|\ \ | |/
| * Close issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-3/+27
| |
* | Issue #12871: sched_get_priority_(min|max) might not be defined even thoughCharles-François Natali2011-09-061-0/+2
| | | | | | | | | | <sched.h> is available (most notably on OpenBSD when built without pthread): add an explicit configure check.
* | Issue #12567: Fix curses.unget_wch() testsVictor Stinner2011-09-061-2/+4
| | | | | | | | | | | | Skip the test if the function is missing. Use U+0061 (a) instead of U+00E9 (é) because U+00E9 raises a _curses.error('unget_wch() returned ERR') on some buildbots. It's maybe because of the locale encoding.
* | Issue #12567: Add curses.unget_wch() functionVictor Stinner2011-09-051-0/+15
| | | | | | | | Push a character so the next get_wch() will return it.
* | #12888: merge with 3.2.Ezio Melotti2011-09-051-1/+2
|\ \ | |/
| * #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more ↵Ezio Melotti2011-09-051-1/+2
| | | | | | | | than 128 entities. Patch by Peter Otten.
* | merge 3.2 (#12878)Benjamin Peterson2011-09-031-0/+11
|\ \ | |/
| * add a __dict__ descr for IOBase (closes #12878)Benjamin Peterson2011-09-031-0/+11
| |
* | Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD:Charles-François Natali2011-09-011-0/+3
| | | | | | | | sigaltstack(2) doesn't work when linked with pthread.
* | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-011-0/+8
|\ \ | |/ | | | | mapped to POSIX errno ENOTDIR (previously EINVAL).