Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from 3.3. | Stefan Krah | 2013-12-12 | 1 | -7/+7 |
|\ | |||||
| * | Do not discard const qualifier without a reason. | Stefan Krah | 2013-12-12 | 1 | -7/+7 |
| | | |||||
* | | Merge fix from 3.3 | Zachary Ware | 2013-12-12 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Avoid UnicodeEncodeError by only printing ASCII. | Zachary Ware | 2013-12-12 | 1 | -2/+2 |
| | | | | | | | | | | This fixes running test_decimal in verbose mode on Windows, which I broke in issue #19572. | ||||
* | | Add a sequence diagram for the chained coroutines example | Victor Stinner | 2013-12-12 | 3 | -1/+10 |
| | | |||||
* | | Properly filter some recent additions in the Windows build files. | Zachary Ware | 2013-12-11 | 3 | -2/+44 |
| | | |||||
* | | Null merge with 3.3. | Zachary Ware | 2013-12-11 | 0 | -0/+0 |
|\ \ | |/ | | | | | | | There are enough new things to make the merge harder than making the change in VS, and there are other things to add filters for in 3.4. | ||||
| * | Filter namespaceobject's files properly in the pythoncore VS project. | Zachary Ware | 2013-12-11 | 1 | -2/+6 |
| | | |||||
* | | Issue #19828: Merge with 3.3 | Zachary Ware | 2013-12-11 | 2 | -9/+10 |
|\ \ | |/ | |||||
| * | Issue #19828: Fixed test_site when the whole suite is run with -S. | Zachary Ware | 2013-12-11 | 2 | -9/+10 |
| | | | | | | | | Also, cleaned up an unused import. | ||||
* | | #19063: fix set_payload handling of non-ASCII string input. | R David Murray | 2013-12-11 | 6 | -38/+85 |
| | | | | | | | | | | This version of the fix raises an error instead of accepting the invalid input (ie: if a non-ASCII string is used but no charset is specified). | ||||
* | | Null merge for #19063 (3.4 fix is different). | R David Murray | 2013-12-11 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | #19063: partially fix set_payload handling of non-ASCII string input. | R David Murray | 2013-12-11 | 4 | -11/+63 |
| | | | | | | | | | | | | This is a backward compatible partial fix, the complete fix requires raising an error instead of accepting the invalid input, so the real fix is only suitable for 3.4. | ||||
* | | Issue #17576: Deprecation warning emitted now when __int__() or __index__() | Serhiy Storchaka | 2013-12-11 | 7 | -186/+312 |
|\ \ | |/ | | | | | | | return not int instance. Introduced _PyLong_FromNbInt() and refactored PyLong_As*() functions. | ||||
| * | Issue #17576: Deprecation warning emitted now when __int__() or __index__() | Serhiy Storchaka | 2013-12-11 | 7 | -186/+312 |
| | | | | | | | | | | return not int instance. Introduced _PyLong_FromNbInt() and refactored PyLong_As*() functions. | ||||
* | | Issue #18864: Add a setter for ModuleSpec.has_location. | Eric Snow | 2013-12-11 | 5 | -2910/+2932 |
| | | |||||
* | | null merge (3.4 doesn't need this fix) | Gregory P. Smith | 2013-12-11 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the | Gregory P. Smith | 2013-12-11 | 2 | -2/+9 |
| | | | | | | | | | | | | fix to Issue #14635 in Python 3.3.0 to be interpreted as milliseconds instead of seconds when the platform supports select.poll (ie: everywhere). It is now treated as seconds once again. | ||||
* | | Issue #18270: merge from 3.3 | Ned Deily | 2013-12-11 | 2 | -12/+18 |
|\ \ | |/ | |||||
| * | Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial | Ned Deily | 2013-12-11 | 2 | -12/+18 |
| | | | | | | | | shell window is present. (Original patch by Terry Reedy) | ||||
* | | Issue #19928: Fix test on Windows | Zachary Ware | 2013-12-10 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #19928: Fix test on Windows | Zachary Ware | 2013-12-10 | 1 | -2/+2 |
| | | |||||
* | | #19943: merge with 3.3. | Ezio Melotti | 2013-12-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #19943: fix typo noticed by Jakub Wilk. | Ezio Melotti | 2013-12-10 | 1 | -1/+1 |
| | | |||||
* | | Remove commented out debugging code (remnants of issue #18996). | Serhiy Storchaka | 2013-12-10 | 1 | -2/+0 |
| | | |||||
* | | Issue #19407: merge PPUG notes from 3.3 | Nick Coghlan | 2013-12-10 | 3 | -5/+32 |
|\ \ | |/ | |||||
| * | Issue #19407: add Python Packaging User Guide notes | Nick Coghlan | 2013-12-10 | 3 | -5/+32 |
| | | | | | | | | | | | | | | | | | | | | The stdlib docs for package distribution and building extensions are rather dated, and that isn't expected to change for 2.7 and 3.3. The Python Packaging User Guide isn't complete either, but it's already a much better road map for new users than the existing stdlib docs. | ||||
* | | asyncio doc: simplify task example | Victor Stinner | 2013-12-10 | 1 | -4/+4 |
| | | |||||
* | | asyncio doc: don't document Task.cancel(), already documented in Future.cancel() | Victor Stinner | 2013-12-10 | 1 | -4/+0 |
| | | |||||
* | | asyncio: document Task.current_task() | Victor Stinner | 2013-12-10 | 1 | -0/+8 |
| | | |||||
* | | Issue #19928: Implemented a test for repr() of cell objects. | Serhiy Storchaka | 2013-12-10 | 2 | -3/+11 |
|\ \ | |/ | |||||
| * | Issue #19928: Implemented a test for repr() of cell objects. | Serhiy Storchaka | 2013-12-10 | 2 | -3/+11 |
| | | |||||
* | | Issue #19481: print() of string subclass instance in IDLE no more hangs. | Serhiy Storchaka | 2013-12-10 | 2 | -2/+10 |
|\ \ | |/ | |||||
| * | Issue #19481: print() of string subclass instance in IDLE no more hangs. | Serhiy Storchaka | 2013-12-10 | 2 | -2/+10 |
| | | |||||
* | | Remove commented-out module spec test code and an out-of-date note. | Eric Snow | 2013-12-10 | 1 | -10/+0 |
| | | |||||
* | | Issue 19851: Fix a regression in reloading submodules. | Eric Snow | 2013-12-10 | 3 | -4/+81 |
| | | |||||
* | | asyncio: don't document private functions | Victor Stinner | 2013-12-10 | 1 | -8/+0 |
| | | |||||
* | | asyncio: fix 2nd task example | Victor Stinner | 2013-12-10 | 1 | -16/+16 |
| | | |||||
* | | asyncio doc: rewrite the callback hello world to use call_soon() instead of a | Victor Stinner | 2013-12-10 | 1 | -1/+1 |
| | | | | | | | | direct call. | ||||
* | | assyncio doc: rewrite, improve and move coroutine, Future and Task examples | Victor Stinner | 2013-12-10 | 1 | -142/+152 |
| | | |||||
* | | (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in ↵ | Victor Stinner | 2013-12-10 | 2 | -4/+6 |
|\ \ | |/ | | | | | function prototypes. | ||||
| * | Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. | Victor Stinner | 2013-12-10 | 2 | -4/+6 |
| | | |||||
* | | Fix typo. | Stefan Krah | 2013-12-09 | 1 | -1/+1 |
| | | |||||
* | | Fix whitespace. | Stefan Krah | 2013-12-09 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.3. | Stefan Krah | 2013-12-09 | 36 | -36/+69 |
|\ \ | |/ | |||||
| * | Add libmpdec license. | Stefan Krah | 2013-12-08 | 1 | -0/+33 |
| | | |||||
| * | Fix two typos. | Stefan Krah | 2013-12-08 | 2 | -2/+2 |
| | | |||||
| * | Missed one copyright. | Stefan Krah | 2013-12-08 | 1 | -1/+1 |
| | | |||||
| * | Update copyright. The four year increment is intentional (to save work). | Stefan Krah | 2013-12-08 | 33 | -33/+33 |
| | | |||||
* | | Issue #15475: Add __sizeof__ implementations for itertools objects. | Serhiy Storchaka | 2013-12-09 | 3 | -1/+95 |
| | |