Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whatsnew: linkify some pip things, and explain why non-inheriting is good. | R David Murray | 2014-03-13 | 3 | -9/+20 |
| | |||||
* | Remove references to make targets deleted in eef7899ea7ab | Éric Araujo | 2014-03-13 | 1 | -3/+2 |
| | |||||
* | Clarify distutils’ clean command (ref #6142) | Éric Araujo | 2014-03-13 | 2 | -1/+7 |
|\ | |||||
| * | Clarify distutils’ clean command (ref #6142) | Éric Araujo | 2014-03-13 | 2 | -1/+7 |
| | | |||||
* | | Issue #19407: Fix typos in new distribution & installation guides. | Ned Deily | 2014-03-13 | 2 | -2/+1 |
| | | | | | | | | Also applies to cherry pick Issue #20909. | ||||
* | | whatsnew: remove 'draft' note, tidy up summary, collect SSLContext stuff. | R David Murray | 2014-03-13 | 1 | -37/+33 |
| | | | | | | | | | | | | | | Since Victor linked to it in a block, it seems to make sense to have all the SSLContext changes next to each other. I also sorted all the SSL security enhancements next to each other in the security enhancements summary. | ||||
* | | Issue #20908: PyMem_Malloc() must be used with PyMem_Free(), not with free() | Victor Stinner | 2014-03-13 | 1 | -2/+2 |
| | | |||||
* | | MERGE: Closes #20908: Memory leak in Reg2Py() | Jesus Cea | 2014-03-13 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Closes #20908: Memory leak in Reg2Py() | Jesus Cea | 2014-03-13 | 1 | -1/+4 |
| | | |||||
* | | whatsnew: collections no longer implicitly imports 'abc' (#20784). | R David Murray | 2014-03-13 | 1 | -0/+7 |
| | | |||||
* | | whatsnew: HTTPError.headers (#15701). | R David Murray | 2014-03-13 | 2 | -1/+6 |
| | | |||||
* | | whatsnew: make it clear I'm the editor, not author of all text. | R David Murray | 2014-03-13 | 1 | -1/+1 |
| | | |||||
* | | whatsnew: fix unittest subtest example. | R David Murray | 2014-03-12 | 1 | -1/+1 |
| | | |||||
* | | What's New in Python 3.4: more security changes | Victor Stinner | 2014-03-13 | 1 | -0/+6 |
| | | |||||
* | | Issue #19407: fix link | Nick Coghlan | 2014-03-13 | 2 | -2/+2 |
| | | |||||
* | | Close #19407: New installation & distribution guides | Nick Coghlan | 2014-03-13 | 15 | -32/+459 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - based on pip and other PyPA tools - includes references to the new Python Packaging User Guide where appropriate (and the relevant section is at least partially filled in) - started new FAQ sections - both guides aim to introduce users to basic open source concepts if they aren't aware of them - existing guides have been relocated (now linked from the distutils docs) rather then removed, since there is some needed material that has yet to be relocated to the distutils docs as a reference for the legacy formats | ||||
* | | Merge heads | Éric Araujo | 2014-03-13 | 4 | -19/+52 |
|\ \ | |||||
| * \ | Merge 3.3 (#11599) | Éric Araujo | 2014-03-13 | 4 | -19/+52 |
| |\ \ | | |/ | |||||
| | * | Make distutils error messages more helpful (#11599). | Éric Araujo | 2014-03-13 | 4 | -22/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running external programs such as a C compiler and getting an error code, distutils only prints the program name. With this change, one can get the full command line by setting the DISTUTILS_DEBUG environment variable. This should have no compatibility issues, unless there are tools that depend on the exact format of distutils debug messages. | ||||
* | | | asyncio doc: functions are coroutine, they don't return a coroutine | Victor Stinner | 2014-03-13 | 3 | -4/+4 |
|/ / | | | | | | | It's not exact, but easier to understand. | ||||
* | | Close #20889: asyncio doc: Document acquire(), locked() and release() method of | Victor Stinner | 2014-03-13 | 1 | -1/+26 |
| | | | | | | | | Condition | ||||
* | | Close #20787: asyncio doc: fix typo. Patch written by akira. | Victor Stinner | 2014-03-13 | 1 | -1/+1 |
| | | |||||
* | | merge 3.3 (#20901) | Benjamin Peterson | 2014-03-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | weaken callback count inequality (closes #20901) | Benjamin Peterson | 2014-03-13 | 1 | -1/+1 |
| | | |||||
* | | merge 3.3 (#19060) | Benjamin Peterson | 2014-03-13 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | remove unnecessary word (closes #19060) | Benjamin Peterson | 2014-03-13 | 2 | -2/+2 |
| | | | | | | | | Patch by Anastasia Filatova. | ||||
* | | Merge 3.3 (#16805) | Éric Araujo | 2014-03-12 | 13 | -6/+28 |
|\ \ | |/ | |||||
| * | Fix note markup (#16805). | Éric Araujo | 2014-03-12 | 13 | -6/+28 |
| | | | | | | | | Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl. | ||||
* | | merge 3.3 (#20896) | Benjamin Peterson | 2014-03-12 | 1 | -3/+8 |
|\ \ | |/ | |||||
| * | merge 3.2 (#20896) | Benjamin Peterson | 2014-03-12 | 1 | -3/+8 |
| |\ | |||||
| | * | use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) | Benjamin Peterson | 2014-03-12 | 1 | -3/+8 |
| | | | |||||
* | | | merge 3.3 | Benjamin Peterson | 2014-03-12 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | add Sean Rodman | Benjamin Peterson | 2014-03-12 | 1 | -0/+1 |
| | | | |||||
* | | | merge 3.3 (#19614) | Benjamin Peterson | 2014-03-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | use support.rmtree instead of shutil (closes #19614) | Benjamin Peterson | 2014-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Patch by Sean Rodman. | ||||
* | | | Backed out changeset c13398566409 | Benjamin Peterson | 2014-03-12 | 1 | -4/+3 |
| | | | |||||
* | | | Issue #20896: Workaround the bug temporarely to fix buildbots | Victor Stinner | 2014-03-12 | 1 | -3/+4 |
| | | | |||||
* | | | Merge 3.3 (#4931) | Éric Araujo | 2014-03-12 | 6 | -38/+20 |
|\ \ \ | |/ / | |||||
| * | | Avoid “error: None” messages from distutils (#4931). | Éric Araujo | 2014-03-12 | 6 | -38/+20 |
| | | | | | | | | | | | | Thanks to Amaury Forgeot d’Arc and Philip J. Eby. | ||||
* | | | whatsnew: spelling errors. | R David Murray | 2014-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | | Corrections from Jim Jewett in #19861. | ||||
* | | | Merge #20030: doc that TestLoader.discover returns a TestSuite. | R David Murray | 2014-03-11 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | #20030: doc that TestLoader.discover returns a TestSuite. | R David Murray | 2014-03-11 | 1 | -5/+5 |
| | | | | | | | | | | | | Patch by Lita Cho. | ||||
* | | | merge 3.3 | Benjamin Peterson | 2014-03-11 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | improve algorithms_* documentation | Benjamin Peterson | 2014-03-11 | 1 | -6/+6 |
| | | | |||||
* | | | whatsnew: doctest finds tests in extension modules (#3158) | R David Murray | 2014-03-11 | 1 | -0/+8 |
| | | | | | | | | | | | | #19861 msg213159 | ||||
* | | | merge 3.3 (closes #20892) | Benjamin Peterson | 2014-03-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | fix typo (closes #20892) | Benjamin Peterson | 2014-03-11 | 1 | -1/+1 |
| | | | |||||
* | | | whatsnew: mention that upgrading PIP means it doesn't get unistalled. | R David Murray | 2014-03-11 | 1 | -3/+5 |
| | | | | | | | | | | | | #19861 msg213156. | ||||
* | | | whatsnew: summary section tweaks. | R David Murray | 2014-03-11 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | Removed an entry made redundant by the new security section, Moved 'marshal' to the section on features other platforms will need to support, and mention that 'help' is improved by the inspect/pydoc changes (#19561 msg213153). | ||||
* | | | Issue #19157: Include the broadcast address in the usuable hosts for IPv6 | Peter Moody | 2014-03-11 | 2 | -0/+15 |
| | | | | | | | | | | | | in ipaddress. |