summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* whatsnew: linkify some pip things, and explain why non-inheriting is good.R David Murray2014-03-133-9/+20
|
* Remove references to make targets deleted in eef7899ea7abÉric Araujo2014-03-131-3/+2
|
* Clarify distutils’ clean command (ref #6142)Éric Araujo2014-03-132-1/+7
|\
| * Clarify distutils’ clean command (ref #6142)Éric Araujo2014-03-132-1/+7
| |
* | Issue #19407: Fix typos in new distribution & installation guides.Ned Deily2014-03-132-2/+1
| | | | | | | | Also applies to cherry pick Issue #20909.
* | whatsnew: remove 'draft' note, tidy up summary, collect SSLContext stuff.R David Murray2014-03-131-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 Stinner2014-03-131-2/+2
| |
* | MERGE: Closes #20908: Memory leak in Reg2Py()Jesus Cea2014-03-131-1/+4
|\ \ | |/
| * Closes #20908: Memory leak in Reg2Py()Jesus Cea2014-03-131-1/+4
| |
* | whatsnew: collections no longer implicitly imports 'abc' (#20784).R David Murray2014-03-131-0/+7
| |
* | whatsnew: HTTPError.headers (#15701).R David Murray2014-03-132-1/+6
| |
* | whatsnew: make it clear I'm the editor, not author of all text.R David Murray2014-03-131-1/+1
| |
* | whatsnew: fix unittest subtest example.R David Murray2014-03-121-1/+1
| |
* | What's New in Python 3.4: more security changesVictor Stinner2014-03-131-0/+6
| |
* | Issue #19407: fix linkNick Coghlan2014-03-132-2/+2
| |
* | Close #19407: New installation & distribution guidesNick Coghlan2014-03-1315-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 Araujo2014-03-134-19/+52
|\ \
| * \ Merge 3.3 (#11599)Éric Araujo2014-03-134-19/+52
| |\ \ | | |/
| | * Make distutils error messages more helpful (#11599).Éric Araujo2014-03-134-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 coroutineVictor Stinner2014-03-133-4/+4
|/ / | | | | | | It's not exact, but easier to understand.
* | Close #20889: asyncio doc: Document acquire(), locked() and release() method ofVictor Stinner2014-03-131-1/+26
| | | | | | | | Condition
* | Close #20787: asyncio doc: fix typo. Patch written by akira.Victor Stinner2014-03-131-1/+1
| |
* | merge 3.3 (#20901)Benjamin Peterson2014-03-131-1/+1
|\ \ | |/
| * weaken callback count inequality (closes #20901)Benjamin Peterson2014-03-131-1/+1
| |
* | merge 3.3 (#19060)Benjamin Peterson2014-03-132-2/+2
|\ \ | |/
| * remove unnecessary word (closes #19060)Benjamin Peterson2014-03-132-2/+2
| | | | | | | | Patch by Anastasia Filatova.
* | Merge 3.3 (#16805)Éric Araujo2014-03-1213-6/+28
|\ \ | |/
| * Fix note markup (#16805).Éric Araujo2014-03-1213-6/+28
| | | | | | | | Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
* | merge 3.3 (#20896)Benjamin Peterson2014-03-121-3/+8
|\ \ | |/
| * merge 3.2 (#20896)Benjamin Peterson2014-03-121-3/+8
| |\
| | * use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)Benjamin Peterson2014-03-121-3/+8
| | |
* | | merge 3.3Benjamin Peterson2014-03-121-0/+1
|\ \ \ | |/ /
| * | add Sean RodmanBenjamin Peterson2014-03-121-0/+1
| | |
* | | merge 3.3 (#19614)Benjamin Peterson2014-03-121-1/+1
|\ \ \ | |/ /
| * | use support.rmtree instead of shutil (closes #19614)Benjamin Peterson2014-03-121-1/+1
| | | | | | | | | | | | Patch by Sean Rodman.
* | | Backed out changeset c13398566409Benjamin Peterson2014-03-121-4/+3
| | |
* | | Issue #20896: Workaround the bug temporarely to fix buildbotsVictor Stinner2014-03-121-3/+4
| | |
* | | Merge 3.3 (#4931)Éric Araujo2014-03-126-38/+20
|\ \ \ | |/ /
| * | Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-126-38/+20
| | | | | | | | | | | | Thanks to Amaury Forgeot d’Arc and Philip J. Eby.
* | | whatsnew: spelling errors.R David Murray2014-03-121-2/+2
| | | | | | | | | | | | Corrections from Jim Jewett in #19861.
* | | Merge #20030: doc that TestLoader.discover returns a TestSuite.R David Murray2014-03-111-5/+5
|\ \ \ | |/ /
| * | #20030: doc that TestLoader.discover returns a TestSuite.R David Murray2014-03-111-5/+5
| | | | | | | | | | | | Patch by Lita Cho.
* | | merge 3.3Benjamin Peterson2014-03-111-6/+6
|\ \ \ | |/ /
| * | improve algorithms_* documentationBenjamin Peterson2014-03-111-6/+6
| | |
* | | whatsnew: doctest finds tests in extension modules (#3158)R David Murray2014-03-111-0/+8
| | | | | | | | | | | | #19861 msg213159
* | | merge 3.3 (closes #20892)Benjamin Peterson2014-03-111-1/+1
|\ \ \ | |/ /
| * | fix typo (closes #20892)Benjamin Peterson2014-03-111-1/+1
| | |
* | | whatsnew: mention that upgrading PIP means it doesn't get unistalled.R David Murray2014-03-111-3/+5
| | | | | | | | | | | | #19861 msg213156.
* | | whatsnew: summary section tweaks.R David Murray2014-03-111-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 IPv6Peter Moody2014-03-112-0/+15
| | | | | | | | | | | | in ipaddress.