summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #26657: Merge http.server fix from 3.5Martin Panter2016-04-183-3/+26
|\
| * Issue #26657: Fix Windows directory traversal vulnerability with http.serverMartin Panter2016-04-183-3/+26
* | #25987: add versionadded to Reversible.Georg Brandl2016-04-181-0/+2
* | Fix spelling errorRaymond Hettinger2016-04-181-1/+1
* | Sync test_typing.py with upstream git repo (typing.py was already synced). (3...Guido van Rossum2016-04-181-0/+2
|\ \ | |/
| * Sync test_typing.py with upstream git repo (typing.py was already synced).Guido van Rossum2016-04-181-0/+20
* | Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict.Serhiy Storchaka2016-04-171-30/+21
* | Avoid fcntl() if possible in set_inheritable()Victor Stinner2016-04-171-5/+13
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-1768-92/+93
|\ \ | |/
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-1764-87/+88
* | Automated merge with ssh://hg.python.org/cpythonSteven D'Aprano2016-04-172-86/+39
|\ \
| * | Shorten secrets module docstring, add function docstrings.Steven D'Aprano2016-04-171-76/+30
| * | Fix a few minor typos to secrets documentation.Steven D'Aprano2016-04-171-10/+9
* | | Issue #26717: Merge wsgiref fix from 3.5Martin Panter2016-04-174-1/+29
|\ \ \ | |/ / |/| / | |/
| * Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8Martin Panter2016-04-174-1/+29
* | Issue #26782: Add STARTUPINFO to subprocess.__all__ on WindowsMartin Panter2016-04-164-4/+6
* | Issue #26782: Merge test_subprocess from 3.5Martin Panter2016-04-161-1/+2
|\ \ | |/
| * Issue #26782: Acknowledge the incomplete status of __all__ in 3.5Martin Panter2016-04-161-1/+2
* | merge 3.5Benjamin Peterson2016-04-161-1/+1
|\ \ | |/
| * fix slice cache finalization to use gc delBenjamin Peterson2016-04-161-1/+1
* | merge 3.5Benjamin Peterson2016-04-161-1/+1
|\ \ | |/
| * test_support -> supportBenjamin Peterson2016-04-161-1/+1
* | merge 3.5 (#26659)Benjamin Peterson2016-04-163-7/+31
|\ \ | |/
| * add gc support to slice (closes #26659)Benjamin Peterson2016-04-163-7/+31
* | Documentation for secrets.pySteven D'Aprano2016-04-163-1/+202
* | Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes.Serhiy Storchaka2016-04-161-1/+1
|\ \ | |/
| * Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes.Serhiy Storchaka2016-04-161-1/+1
* | merge 3.5Senthil Kumaran2016-04-161-2/+53
|\ \ | |/
| * issue26775 - Improve test coverage for urllib.parseSenthil Kumaran2016-04-161-2/+53
* | Merge subprocess test from 3.5Martin Panter2016-04-161-15/+14
|\ \ | |/
| * Issue #10838: Run test__all__() everywhere, even if poll() is not availableMartin Panter2016-04-161-15/+14
* | Merge typo fixes from 3.5Martin Panter2016-04-166-9/+9
|\ \ | |/
| * Fix typos in code comments and documentationMartin Panter2016-04-166-9/+9
* | Issue #26638: Merge link fixes from 3.5Martin Panter2016-04-1611-30/+30
|\ \ | |/
| * Issue #26638: Fix links to some CLI options and section headingsMartin Panter2016-04-1611-30/+30
* | Issue #25314: Merge argparse doc from 3.5Martin Panter2016-04-161-3/+3
|\ \ | |/
| * Issue #25314: Remove confused statement about const argumentMartin Panter2016-04-091-3/+3
* | Issue #25702: A --with-lto configure option has been added that willGregory P. Smith2016-04-154-2/+87
|\ \ | |/
| * Issue #25702: A --with-lto configure option has been added that willGregory P. Smith2016-04-154-2/+87
* | merge headsGregory P. Smith2016-04-150-0/+0
|\ \
| * \ Issue #26535: Merge struct doc from 3.5Martin Panter2016-04-152-18/+19
| |\ \
* | \ \ merge headsGregory P. Smith2016-04-152-18/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | merge headsGregory P. Smith2016-04-152-18/+19
| |\ \ \ | | | |/ | | |/|
| | * | Issue #26535: Correct docs regarding the struct buffer sizeMartin Panter2016-04-152-18/+19
* | | | Exclude super long running tests from the PROFILE_TASK for PGOGregory P. Smith2016-04-151-2/+4
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Exclude super long running tests from the PROFILE_TASK for PGOGregory P. Smith2016-04-151-2/+4
| |/
* | Issue #26766: Remove redundant bytearray_format() from bytearrayobject.cBerker Peksag2016-04-151-14/+1
* | Merge for issue #26760Brett Cannon2016-04-151-1/+7
|\ \ | |/
| * Issue #26760: Minimally document PyFrameObjectBrett Cannon2016-04-151-1/+7
* | Remove python fallback for compare_digest.Steven D'Aprano2016-04-151-32/+1