summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | #8414: add more tests for "assert". Initial patch by Gregory Nofi.Ezio Melotti2011-12-021-2/+24
* | | Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent...Nadeem Vawda2011-11-301-1/+56
* | | Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-291-0/+1335
* | | Merge 3.2Éric Araujo2011-11-291-0/+18
|\ \ \ | |/ /
| * | Add a regrtest cleanup check for shutil registriesÉric Araujo2011-11-291-0/+19
* | | Merge test_xmlrpc_net fixes (issue #13434)Antoine Pitrou2011-11-281-1/+2
|\ \ \ | |/ /
| * | Fix resource warning in test_xmlrpc_netAntoine Pitrou2011-11-281-0/+1
| * | Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test.Antoine Pitrou2011-11-281-1/+1
* | | Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-281-0/+39
|\ \ \ | |/ /
| * | Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-281-0/+39
* | | Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-281-0/+9
|\ \ \ | |/ /
| * | Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-281-0/+9
| * | Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X.Charles-François Natali2011-11-271-0/+4
* | | Issue #13415: test_curses skips unencodable charactersVictor Stinner2011-11-281-1/+8
* | | Issue #13415: Help to locate curses.h when _curses module is linked to ncurseswVictor Stinner2011-11-261-1/+4
* | | Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-261-0/+19
|\ \ \ | |/ /
| * | Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-261-0/+19
* | | Issue #12618: fix py_compile unit tests to handle different drives on WindowsMeador Inge2011-11-261-0/+10
|\ \ \ | |/ /
| * | Issue #12618: fix py_compile unit tests to handle different drives on WindowsMeador Inge2011-11-261-0/+10
* | | sched.py: fix test_queue by making sure that queue property returns an orderd...Giampaolo Rodola'2011-11-261-7/+8
* | | Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6Charles-François Natali2011-11-261-0/+4
* | | Issue #12618: create unit tests for the py_compile moduleMeador Inge2011-11-261-0/+42
|\ \ \ | |/ /
| * | Issue #12618: create unit tests for the py_compile moduleMeador Inge2011-11-261-0/+42
* | | Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-261-0/+7
|\ \ \ | |/ /
| * | Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-261-0/+7
* | | Some libcs' snprintf may output a leading minus sign when %p-formattingAntoine Pitrou2011-11-261-17/+17
* | | Issue #12567: The curses module uses Unicode functions for Unicode argumentsVictor Stinner2011-11-251-12/+31
* | | Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-251-0/+32
|\ \ \ | |/ /
| * | Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-251-0/+32
* | | Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlersVictor Stinner2011-11-251-14/+4
* | | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-257-15/+51
* | | Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size par...Antoine Pitrou2011-11-251-0/+21
* | | (Merge 3.2) Issue #13436: Fix unsetenv() test on WindowsVictor Stinner2011-11-221-1/+2
|\ \ \ | |/ /
| * | Issue #13436: Fix unsetenv() test on WindowsVictor Stinner2011-11-221-1/+2
| * | Merge branch 3.2Victor Stinner2011-11-221-0/+9
| |\ \
* | \ \ Merge branch defaultVictor Stinner2011-11-221-0/+9
|\ \ \ \
| * \ \ \ (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-221-0/+9
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-221-0/+9
* | | | | Merge branch 3.2Amaury Forgeot d'Arc2011-11-221-0/+11
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Issue #13436: Fix a bogus error message when an AST object was passedAmaury Forgeot d'Arc2011-11-221-0/+11
| |/ /
| * | Issue #12156: Skip test_multiprocessing on systems which don't support enoughCharles-François Natali2011-11-221-0/+18
| * | Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()Victor Stinner2011-11-221-0/+36
* | | Issue #12156: Skip test_multiprocessing on systems which don't support enoughCharles-François Natali2011-11-221-0/+18
* | | Fix 13245:Giampaolo Rodola'2011-11-221-0/+12
* | | (Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()Victor Stinner2011-11-221-0/+6
* | | Add a test on str.__getnewargs__()Victor Stinner2011-11-221-0/+7
* | | Rewrite PyUnicode_EncodeDecimal() to use the new Unicode APIVictor Stinner2011-11-211-0/+30
* | | Issue #13411: memoryview objects are now hashable when the underlying object ...Antoine Pitrou2011-11-212-2/+29
* | | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-4/+76
|\ \ \ | |/ /
| * | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-4/+74