summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | Patch by Aviv Palivoda.
| * Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes.Serhiy Storchaka2016-04-161-1/+1
| | | | | | | | Patch by Aviv Palivoda.
* | merge 3.5Senthil Kumaran2016-04-161-2/+53
|\ \ | |/ | | | | | | issue26775 - Improve test coverage for urllib.parse Patch contributed by Luiz Poleto.
| * issue26775 - Improve test coverage for urllib.parseSenthil Kumaran2016-04-161-2/+53
| | | | | | | | Patch contributed by Luiz Poleto.
* | 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
| | | | | | | | | | | | * Disable inappropriate links to Python interpreter options * Correct link to CLI section in zipapp * Make CLI section label in timeit less ambiguous
* | 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
|\ \ | |/ | | | | enable link time optimizations at build time during a make profile-opt.
| * Issue #25702: A --with-lto configure option has been added that willGregory P. Smith2016-04-154-2/+87
| | | | | | | | enable link time optimizations at build time during a make profile-opt.
* | 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
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | builds. multiprocessing and subprocess tests in particular along with test_asyncore and test_gdb. Running them does not meaningfully add to the profile guidance.
| * | Exclude super long running tests from the PROFILE_TASK for PGOGregory P. Smith2016-04-151-2/+4
| |/ | | | | | | | | | | builds. multiprocessing and subprocess tests in particular along with test_asyncore and test_gdb. Running them does not meaningfully add to the profile guidance.
* | 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
| | | | | | | | | | See https://mail.python.org/pipermail/python-dev/2016-April/144198.html https://mail.python.org/pipermail/python-dev/2016-April/144203.html
* | Merge for issue #25609Brett Cannon2016-04-150-0/+0
|\ \ | |/
| * Issue #25609: Backport typing.ContextManager.Brett Cannon2016-04-151-0/+7
| | | | | | | | | | | | This has no semantic impact as the class is guarded with a hasattr() check; this is being done to keep typing.py in sync between Python 3.5 and 3.6 as requested by Guido.
* | Issue #26766: Fix _PyBytesWriter_Finish()Victor Stinner2016-04-152-3/+8
| | | | | | | | | | | | | | Return a bytearray object when bytearray is requested and when the small buffer is used. Fix also test_bytes: bytearray%args must return a bytearray type.
* | Null mergeSerhiy Storchaka2016-04-150-0/+0
|\ \ | |/
| * Issue #26764: Bacported tests for bytes formatting.Serhiy Storchaka2016-04-151-26/+11
| |
* | Issue #26764: Fixed SystemError in bytes.__rmod__.Serhiy Storchaka2016-04-152-32/+15
| |
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-1535-70/+64
|\ \ | |/
| * Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docsMartin Panter2016-04-152-21/+15
| |
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-1535-52/+52
| | | | | | | | This affects documentation, code comments, and a debugging messages.
* | Fix missing parens.Steven D'Aprano2016-04-151-2/+2
| |
* | Improve tests with more modern assert* methods and subTests.Steven D'Aprano2016-04-151-22/+25
| |
* | run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hookSteven D'Aprano2016-04-141-1/+0
| |
* | Add secrets module and tests.Steven D'Aprano2016-04-142-0/+269
| |
* | Closes #26706: Merge with 3.5Zachary Ware2016-04-141-1/+1
|\ \ | |/
| * Issue #26706: Update OpenSSL version in PCbuild/readme.txtZachary Ware2016-04-141-1/+1
| | | | | | | | Thanks to Shaun Walbridge for noticing.
* | Fix unused variable 'libver' warning in Modules/_ssl.cBerker Peksag2016-04-141-0/+2
|\ \ | |/ | | | | | | | | | | | | | | It can be seen on various buildbots like 3.x.cea-indiana-amd64 and 3.x.murray-snowleopard: /export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Modules/_ssl.c:2227: warning: unused variable 'libver' /Users/buildbot/buildarea/3.x.murray-snowleopard/build/Modules/_ssl.c:2227: warning: unused variable ‘libver’
| * Fix unused variable 'libver' warning in Modules/_ssl.cBerker Peksag2016-04-141-0/+2
| | | | | | | | | | | | | | | | | | It can be seen on various buildbots like 3.x.cea-indiana-amd64 and 3.x.murray-snowleopard: /export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Modules/_ssl.c:2227: warning: unused variable 'libver' /Users/buildbot/buildarea/3.x.murray-snowleopard/build/Modules/_ssl.c:2227: warning: unused variable ‘libver’
* | fs_unicode_converter is no longer used.Serhiy Storchaka2016-04-141-8/+0
| |
* | Issues #26716, #26057: Regenerate Argument Clinic code.Serhiy Storchaka2016-04-144-34/+34
|\ \ | |/
| * Issue #26716: Regenerate Argument Clinic code.Serhiy Storchaka2016-04-142-3/+3
| |
* | Issue26748: Enum classes should evaluate as TrueEthan Furman2016-04-142-0/+19
|\ \ | |/
| * Issue26748: Enum classes should evaluate as TrueEthan Furman2016-04-142-0/+19
| |\
| | * Issue26748: Enum classes should evaluate as TrueEthan Furman2016-04-142-0/+19
| | |
* | | Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().Serhiy Storchaka2016-04-136-641/+240
| | |