summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-042-4/+56
|
* Fix typo in asyncio.AbstractServer documentationVictor Stinner2013-12-031-1/+1
|
* Issue #19877: fix regression in test_pathlib when Windows has symlink ↵Antoine Pitrou2013-12-031-2/+2
| | | | | | support available (i.e. in administrator mode). Patch by Vajrasky Kok.
* Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This isStefan Krah2013-12-031-1/+1
| | | | already done by PyMODINIT_FUNC.
* Added some diagnostics to help with #19690.Vinay Sajip2013-12-031-1/+12
|
* Closes #19665: Merged fi from 3.3.Vinay Sajip2013-12-031-2/+4
|\
| * Issue #19665: Increased timeout for SMTPHandler test.Vinay Sajip2013-12-031-2/+4
| |
* | Add a test for complex symlinks.Antoine Pitrou2013-12-031-10/+21
| |
* | Issue #19800: make the pickle framing tests more precise.Antoine Pitrou2013-12-031-0/+22
| |
* | Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok.Antoine Pitrou2013-12-031-9/+2
| |
* | asyncio: Improve default writelines().Guido van Rossum2013-12-032-6/+20
| |
* | Issue #19852: move Path._raw_open() around, as it is now a private method.Antoine Pitrou2013-12-021-9/+9
| | | | | | | | Patch by Vajrasky Kok.
* | add check_hostname arg to ssl._create_stdlib_context()Christian Heimes2013-12-022-2/+5
| |
* | Issue #19785: smtplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-022-6/+33
| | | | | | | | indication for TLS/SSL connections.
* | Issue #19783: nntplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-4/+5
| | | | | | | | indication for TLS/SSL connections.
* | Issue #19784: poplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-022-3/+14
| | | | | | | | indication for TLS/SSL connections.
* | Issue #19782: imaplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-022-4/+32
| | | | | | | | indication for TLS/SSL connections.
* | asyncio: replace our with asynchronous in docstringVictor Stinner2013-12-021-1/+1
| |
* | asyncio: document locksVictor Stinner2013-12-021-3/+3
| |
* | Fix #19834: merge with 3.3.Walter Doerwald2013-12-022-0/+136
|\ \ | |/
| * Fix issue #19834: Support unpickling of exceptions pickled by Python 2.Walter Doerwald2013-12-022-0/+136
| |
| * Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-021-0/+21
| | | | | | | | | | 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 nameChristian Heimes2013-12-022-3/+38
| | | | | | | | indication for TLS/SSL connections.
* | Issue #19509: Add SSLContext.check_hostname to match the peer's certificateChristian Heimes2013-12-022-5/+89
| | | | | | | | with server_hostname on handshake.
* | Issue #19754: Fix typo.Alexandre Vassalotti2013-12-021-1/+1
| |
* | Issue #19754: Make pickletools.optimize respect the frame size target.Alexandre Vassalotti2013-12-023-14/+2
| |
* | Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-022-0/+28
| | | | | | | | descriptor 0, 1 or 2 is closed. (correct fix for 3.4 this time)
* | Issue #11480: Merge with 3.3.Alexandre Vassalotti2013-12-012-1/+12
|\ \ | |/
| * Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.Alexandre Vassalotti2013-12-012-1/+12
| | | | | | | | Patch by Daniel Urban.
* | Issue #19842: Refactor BaseSelector to make it an actual usable ABC.Charles-François Natali2013-12-013-47/+86
| |
* | Undo supposed fix for Issue #15798 until I understand why this isGregory P. Smith2013-12-012-25/+1
|\ \ | |/ | | | | | | causing test_multiprocessing_forkserver and test_multiprocessing_spawn failures on head (3.4).
| * Undo supposed fix for Issue #15798 until I understand why this isGregory P. Smith2013-12-012-25/+1
| | | | | | | | | | causing test_multiprocessing_forkserver and test_multiprocessing_spawn failures on head (3.4).
* | Fixes Issue #15798 - subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-012-1/+25
|\ \ | |/ | | | | descriptor 0, 1 or 2 is closed.
| * Fixes Issue #15798 - subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-012-1/+25
| | | | | | | | descriptor 0, 1 or 2 is closed.
* | Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-12-012-1/+19
|\ \ | |/
| * Issue #6477: Added support for pickling the types of built-in singletons.Alexandre Vassalotti2013-12-012-1/+19
| |
* | asyncio: Use Interface instead of ABC. Fixes issue 19726.Guido van Rossum2013-11-303-11/+11
| |
* | Merge with 3.3.Alexandre Vassalotti2013-11-301-18/+22
|\ \ | |/
| * Fixed _pickle.Unpickler to handle empty persistent IDs correctly.Alexandre Vassalotti2013-11-301-18/+22
| |
| * Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-281-12/+8
| |
* | Issue #19728: don't be sensitive to line endingsNick Coghlan2013-11-301-9/+5
| |
* | Issue #19726: actually running 'hg add' helps...Nick Coghlan2013-11-301-0/+30
| |
* | Issue #19728: add private ensurepip._uninstall CLINick Coghlan2013-11-303-18/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | MvL would like to be able to preserve CPython's existing clean uninstall behaviour on Windows before enabling the pip installation option by default. This private CLI means running "python -m ensurepip._uninstall" will remove pip and setuptools before proceeding with the rest of the uninstallation process. If the version of pip differs from the one bootstrapped by CPython, then the uninstallation helper will leave it alone (just like any other pip installed packages)
* | Fix and test pip version consistencyNick Coghlan2013-11-303-2/+4
| |
* | Issue #3693: Fix array obscure error message when given a str.Alexandre Vassalotti2013-11-301-0/+12
| |
* | Issue #19712: Port test.test_importlib.import_ tests to use PEP 451Brett Cannon2013-11-293-16/+68
| | | | | | | | that don't require changing test.test_importlib.util.mock_modules().
* | asyncio: Add 'shield' to __all__.Guido van Rossum2013-11-291-1/+1
| |
* | Issue #19698: Remove exec_module() from the built-in and extensionBrett Cannon2013-11-293-164/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-281-0/+5
|\ \ | |/ | | | | Based on patches by Christian Heimes and Vajrasky Kok
| * Issue #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-281-0/+5
| | | | | | | | Based on patches by Christian Heimes and Vajrasky Kok