Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use non-zero and non-last positions in error handler tests. | Serhiy Storchaka | 2015-03-16 | 1 | -30/+37 |
|\ | |||||
| * | Use non-zero and non-last positions in error handler tests. | Serhiy Storchaka | 2015-03-16 | 1 | -24/+28 |
| | | |||||
* | | Issue #23631: Fix traceback.format_list when a traceback has been mutated. | Robert Collins | 2015-03-16 | 2 | -5/+19 |
| | | |||||
* | | Increased coverage of standard codec error handlers. | Serhiy Storchaka | 2015-03-15 | 1 | -133/+197 |
|\ \ | |/ | |||||
| * | Increased coverage of standard codec error handlers. | Serhiy Storchaka | 2015-03-15 | 1 | -76/+158 |
| | | |||||
* | | Issue #23568: Add rdivmod support to MagicMock() objects. | Berker Peksag | 2015-03-14 | 2 | -1/+18 |
|\ \ | |/ | | | | | Patch by Håkan Lövdahl. | ||||
| * | Issue #23568: Add rdivmod support to MagicMock() objects. | Berker Peksag | 2015-03-14 | 2 | -1/+18 |
| | | | | | | | | Patch by Håkan Lövdahl. | ||||
* | | Issue #2052: Add charset parameter to HtmlDiff.make_file(). | Berker Peksag | 2015-03-14 | 3 | -9/+47 |
| | | |||||
* | | Issue #23606: Temporarily suppress test for CRT name. | Steve Dower | 2015-03-14 | 1 | -1/+3 |
| | | |||||
* | | Add some periods to the ends of a couple comments | Brett Cannon | 2015-03-13 | 1 | -2/+2 |
| | | |||||
* | | Issue #23491: Implement PEP 441: Improving Python Zip Application Support | Brett Cannon | 2015-03-13 | 2 | -0/+429 |
| | | | | | | | | Thanks to Paul Moore for the PEP and implementation. | ||||
* | | Issue #23566: Skip "fd" tests of test_faulthandler on Windows | Victor Stinner | 2015-03-13 | 1 | -0/+8 |
| | | | | | | | | subprocess doesn't support pass_fds on Windows. | ||||
* | | test | Victor Stinner | 2015-03-12 | 2 | -8/+26 |
| | | |||||
* | | Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. | Serhiy Storchaka | 2015-03-13 | 2 | -15/+54 |
|\ \ | |/ | | | | | Patch by Demian Brecht. | ||||
| * | Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. | Serhiy Storchaka | 2015-03-13 | 2 | -15/+54 |
| | | | | | | | | Patch by Demian Brecht. | ||||
* | | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now | Serhiy Storchaka | 2015-03-13 | 2 | -14/+69 |
|\ \ | |/ | | | | | | | handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts. | ||||
| * | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now | Serhiy Storchaka | 2015-03-13 | 2 | -14/+69 |
| | | | | | | | | | | handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts. | ||||
* | | Issue #23641: Cleaned out legacy dunder names from tests and docs. | Serhiy Storchaka | 2015-03-12 | 13 | -111/+73 |
|\ \ | |/ | | | | | | | Fixed 2 to 3 porting bug in pynche.ColorDB. Added few tests for __truediv__, __floordiv__ and __matmul__. | ||||
| * | Issue #23641: Cleaned out legacy dunder names from tests and docs. | Serhiy Storchaka | 2015-03-12 | 13 | -111/+62 |
| | | | | | | | | Fixed 2 to 3 porting bug in pynche.ColorDB. | ||||
* | | Issue #23581: Add matmul support to MagicMock. | Berker Peksag | 2015-03-12 | 2 | -1/+12 |
| | | | | | | | | Patch by Håkan Lövdahl. | ||||
* | | Issue #20617: Remove unused import in test_ssl. | Berker Peksag | 2015-03-12 | 1 | -1/+0 |
|\ \ | |/ | | | | | Patch by Mark Lawrence. | ||||
| * | Issue #20617: Remove unused import in test_ssl. | Berker Peksag | 2015-03-12 | 1 | -1/+0 |
| | | | | | | | | Patch by Mark Lawrence. | ||||
* | | Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() | Victor Stinner | 2015-03-12 | 1 | -57/+101 |
| | | | | | | | | functions of faulthandler now accept file descriptors. Patch by Wei Wu. | ||||
* | | Merge 3.4 (test_os) | Victor Stinner | 2015-03-12 | 1 | -37/+70 |
|\ \ | |/ | |||||
| * | Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() | Victor Stinner | 2015-03-12 | 1 | -37/+70 |
| | | |||||
* | | Issue #22928: Disabled HTTP header injections in http.client. | Serhiy Storchaka | 2015-03-12 | 2 | -0/+94 |
|\ \ | |/ | | | | | Original patch by Demian Brecht. | ||||
| * | Issue #22928: Disabled HTTP header injections in http.client. | Serhiy Storchaka | 2015-03-12 | 2 | -0/+94 |
| | | | | | | | | Original patch by Demian Brecht. | ||||
* | | Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks | Victor Stinner | 2015-03-12 | 1 | -2/+3 |
| | | | | | | | | is True | ||||
* | | Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. | Serhiy Storchaka | 2015-03-11 | 1 | -0/+20 |
|\ \ | |/ | |||||
| * | Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. | Serhiy Storchaka | 2015-03-11 | 1 | -0/+20 |
| | | |||||
* | | Close issue23486: performance boost for enum member lookup | Ethan Furman | 2015-03-11 | 1 | -1/+10 |
| | | |||||
* | | Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with | Serhiy Storchaka | 2015-03-11 | 3 | -5/+3 |
|\ \ | |/ | | | | | imp.reload(). Patch by Thomas Kluyver. | ||||
| * | Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with | Serhiy Storchaka | 2015-03-11 | 3 | -5/+3 |
| | | | | | | | | imp.reload(). Patch by Thomas Kluyver. | ||||
* | | Close issue23467: add %r compatibility to bytes and bytearray | Ethan Furman | 2015-03-11 | 1 | -0/+5 |
| | | |||||
* | | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ↵ | Antoine Pitrou | 2015-03-10 | 2 | -2/+18 |
|\ \ | |/ | | | | | objects. | ||||
| * | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ↵ | Antoine Pitrou | 2015-03-10 | 2 | -2/+18 |
| | | | | | | | | objects. | ||||
* | | Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls | Steve Dower | 2015-03-10 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls | Steve Dower | 2015-03-10 | 1 | -1/+2 |
| | | |||||
* | | Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are ↵ | Steve Dower | 2015-03-10 | 1 | -1/+3 |
| | | | | | | | | skipped while we figure out how best to approach the CRT change | ||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-03-10 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet | Victor Stinner | 2015-03-10 | 1 | -2/+5 |
| | | | | | | | | | | Replace "running" with "not started" and don't show the pid if the subprocess didn't start yet. | ||||
* | | Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). | Victor Stinner | 2015-03-10 | 1 | -15/+36 |
| | | | | | | | | | | The usage of os.scandir() reduces the number of calls to os.stat(). Initial patch written by Ben Hoyt. | ||||
* | | merge 3.4 | Benjamin Peterson | 2015-03-09 | 1 | -5/+8 |
|\ \ | |/ | |||||
| * | fix up import style | Benjamin Peterson | 2015-03-09 | 1 | -5/+8 |
| | | |||||
* | | Merge. | Larry Hastings | 2015-03-09 | 1 | -0/+6 |
|\ \ | |||||
| * | | Issue #22980: Under Linux, C extensions now include bitness in the file name, | Antoine Pitrou | 2015-03-08 | 1 | -0/+6 |
| | | | | | | | | | | | | to make it easy to test 32-bit and 64-bit builds in the same working tree. | ||||
* | | | Release bump for 3.5.0a2.v3.5.0a2 | Larry Hastings | 2015-03-08 | 3 | -5/+5 |
|/ / | |||||
* | | Issue #21619: Cleaned up test_broken_pipe_cleanup. | Serhiy Storchaka | 2015-03-08 | 1 | -10/+8 |
|\ \ | |/ | | | | | Patch by Martin Panter. | ||||
| * | Issue #21619: Cleaned up test_broken_pipe_cleanup. | Serhiy Storchaka | 2015-03-08 | 1 | -10/+8 |
| | | | | | | | | Patch by Martin Panter. | ||||
* | | Suppress assert dialogs in test_os | Steve Dower | 2015-03-08 | 1 | -10/+14 |
| | |