Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix formatting in NEWS entry. | R David Murray | 2014-02-25 | 1 | -3/+2 |
| | |||||
* | Issue #20765: Add missing documentation for PurePath.with_name() and ↵ | Antoine Pitrou | 2014-02-25 | 1 | -0/+6 |
| | | | | PurePath.with_suffix(). | ||||
* | Fix wording of NEWS entry. | R David Murray | 2014-02-24 | 1 | -3/+3 |
| | |||||
* | Remove redundant NEWS entry. | R David Murray | 2014-02-24 | 1 | -3/+0 |
| | |||||
* | Fix NEWS entry wording. | R David Murray | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. | Serhiy Storchaka | 2014-02-24 | 1 | -0/+6 |
|\ | | | | | | | Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
| * | Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. | Serhiy Storchaka | 2014-02-24 | 1 | -0/+6 |
| | | | | | | | | Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | | Fix wording in NEWS entry. | R David Murray | 2014-02-24 | 1 | -1/+1 |
| | | |||||
* | | Issue #20743: Fix a reference leak in test_tcl. | Antoine Pitrou | 2014-02-23 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #20743: Fix a reference leak in test_tcl. | Antoine Pitrou | 2014-02-23 | 1 | -0/+2 |
| | | |||||
* | | Fix wording in news entry. | R David Murray | 2014-02-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #20637: Key-sharing now also works for instance dictionaries of ↵ | Antoine Pitrou | 2014-02-23 | 2 | -0/+7 |
| | | | | | | | | subclasses. Patch by Peter Ingebretson. | ||||
* | | Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. | Martin v. Löwis | 2014-02-22 | 1 | -0/+3 |
| | | |||||
* | | Issue #19748: On AIX, time.mktime() now raises an OverflowError for year | Victor Stinner | 2014-02-21 | 1 | -0/+10 |
| | | | | | | | | outsize range [1902; 2037]. | ||||
* | | 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. | ||||
| * | 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 |
| | | |||||
* | | merge heads | Yury Selivanov | 2014-02-19 | 1 | -0/+2 |
|\ \ | |||||
| * | | Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. | Serhiy Storchaka | 2014-02-19 | 1 | -0/+2 |
| | | | |||||
* | | | inspect: Fix getfullargspec() to not to follow __wrapped__ chains | Yury Selivanov | 2014-02-19 | 1 | -0/+4 |
|/ / | | | | | | | Initial patch by Nick Coghlan. | ||||
* | | Fixed grid_columnconfigure() and grid_rowconfigure() methods of | Serhiy Storchaka | 2014-02-19 | 1 | -0/+3 |
|\ \ | |/ | | | | | Tkinter widgets to work in wantobjects=True mode. | ||||
| * | Fixed grid_columnconfigure() and grid_rowconfigure() methods of | Serhiy Storchaka | 2014-02-19 | 1 | -0/+3 |
| | | | | | | | | Tkinter widgets to work in wantobjects=True mode. | ||||
* | | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 1 | -0/+4 |
| | | |||||
* | | (Merge 3.3) Issue #19612: On Windows, subprocess.Popen.communicate() now | Victor Stinner | 2014-02-18 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | ignores OSError(22, 'Invalid argument') when writing input data into stdin, whereas the process already exited. | ||||
| * | Issue #19612: On Windows, subprocess.Popen.communicate() now ignores | Victor Stinner | 2014-02-18 | 1 | -1/+5 |
| | | | | | | | | | | OSError(22, 'Invalid argument') when writing input data into stdin, whereas the process already exited. | ||||
* | | 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 |
|\ \ | |/ | |||||
| * | Issue #20609: Fix building 64-bit binaries on 32-bit Windows. | 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 | -1/+5 |
| | | |||||
* | | Issue #20510: Merge with 3.3. | Zachary Ware | 2014-02-18 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #20510: Rewrote test_exit in test_sys to match existing comments | Zachary Ware | 2014-02-18 | 1 | -0/+4 |
| | | | | | | | | and to modernize. Patch by Gareth Rees. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2014-02-18 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #8478: Untokenizer.compat now processes first token from iterator input. | Terry Jan Reedy | 2014-02-18 | 1 | -0/+3 |
| | | | | | | | | Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees. | ||||
* | | Issue #20320: select.select() and select.kqueue.control() now round the timeout | Victor Stinner | 2014-02-16 | 1 | -0/+3 |
| | | | | | | | | | | | | aways from zero, instead of rounding towards zero. It should make test_asyncio more reliable, especially test_timeout_rounding() test. | ||||
* | | 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 | ||||
* | | Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. | Ned Deily | 2014-02-14 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. | Ned Deily | 2014-02-14 | 1 | -0/+2 |
| | | |||||
* | | 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. | ||||
* | | Issue #6815: os.path.expandvars() now supports non-ASCII environment | Serhiy Storchaka | 2014-02-13 | 1 | -0/+3 |
|\ \ | |/ | | | | | variables names and values. | ||||
| * | Issue #6815: os.path.expandvars() now supports non-ASCII environment | Serhiy Storchaka | 2014-02-13 | 1 | -0/+3 |
| | | | | | | | | variables names and values. | ||||
* | | Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. | Serhiy Storchaka | 2014-02-12 | 1 | -0/+3 |
|\ \ | |/ | | | | | Based on patch by Stephen Tu. | ||||
| * | Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. | Serhiy Storchaka | 2014-02-12 | 1 | -0/+3 |
| | | | | | | | | Based on patch by Stephen Tu. | ||||
* | | merge 3.3 (#20594) | Benjamin Peterson | 2014-02-11 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | avoid name clash with posix_close (closes #20594) | Benjamin Peterson | 2014-02-11 | 1 | -0/+2 |
| | | |||||
* | | remove dynamic initializer lists for c89 compliance (closes #20595) | Benjamin Peterson | 2014-02-11 | 1 | -0/+2 |
| | | |||||
* | | whatsnew: __complex__ may not return float, .so may have multiple python modules | R David Murray | 2014-02-11 | 1 | -3/+3 |
| | | | | | | | | Also a NEWS wording fixup. |