Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 3.4 for porting HOWTO tweaks | Brett Cannon | 2015-02-27 | 1 | -2/+3 |
|\ | |||||
| * | Fix the clarification as to why division cannot be ported automatically | Brett Cannon | 2015-02-27 | 1 | -2/+3 |
| | | |||||
* | | Merge from 3.4. | Larry Hastings | 2015-02-27 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!) | Larry Hastings | 2015-02-27 | 1 | -3/+1 |
| | | |||||
* | | Issue #22834: Drop a redundant comment and use errno instead of an | Brett Cannon | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | | | | | | integer. Thanks to Serhiy Storchaka and Martin Panter for the suggestions. | ||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-02-27 | 1 | -6/+0 |
|\ \ | |/ | |||||
| * | Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport | Victor Stinner | 2015-02-27 | 1 | -6/+0 |
| | | | | | | | | Methods only raise NotImplementedError and are never used. | ||||
* | | Merge 3.4 (httplib) | Victor Stinner | 2015-02-27 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. | Victor Stinner | 2015-02-27 | 2 | -0/+4 |
| | | |||||
* | | Merge with 3.4 | Zachary Ware | 2015-02-27 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix copy/paste error in bytes.isupper() doc. | Zachary Ware | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | | Reported by Jon Colburn on docs@. | ||||
* | | Bump the blocksize up from 62 to 64 to speed up the modulo calculation. | Raymond Hettinger | 2015-02-27 | 2 | -7/+4 |
| | | | | | | | | | | | | | | | | | | Remove the old comment suggesting that it was desireable to have blocksize+2 as a multiple of the cache line length. That would have made sense only if the block structure start point was always aligned to a cache line boundary. However, the memory allocations are 16 byte aligned, so we don't really have control over whether the struct spills across cache line boundaries. | ||||
* | | unix newlines | Benjamin Peterson | 2015-02-27 | 1 | -146/+146 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2015-02-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | remove duplicate 3.4.3 tags | Benjamin Peterson | 2015-02-27 | 1 | -2/+0 |
| | | |||||
| * | Merge 3.4.3 release engineering changes back into 3.4. | Larry Hastings | 2015-02-26 | 89 | -1170/+1275 |
| |\ | |||||
| * | | Post-release changes for 3.4.3. | Larry Hastings | 2015-02-26 | 2 | -1/+13 |
| | | | |||||
| * | | Added tag v3.4.3 for changeset b4cbecbc0781 | Larry Hastings | 2015-02-25 | 1 | -0/+2 |
| | | | |||||
| * | | Checking in this change LOCAL ONLY NO UPLOAD ANYWHEREv3.4.3 | Larry Hastings | 2015-02-25 | 1 | -1/+1 |
| | | | |||||
| * | | Added tag v3.4.3 for changeset 9b73f1c3e601 | Larry Hastings | 2015-02-23 | 1 | -0/+1 |
| | | | |||||
| * | | Release bump for 3.4.3 final. | Larry Hastings | 2015-02-23 | 6 | -21/+9 |
| | | | |||||
| * | | Doc updates for 3.4.3 final. | Larry Hastings | 2015-02-23 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual ↵ | Steve Dower | 2015-02-26 | 4 | -4/+73 |
| | | | | | | | | | | | | environments (patch by Paul Moore) | ||||
* | | | Silenced minor GCC warnings. | Serhiy Storchaka | 2015-02-26 | 4 | -3/+18 |
| | | | |||||
* | | | Issue #15955: Add an option to limit the output size in bz2.decompress(). | Antoine Pitrou | 2015-02-26 | 5 | -78/+360 |
| | | | | | | | | | | | | Patch by Nikolaus Rath. | ||||
* | | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-26 | 1 | -3/+11 |
|\ \ \ | | |/ | |/| | |||||
| * | | asyncio doc: lock classes are not thread safe | Victor Stinner | 2015-02-26 | 1 | -3/+11 |
| | | | |||||
* | | | Back-out wcstok deprecation suppression and updates calls to use wcstok_s. | Steve Dower | 2015-02-26 | 3 | -7/+8 |
| | | | |||||
* | | | Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok. | Steve Dower | 2015-02-26 | 1 | -1/+1 |
| | | | |||||
* | | | merge 3.4 | Benjamin Peterson | 2015-02-25 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | remove unused import | Benjamin Peterson | 2015-02-25 | 1 | -1/+0 |
| | | | |||||
* | | | Issue #23511: Port email-simple.py to Python 3. | Berker Peksag | 2015-02-25 | 4 | -10/+10 |
|\ \ \ | |/ / | | | | | | | | | | | | | Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon. | ||||
| * | | Issue #23511: Port email-simple.py to Python 3. | Berker Peksag | 2015-02-25 | 4 | -10/+10 |
| | | | | | | | | | | | | | | | | | | Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon. | ||||
* | | | merge 3.4 (#23515) | Benjamin Peterson | 2015-02-25 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | fix merge_collapse to actually maintain the invariant it purports to (closes ↵ | Benjamin Peterson | 2015-02-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | #23515) See de Gouw, Stijn and Rot, Jurriaan and de Boer, Frank S and Bubel, Richard and Hähnle, Reiner "OpenJDK’s java.utils.Collection.sort() is broken: The good, the bad and the worst case" | ||||
* | | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-25 | 8 | -166/+201 |
|\ \ \ | |/ / | |||||
| * | | asyncio: add a note about (non) thread safety in each class | Victor Stinner | 2015-02-25 | 6 | -0/+22 |
| | | | |||||
| * | | asyncio doc: begin with warnings on asyncio traps | Victor Stinner | 2015-02-25 | 1 | -0/+5 |
| | | | |||||
| * | | asyncio doc: move queues to a new page | Victor Stinner | 2015-02-25 | 3 | -166/+174 |
| | | | |||||
* | | | Merge with 3.4 | Georg Brandl | 2015-02-25 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Remove unsupported (in latex) character from the source. | Georg Brandl | 2015-02-25 | 1 | -1/+1 |
| | | | |||||
* | | | Issue 23314: SuppressCrashReports now disables CRT assertions | Steve Dower | 2015-02-23 | 2 | -15/+44 |
| | | | | | | | | | | | | SuppressCrashReports should be used in test subprocesses that test invalid conditions. | ||||
* | | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-23 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | asyncio doc: close explicitly event loops | Victor Stinner | 2015-02-23 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #23499: Fix grammar error noticed by SilentGhost | Ned Deily | 2015-02-23 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #23499: Fix grammar error noticed by SilentGhost | Ned Deily | 2015-02-23 | 1 | -2/+2 |
| | | | |||||
* | | | Broke reference loops in tests added in issue #5700. | Serhiy Storchaka | 2015-02-22 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Broke reference loops in tests added in issue #5700. | Serhiy Storchaka | 2015-02-22 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #23152: Move declarations back to posixmodule.c. | Serhiy Storchaka | 2015-02-22 | 2 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | Declarations of Windows-specific auxilary functions need Windows types from windows.h. Instead of including windows.h in Python.h and making it available to all Windows users, it is simpler and safer just move declarations to the single file that needs them. | ||||
* | | | Issue #23152: Move declaration into a header and exclude from stable API. | Serhiy Storchaka | 2015-02-22 | 2 | -9/+6 |
| | | |