Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19255: The builtins module is restored to initial value before | Serhiy Storchaka | 2014-02-10 | 1 | -0/+3 |
| | | | | cleaning other modules. The sys and builtins modules are cleaned last. | ||||
* | Version bump for Python 3.4.0rc2.v3.4.0rc2 | Larry Hastings | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. | Martin v. Löwis | 2014-02-22 | 1 | -0/+3 |
| | |||||
* | Issue #20710: The pydoc summary line no longer displays the "self" parameter | Larry Hastings | 2014-02-21 | 1 | -0/+3 |
| | | | | | | for bound methods. Previous to this change, it displayed "self" for methods implemented in Python but not methods implemented in C; it is now both internally consistent and consistent with inspect.Signature. | ||||
* | Issue #20221: Removed conflicting (or circular) hypot definition | Zachary Ware | 2014-02-20 | 1 | -0/+3 |
| | | | | when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed. | ||||
* | Misc/NEWS: Add some missing news items re asyncio. | Yury Selivanov | 2014-02-20 | 1 | -0/+19 |
| | |||||
* | inspect: Fix getfullargspec() to not to follow __wrapped__ chains | Yury Selivanov | 2014-02-19 | 1 | -0/+4 |
| | | | | Initial patch by Nick Coghlan. | ||||
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 1 | -0/+4 |
| | |||||
* | Mangle __parameters in __annotations__ dict properly. Issue #20625. | Yury Selivanov | 2014-02-18 | 1 | -0/+3 |
| | |||||
* | Issue #20609: Merge with 3.3. | Zachary Ware | 2014-02-18 | 1 | -0/+6 |
| | |||||
* | Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS. | Yury Selivanov | 2014-02-18 | 1 | -0/+4 |
| | |||||
* | Issue #20616: Add a format() method to tracemalloc.Traceback. | Victor Stinner | 2014-02-16 | 1 | -0/+2 |
| | |||||
* | look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) | Benjamin Peterson | 2014-02-16 | 1 | -0/+3 |
| | |||||
* | Issue #19744: Handle missing SSL/TLS in ensurepip | Nick Coghlan | 2014-02-14 | 1 | -0/+4 |
| | | | | | - now also allows POSIX installation with SSL/TLS missing - a goal for pip 1.6 is to allow local use without SSL/TLS | ||||
* | set line and column numbers for keyword-only arg nodes (closes #20619) | Benjamin Peterson | 2014-02-14 | 1 | -0/+3 |
| | |||||
* | Issue #20526, #19466: Revert changes of issue #19466 which introduces a | Victor Stinner | 2014-02-13 | 1 | -0/+4 |
| | | | | | regression: don't clear anymore the state of Python threads early during the Python shutdown. | ||||
* | merge 3.3 (#20594) | Benjamin Peterson | 2014-02-11 | 1 | -0/+2 |
| | |||||
* | Python 3.4.0rc1: Post-release updates. | Larry Hastings | 2014-02-11 | 1 | -0/+12 |
| | |||||
* | Python 3.4.0rc1: Version bump.v3.4.0rc1 | Larry Hastings | 2014-02-10 | 2 | -2/+2 |
| | |||||
* | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. | Larry Hastings | 2014-02-10 | 1 | -4/+2 |
| | |||||
* | Issue #20530: The signatures for slot builtins have been updated | Larry Hastings | 2014-02-10 | 1 | -0/+3 |
| | | | | to reflect the fact that they only accept positional-only arguments. | ||||
* | Issue #20517: Functions in the os module that accept two filenames | Larry Hastings | 2014-02-10 | 1 | -0/+12 |
| | | | | | | now register both filenames in the exception on failure. This required adding new C API functions allowing OSError exceptions to reference two filenames instead of one. | ||||
* | Issue #20437: Fixed 22 potential bugs when deleting objects references. | Serhiy Storchaka | 2014-02-09 | 1 | -0/+2 |
|\ | |||||
| * | Issue #20437: Fixed 21 potential bugs when deleting objects references. | Serhiy Storchaka | 2014-02-09 | 1 | -0/+2 |
| | | |||||
* | | Issue #20530: Argument Clinic's signature format has been revised again. | Larry Hastings | 2014-02-09 | 1 | -4/+10 |
| | | | | | | | | | | | | | | The new syntax is highly human readable while still preventing false positives. The syntax also extends Python syntax to denote "self" and positional-only parameters, allowing inspect.Signature objects to be totally accurate for all supported builtins in Python 3.4. | ||||
* | | Close #20500: Don't trigger PyObject_Str assertion at shutdown | Nick Coghlan | 2014-02-09 | 1 | -1/+4 |
| | | |||||
* | | Close #20563: Declare ipaddress API stable | Nick Coghlan | 2014-02-08 | 1 | -0/+2 |
| | | |||||
* | | Merge: #14983: always add a line end after a MIME boundary marker. | R David Murray | 2014-02-08 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | #14983: always add a line end after a MIME boundary marker. | R David Murray | 2014-02-08 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | This is more RFC compliant (see issue) and fixes a problem with signature verifiers rejecting the part when signed. There is some amount of backward compatibility concern here since it changes the output, but the RFC issue coupled with fixing the problem with signature verifiers seems worth the small risk of breaking code that depends on the current incorrect output. | ||||
* | | Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a ↵ | Antoine Pitrou | 2014-02-08 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | | | multiprocessing Connection over a TCP socket. For small payloads, Nagle's algorithm would introduce idle delays before the entire transmission of a message. | ||||
| * | Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a ↵ | Antoine Pitrou | 2014-02-08 | 1 | -0/+5 |
| | | | | | | | | | | | | multiprocessing Connection over a TCP socket. For small payloads, Nagle's algorithm would introduce idle delays before the entire transmission of a message. | ||||
* | | Merge: #16983: Apply postel's law to encoded words inside quoted strings. | R David Murray | 2014-02-08 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | #16983: Apply postel's law to encoded words inside quoted strings. | R David Murray | 2014-02-08 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | This applies only to the new parser. The old parser decodes encoded words inside quoted strings already, although it gets the whitespace wrong when it does so. This version of the patch only handles the most common case (a single encoded word surrounded by quotes), but I haven't seen any other variations of this in the wild yet, so its good enough for now. | ||||
* | | Merge #19772: Do not mutate message when downcoding to 7bit. | R David Murray | 2014-02-08 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | #19772: Do not mutate message when downcoding to 7bit. | R David Murray | 2014-02-08 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | This is a bit of an ugly hack because of the way generator pieces together the output message. The deepcopys aren't too expensive, though, because we know it is only called on messages that are not multiparts, and the payload (the thing that could be large) is an immutable object. Test and preliminary work on patch by Vajrasky Kok. | ||||
* | | Issue #20406: Use Python application icons for Idle window title bars. | Terry Jan Reedy | 2014-02-08 | 1 | -0/+3 |
|\ \ | |/ | | | | | Patch mostly by Serhiy Storchaka. | ||||
| * | Issue #20406: Use Python application icons for Idle window title bars. | Terry Jan Reedy | 2014-02-08 | 1 | -0/+3 |
| | | | | | | | | Patch mostly by Serhiy Storchaka. | ||||
* | | Close #20536: correctly handle Decimal exponents in statistics | Nick Coghlan | 2014-02-08 | 1 | -0/+3 |
| | | |||||
* | | Merge #18805 NEWS fix from 3.3 | Nick Coghlan | 2014-02-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix #18805 NEWS entry | Nick Coghlan | 2014-02-08 | 1 | -1/+1 |
| | | |||||
* | | Merge fix for #18805 from 3.3 | Nick Coghlan | 2014-02-08 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #18805: better netmask validation in ipaddress | Nick Coghlan | 2014-02-08 | 1 | -0/+3 |
| | | |||||
* | | Issue #20538: UTF-7 incremental decoder produced inconsistant string when | Serhiy Storchaka | 2014-02-08 | 1 | -0/+3 |
|\ \ | |/ | | | | | input was truncated in BASE64 section. | ||||
| * | Issue #20538: UTF-7 incremental decoder produced inconsistant string when | Serhiy Storchaka | 2014-02-08 | 1 | -0/+3 |
| | | | | | | | | input was truncated in BASE64 section. | ||||
* | | Close #20481: Disallow mixed type input in statistics | Nick Coghlan | 2014-02-08 | 1 | -0/+6 |
| | | | | | | | | | | | | | | The most appropriate coercion rules are not yet clear, so simply disallowing mixed type input for 3.4. (Committed on Steven's behalf) | ||||
* | | Issue #20478: avoid special casing Counter in statistics | Nick Coghlan | 2014-02-08 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | Passing Counter objects to the Counter constructor is special cased, going through iter() firsts ensures they are handled the same way as any other iterable. (Committing on Steven's behalf as I don't believe his SSH key is registered yet) | ||||
* | | More asyncio news. | Guido van Rossum | 2014-02-08 | 1 | -4/+10 |
| | | |||||
* | | Merge: #17369: Improve handling of broken RFC2231 values in get_filename. | R David Murray | 2014-02-07 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | #17369: Improve handling of broken RFC2231 values in get_filename. | R David Murray | 2014-02-07 | 1 | -0/+4 |
| | | | | | | | | This fixes a regression relative to python2. | ||||
| * | #20013: don't raise socket error when selected mailbox deleted. | R David Murray | 2014-02-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | I'm checking this in without a test because not much of this code is tested and I don't have time to work up the necessary extensions to the existing test framework. The patch itself was tested by the person who reported the bug. |