summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | (Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_timeVictor Stinner2011-12-071-1/+6
|\ \ | |/
| * Issue #11886: workaround an OS bug (time zone data) in test_timeVictor Stinner2011-12-071-1/+6
* | #13531: merge with 3.2.Ezio Melotti2011-12-071-0/+3
|\ \ | |/
| * #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Ch...Ezio Melotti2011-12-071-0/+3
* | Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".Ned Deily2011-12-071-4/+4
|\ \ | |/
| * Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".Ned Deily2011-12-071-4/+4
* | Fix dangling whitespaceAntoine Pitrou2011-12-061-1/+1
* | Issue #13464: Add a readinto() method to http.client.HTTPResponse.Antoine Pitrou2011-12-062-46/+203
* | MERGE: Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loopJesus Cea2011-12-061-0/+2
|\ \ | |/
| * Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loopJesus Cea2011-12-061-0/+2
* | Remove no longer needed work-around for bz2 file object support.Lars Gustäbel2011-12-062-64/+5
* | Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes oth...Lars Gustäbel2011-12-062-5/+19
|\ \ | |/
| * Correctly detect bzip2 compressed streams with blocksizes other than 900k.Lars Gustäbel2011-12-062-5/+19
* | Corrected order of parameters to HTTPError in test_urllib2.py.Jason R. Coombs2011-12-041-1/+1
* | Pass positional arguments - HTTPError is not accepting keyword arguments. Ref...Jason R. Coombs2011-12-041-1/+3
* | Merged fix for #13211 from 3.2Jason R. Coombs2011-12-032-0/+17
|\ \ | |/
| * Issue #13211: Add .reason attribute to HTTPError to implement parent class (U...Jason R. Coombs2011-11-072-0/+17
* | Issue #13439: Merge branch 3.2Petri Lehtinen2011-12-021-69/+63
|\ \ | |/
| * Issue #13439: Fix many errors in turtle docstrings.Petri Lehtinen2011-12-021-69/+63
* | #8414: merge with 3.2.Ezio Melotti2011-12-021-2/+24
|\ \ | |/
| * #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-302-4/+59
* | Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-292-0/+1733
* | Merge 3.2Éric Araujo2011-11-296-6/+23
|\ \ | |/
| * Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).Éric Araujo2011-11-291-1/+1
| * Fix instructions on how to rebuild some modulesÉric Araujo2011-11-293-3/+3
| * Add a regrtest cleanup check for shutil registriesÉric Araujo2011-11-291-0/+19
| * Fix last remaining references to ex-devguideÉric Araujo2011-11-291-2/+1
* | (Merge 3.2) Fix curses module for strict SysV implementation (without has_key...Victor Stinner2011-11-281-1/+1
|\ \ | |/
| * Fix curses module for strict SysV implementation (without has_key function)Victor Stinner2011-11-281-1/+1
* | 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-282-1/+12
|\ \ | |/
| * Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-282-1/+12
| * 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-264-9/+25
|\ \ | |/
| * Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-264-9/+25