summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merge headsMartin v. Löwis2014-02-281-0/+3
|\
| * Merge with 3.3Martin v. Löwis2014-02-281-0/+3
| |\
| | * Issue #20731: Properly position in source code files even if theyMartin v. Löwis2014-02-281-0/+3
| | * Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes o...Antoine Pitrou2014-02-271-0/+3
| | * Mention issue 20621 fix in the NEWS file for 3.3.5rc1.Gregory P. Smith2014-02-261-0/+4
| | * Issue #19619: Blacklist non-text codecs in method APISerhiy Storchaka2014-02-241-0/+6
* | | Close #20568: install unversioned pip command on WindowsNick Coghlan2014-02-281-0/+3
* | | Close #20757: return success for skipped pip uninstallNick Coghlan2014-02-281-0/+7
|/ /
* | Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes o...Antoine Pitrou2014-02-271-0/+3
* | Fix formatting in NEWS entry.R David Murray2014-02-251-3/+2
* | Issue #20765: Add missing documentation for PurePath.with_name() and PurePath...Antoine Pitrou2014-02-251-0/+6
* | Fix wording of NEWS entry.R David Murray2014-02-241-3/+3
* | Remove redundant NEWS entry.R David Murray2014-02-241-3/+0
* | Fix NEWS entry wording.R David Murray2014-02-241-1/+1
* | Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.Serhiy Storchaka2014-02-241-0/+6
|\ \ | |/
| * Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.Serhiy Storchaka2014-02-241-0/+6
* | Fix wording in NEWS entry.R David Murray2014-02-241-1/+1
* | Issue #20743: Fix a reference leak in test_tcl.Antoine Pitrou2014-02-231-0/+5
|\ \ | |/
| * Issue #20743: Fix a reference leak in test_tcl.Antoine Pitrou2014-02-231-0/+2
* | Fix wording in news entry.R David Murray2014-02-231-1/+1
* | Issue #20637: Key-sharing now also works for instance dictionaries of subclas...Antoine Pitrou2014-02-232-0/+7
* | Issue #20641: Run custom actions with the NoImpersonate flag to support UAC.Martin v. Löwis2014-02-221-0/+3
* | Issue #19748: On AIX, time.mktime() now raises an OverflowError for yearVictor Stinner2014-02-211-0/+10
* | Issue #20710: The pydoc summary line no longer displays the "self" parameterLarry Hastings2014-02-211-0/+3
* | Issue #20221: Removed conflicting (or circular) hypot definitionZachary Ware2014-02-201-0/+3
|\ \ | |/
| * Issue #20221: Removed conflicting (or circular) hypot definitionZachary Ware2014-02-201-0/+3
* | Misc/NEWS: Add some missing news items re asyncio.Yury Selivanov2014-02-201-0/+19
* | merge headsYury Selivanov2014-02-191-0/+2
|\ \
| * | Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok.Serhiy Storchaka2014-02-191-0/+2
* | | inspect: Fix getfullargspec() to not to follow __wrapped__ chainsYury Selivanov2014-02-191-0/+4
|/ /
* | Fixed grid_columnconfigure() and grid_rowconfigure() methods ofSerhiy Storchaka2014-02-191-0/+3
|\ \ | |/
| * Fixed grid_columnconfigure() and grid_rowconfigure() methods ofSerhiy Storchaka2014-02-191-0/+3
* | asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-0/+4
* | (Merge 3.3) Issue #19612: On Windows, subprocess.Popen.communicate() nowVictor Stinner2014-02-181-0/+4
|\ \ | |/
| * Issue #19612: On Windows, subprocess.Popen.communicate() now ignoresVictor Stinner2014-02-181-1/+5
* | Mangle __parameters in __annotations__ dict properly. Issue #20625.Yury Selivanov2014-02-181-0/+3
* | Issue #20609: Merge with 3.3.Zachary Ware2014-02-181-0/+6
|\ \ | |/
| * Issue #20609: Fix building 64-bit binaries on 32-bit Windows.Zachary Ware2014-02-181-0/+6
* | Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS.Yury Selivanov2014-02-181-1/+5
* | Issue #20510: Merge with 3.3.Zachary Ware2014-02-181-0/+4
|\ \ | |/
| * Issue #20510: Rewrote test_exit in test_sys to match existing commentsZachary Ware2014-02-181-0/+4
* | Merge with 3.3Terry Jan Reedy2014-02-181-0/+3
|\ \ | |/
| * Issue #8478: Untokenizer.compat now processes first token from iterator input.Terry Jan Reedy2014-02-181-0/+3
* | Issue #20320: select.select() and select.kqueue.control() now round the timeoutVictor Stinner2014-02-161-0/+3
* | Issue #20616: Add a format() method to tracemalloc.Traceback.Victor Stinner2014-02-161-0/+2
* | look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251)Benjamin Peterson2014-02-161-0/+3
* | Issue #19744: Handle missing SSL/TLS in ensurepipNick Coghlan2014-02-141-0/+4
* | Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.Ned Deily2014-02-141-0/+5
|\ \ | |/
| * Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.Ned Deily2014-02-141-0/+2
* | set line and column numbers for keyword-only arg nodes (closes #20619)Benjamin Peterson2014-02-141-0/+3