summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #19255: The builtins module is restored to initial value beforeSerhiy Storchaka2014-02-101-0/+3
* Version bump for Python 3.4.0rc2.v3.4.0rc2Larry Hastings2014-02-231-1/+1
* Issue #20641: Run custom actions with the NoImpersonate flag to support UAC.Martin v. Löwis2014-02-221-0/+3
* 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
* Misc/NEWS: Add some missing news items re asyncio.Yury Selivanov2014-02-201-0/+19
* inspect: Fix getfullargspec() to not to follow __wrapped__ chainsYury Selivanov2014-02-191-0/+4
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-0/+4
* 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
* Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS.Yury Selivanov2014-02-181-0/+4
* 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
* set line and column numbers for keyword-only arg nodes (closes #20619)Benjamin Peterson2014-02-141-0/+3
* Issue #20526, #19466: Revert changes of issue #19466 which introduces aVictor Stinner2014-02-131-0/+4
* merge 3.3 (#20594)Benjamin Peterson2014-02-111-0/+2
* Python 3.4.0rc1: Post-release updates.Larry Hastings2014-02-111-0/+12
* Python 3.4.0rc1: Version bump.v3.4.0rc1Larry Hastings2014-02-102-2/+2
* Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.Larry Hastings2014-02-101-4/+2
* Issue #20530: The signatures for slot builtins have been updatedLarry Hastings2014-02-101-0/+3
* Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-101-0/+12
* Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-0/+2
|\
| * Issue #20437: Fixed 21 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-0/+2
* | Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-091-4/+10
* | Close #20500: Don't trigger PyObject_Str assertion at shutdownNick Coghlan2014-02-091-1/+4
* | Close #20563: Declare ipaddress API stableNick Coghlan2014-02-081-0/+2
* | Merge: #14983: always add a line end after a MIME boundary marker.R David Murray2014-02-081-0/+4
|\ \ | |/
| * #14983: always add a line end after a MIME boundary marker.R David Murray2014-02-081-0/+4
* | Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...Antoine Pitrou2014-02-081-0/+5
|\ \ | |/
| * Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...Antoine Pitrou2014-02-081-0/+5
* | Merge: #16983: Apply postel's law to encoded words inside quoted strings.R David Murray2014-02-081-0/+3
|\ \ | |/
| * #16983: Apply postel's law to encoded words inside quoted strings.R David Murray2014-02-081-0/+3
* | Merge #19772: Do not mutate message when downcoding to 7bit.R David Murray2014-02-081-0/+3
|\ \ | |/
| * #19772: Do not mutate message when downcoding to 7bit.R David Murray2014-02-081-0/+3
* | Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-081-0/+3
|\ \ | |/
| * Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-081-0/+3
* | Close #20536: correctly handle Decimal exponents in statisticsNick Coghlan2014-02-081-0/+3
* | Merge #18805 NEWS fix from 3.3Nick Coghlan2014-02-081-1/+1
|\ \ | |/
| * Fix #18805 NEWS entryNick Coghlan2014-02-081-1/+1
* | Merge fix for #18805 from 3.3Nick Coghlan2014-02-081-0/+3
|\ \ | |/
| * Issue #18805: better netmask validation in ipaddressNick Coghlan2014-02-081-0/+3
* | Issue #20538: UTF-7 incremental decoder produced inconsistant string whenSerhiy Storchaka2014-02-081-0/+3
|\ \ | |/
| * Issue #20538: UTF-7 incremental decoder produced inconsistant string whenSerhiy Storchaka2014-02-081-0/+3
* | Close #20481: Disallow mixed type input in statisticsNick Coghlan2014-02-081-0/+6
* | Issue #20478: avoid special casing Counter in statisticsNick Coghlan2014-02-081-0/+3
* | More asyncio news.Guido van Rossum2014-02-081-4/+10
* | Merge: #17369: Improve handling of broken RFC2231 values in get_filename.R David Murray2014-02-071-0/+4
|\ \ | |/
| * #17369: Improve handling of broken RFC2231 values in get_filename.R David Murray2014-02-071-0/+4
| * #20013: don't raise socket error when selected mailbox deleted.R David Murray2014-02-071-0/+4