summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix #19834: merge with 3.3.Walter Doerwald2013-12-02660-16817/+65303
|\
| * Issue #19781: ftplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-022-3/+38
| * Issue #19509: Add SSLContext.check_hostname to match the peer's certificateChristian Heimes2013-12-022-5/+89
| * Issue #19754: Fix typo.Alexandre Vassalotti2013-12-011-1/+1
| * Issue #19754: Make pickletools.optimize respect the frame size target.Alexandre Vassalotti2013-12-013-14/+2
| * Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-012-0/+28
| * Issue #11480: Merge with 3.3.Alexandre Vassalotti2013-12-01661-16814/+65186
| |\
| | * 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-01661-16814/+65147
| | |\
| | | * Fixes Issue #15798 - subprocess.Popen() no longer fails if fileGregory P. Smith2013-11-30661-16814/+65147
| | | |\
| | | | * Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-11-302-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
| | | | |\ \
| | | | * | | 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
| | | | * | | 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-291-0/+12
| | | | * | | Issue #19712: Port test.test_importlib.import_ tests to use PEP 451Brett Cannon2013-11-293-16/+68
| | | | * | | 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
| | | | * | | Issue #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-281-0/+5
| | | | |\ \ \
| | | | * | | | ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIMEChristian Heimes2013-11-281-0/+2
| | | | * | | | Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-271-12/+8
| | | | * | | | asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() acce...Guido van Rossum2013-11-272-78/+207
| | | | * | | | Closes #19786: tracemalloc, remove the arbitrary limit of 100 framesVictor Stinner2013-11-271-6/+6
| | | | * | | | Close #19798: replace "maximum" term with "peak" in get_traced_memory()Victor Stinner2013-11-271-7/+7
| | | | * | | | asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop....Guido van Rossum2013-11-272-1/+17
| | | | * | | | Skip test_find_mac on Windows (issue #19804).Serhiy Storchaka2013-11-27660-16816/+64907
| | | | |\ \ \ \
| | | | | * \ \ \ merge 3.3 (#19729)Benjamin Peterson2013-11-26660-16816/+64907
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge headsZachary Ware2013-11-261-6/+6
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ Issue #19588: Merge with 3.3Zachary Ware2013-11-26660-16816/+64906
| | | | | | | |\ \ \ \
| | | | | | * | \ \ \ \ Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-26660-16816/+64906
| | | | | | |\ \ \ \ \ \ | | | | | | | | |/ / / / | | | | | | | |/| | | |
| | | | | | | * | | | | Use @bigmemtest more accurately.Mark Dickinson2013-11-26660-16816/+64906
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-262-22/+64
| | | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ \ Issue #19638: Merge from 3.3Mark Dickinson2013-11-26659-16815/+64905
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.Serhiy Storchaka2013-11-264-8/+10
| | | | | | | | | * | | | | | tracemalloc: Fix hash methods of Statistic and StatisticDiffVictor Stinner2013-11-261-4/+3
| | | | | | | | | * | | | | | Fix suspicious test caseChristian Heimes2013-11-261-2/+2
| | | | | | | | | * | | | | | Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)Victor Stinner2013-11-261-4/+0
| | | | | | | | | * | | | | | asyncio: Add StreamReaderProtocol to __all__.Guido van Rossum2013-11-251-1/+1
| | | | | | | | | * | | | | | Issue #19742: fix a test_pathlib failure when a file owner or group isn't in ...Antoine Pitrou2013-11-251-2/+10
| | | | | | | | | * | | | | | asyncio: Hopeful fix for issue 19765.Guido van Rossum2013-11-251-0/+1
| | | | | | | | | * | | | | | asyncio: Change mock pipe to mock socket. Hope to fix issue 19750.Guido van Rossum2013-11-251-1/+1
| | | | | | | | | * | | | | | Issue #19753: New try to fix test_gdb on System Z buildbotVictor Stinner2013-11-251-0/+2
| | | | | | | | | * | | | | | Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok.Victor Stinner2013-11-251-4/+2
| | | | | | | | | * | | | | | asyncio: Fix docstring of get_nowait().Guido van Rossum2013-11-241-1/+1
| | | | | | | | | * | | | | | asyncio: Add BoundedSemaphore to export list in locks.__all__.Guido van Rossum2013-11-241-1/+1
| | | | | | | | | * | | | | | #19620: merge with 3.3.Ezio Melotti2013-11-252-3/+3
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | | Issue #19758: silence PendingDeprecationWarnings in test_hmacChristian Heimes2013-11-241-14/+33