Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19926: Removed unneeded test_main from test_abstract_numbers. | Zachary Ware | 2013-12-08 | 1 | -0/+3 |
|\ | | | | | | | Patch by Vajrasky Kok. | ||||
| * | Issue #19926: Removed unneeded test_main from test_abstract_numbers. | Zachary Ware | 2013-12-08 | 1 | -0/+3 |
| | | | | | | | | Patch by Vajrasky Kok. | ||||
* | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -1/+1 |
| | | |||||
* | | Fixes issue #19506: Use a memoryview to avoid a data copy when piping data | Gregory P. Smith | 2013-12-08 | 1 | -0/+3 |
|\ \ | |/ | | | | | to stdin within subprocess.Popen.communicate. 5-10% less cpu usage. | ||||
| * | Fixes issue #19506: Use a memoryview to avoid a data copy when piping data | Gregory P. Smith | 2013-12-08 | 1 | -0/+3 |
| | | | | | | | | to stdin within subprocess.Popen.communicate. 5-10% less cpu usage. | ||||
* | | News item for issue 19876. | Guido van Rossum | 2013-12-08 | 1 | -0/+3 |
| | | |||||
* | | Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t | Christian Heimes | 2013-12-07 | 1 | -0/+3 |
| | | | | | | | | for mbrtowc(). | ||||
* | | Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. | Alexandre Vassalotti | 2013-12-07 | 2 | -0/+5 |
| | | | | | | | | | | | | | | Initial patch by Merlijn van Deen. I've added a few unrelated docstring fixes in the patch while I was at it, which makes the documentation for pickle a bit more consistent. | ||||
* | | Issue #19908: pathlib now joins relative Windows paths correctly when a drive | Serhiy Storchaka | 2013-12-06 | 1 | -0/+2 |
| | | | | | | | | is present. Original patch by Antoine Pitrou. | ||||
* | | Issue #19881: Fix bad pickling of large bytes in cpickle. | Alexandre Vassalotti | 2013-12-06 | 1 | -0/+4 |
| | | |||||
* | | Issue #19296: Silence compiler warning in dbm_open. | Christian Heimes | 2013-12-05 | 1 | -0/+2 |
| | | | | | | | | Some dbm header files declare the first argument as char * instead of a const char *. | ||||
* | | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵ | Antoine Pitrou | 2013-12-05 | 1 | -0/+3 |
|\ \ | |/ | | | | | pickle module. | ||||
| * | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵ | Antoine Pitrou | 2013-12-05 | 1 | -0/+3 |
| | | | | | | | | pickle module. | ||||
* | | Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. | Nadeem Vawda | 2013-12-04 | 1 | -0/+3 |
|\ \ | |/ | | | | | Also fix an analogous bug (not a regression) in the lzma module. | ||||
| * | #19839: Fix lzma module's handling of non-lzma data at EOF. | Nadeem Vawda | 2013-12-04 | 1 | -1/+1 |
| | | |||||
| * | #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. | Nadeem Vawda | 2013-12-04 | 1 | -0/+3 |
| | | |||||
| * | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. | Tim Peters | 2013-12-04 | 1 | -0/+4 |
| | | | | | | | | (grafted from c80083ad142db2939507800c755082293a87f2de) | ||||
* | | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. | Tim Peters | 2013-12-04 | 1 | -0/+4 |
| | | |||||
* | | Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket | Victor Stinner | 2013-12-03 | 1 | -0/+4 |
| | | | | | | | | | | can now avoid a second syscall if the ioctl() function can be used, or if the non-blocking flag of the socket is unchanged. | ||||
* | | Issue #19785: smtplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | | indication for TLS/SSL connections. | ||||
* | | Issue #19783: nntplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | | indication for TLS/SSL connections. | ||||
* | | Issue #19784: poplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | | indication for TLS/SSL connections. | ||||
* | | Issue #19782: imaplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | | indication for TLS/SSL connections. | ||||
* | | Add NEWS entry for issue #19834: merge with 3.3. | Walter Doerwald | 2013-12-02 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Add NEWS entry for issue #19834. | Walter Doerwald | 2013-12-02 | 1 | -0/+2 |
| | | |||||
| * | Fixes issue #15798: subprocess.Popen() no longer fails if file | Gregory P. Smith | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | | | | descriptor 0, 1 or 2 is closed. The errpipe_write fd will always be >= 3. | ||||
* | | Issue #19781: ftplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | | indication for TLS/SSL connections. | ||||
* | | Issue #19509: Add SSLContext.check_hostname to match the peer's certificate | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | | with server_hostname on handshake. | ||||
* | | Fixes issue #15798: subprocess.Popen() no longer fails if file | Gregory P. Smith | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | | descriptor 0, 1 or 2 is closed. (correct fix for 3.4 this time) | ||||
* | | Issue #11480: Merge with 3.3. | Alexandre Vassalotti | 2013-12-01 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. | Alexandre Vassalotti | 2013-12-01 | 1 | -0/+3 |
| | | | | | | | | Patch by Daniel Urban. | ||||
* | | Undo supposed fix for Issue #15798 until I understand why this is | Gregory P. Smith | 2013-12-01 | 1 | -3/+0 |
|\ \ | |/ | | | | | | | causing test_multiprocessing_forkserver and test_multiprocessing_spawn failures on head (3.4). | ||||
| * | Undo supposed fix for Issue #15798 until I understand why this is | Gregory P. Smith | 2013-12-01 | 1 | -3/+0 |
| | | | | | | | | | | causing test_multiprocessing_forkserver and test_multiprocessing_spawn failures on head (3.4). | ||||
* | | Fixes Issue #15798 - subprocess.Popen() no longer fails if file | Gregory P. Smith | 2013-12-01 | 1 | -0/+3 |
|\ \ | |/ | | | | | descriptor 0, 1 or 2 is closed. | ||||
| * | Fixes Issue #15798 - subprocess.Popen() no longer fails if file | Gregory P. Smith | 2013-12-01 | 1 | -0/+3 |
| | | | | | | | | descriptor 0, 1 or 2 is closed. | ||||
* | | Issue #6477: Merge with 3.3. | Alexandre Vassalotti | 2013-12-01 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #6477: Added support for pickling the types of built-in singletons. | Alexandre Vassalotti | 2013-12-01 | 1 | -0/+3 |
| | | |||||
* | | Issue #19845: Updated the Compiling Python on Windows docs. | Zachary Ware | 2013-11-30 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #19845: Updated the Compiling Python on Windows docs. | Zachary Ware | 2013-11-30 | 1 | -0/+2 |
| | | |||||
* | | Merge with 3.3. | Alexandre Vassalotti | 2013-11-30 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Fixed _pickle.Unpickler to handle empty persistent IDs correctly. | Alexandre Vassalotti | 2013-11-30 | 1 | -0/+3 |
| | | |||||
* | | Issue #17897: Optimized unpickle prefetching. | Serhiy Storchaka | 2013-11-30 | 1 | -0/+2 |
| | | |||||
* | | Issue #19088: Merge with 3.3. | Alexandre Vassalotti | 2013-11-30 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #19088: Fix incorrect caching of the copyreg module. | Alexandre Vassalotti | 2013-11-30 | 1 | -0/+3 |
| | | | | | | | | This fix does not cause any degradation in performance. | ||||
| * | Issue #19595: Re-enable a long-disabled test in test_winsound | Zachary Ware | 2013-11-28 | 1 | -0/+2 |
| | | |||||
* | | Issue #3693: Fix array obscure error message when given a str. | Alexandre Vassalotti | 2013-11-30 | 1 | -0/+4 |
| | | |||||
* | | Issue #19698: Remove exec_module() from the built-in and extension | Brett Cannon | 2013-11-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | module loaders. Due to the fact that the call signatures for extension modules and built-in modules does not allow for the specifying of what module to initialize and that on Windows all extension modules are built-in modules, work to clean up built-in and extension module initialization will have to wait until Python 3.5. Because of this the semantics of exec_module() would be incorrect, so removing the methods for now is the best option; load_module() is still used as a fallback by importlib and so this won't affect semantics. | ||||
* | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -0/+2 |
| | |