summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Close #24784: Fix compilation without thread supportVictor Stinner2015-10-113-2/+18
* Close #25368: Fix test_eintr when Python is compiled without thread supportVictor Stinner2015-10-111-2/+4
* merge 3.5 (#25375)Benjamin Peterson2015-10-111-2/+2
|\
| * merge 3.4Benjamin Peterson2015-10-111-2/+2
| |\
| | * don't mention Python 2.2 (closes #25375)Benjamin Peterson2015-10-111-2/+2
* | | Minor tweak. Make the maxlen comparisons a little more clear and consistent.Raymond Hettinger2015-10-111-6/+6
* | | merge 3.5 (#25362)Benjamin Peterson2015-10-111-12/+3
|\ \ \ | |/ /
| * | merge 3.4 (#25362)Benjamin Peterson2015-10-111-12/+3
| |\ \ | | |/
| | * use the with statement for locking the internal condition (closes #25362)Benjamin Peterson2015-10-111-12/+3
* | | merge 3.5 (#25371)Benjamin Peterson2015-10-111-2/+2
|\ \ \ | |/ /
| * | merge 3.4 (#25371)Benjamin Peterson2015-10-111-2/+2
| |\ \ | | |/
| | * add a missing comma (closes #25371)Benjamin Peterson2015-10-111-2/+2
* | | Issue #24164: Objects that need calling ``__new__`` with keyword arguments,Serhiy Storchaka2015-10-106-32/+97
* | | Null mergeSerhiy Storchaka2015-10-100-0/+0
|\ \ \ | |/ /
| * | Null mergeSerhiy Storchaka2015-10-100-0/+0
| |\ \ | | |/
| | * Correct Misc/NEWS.Serhiy Storchaka2015-10-101-3/+3
| | * Issue #25099: Skip relevant tests in test_compileall when an entry onBrett Cannon2015-10-092-4/+35
* | | Issue #25365: test_pickle now works in threads disabled builds.Serhiy Storchaka2015-10-101-2/+3
|\ \ \ | |/ /
| * | Issue #25365: test_pickle now works in threads disabled builds.Serhiy Storchaka2015-10-101-2/+3
| |\ \ | | |/
| | * Issue #25365: test_pickle now works in threads disabled builds.Serhiy Storchaka2015-10-101-2/+3
* | | Issue #25364: zipfile now works in threads disabled builds.Serhiy Storchaka2015-10-102-1/+6
|\ \ \ | |/ /
| * | Issue #25364: zipfile now works in threads disabled builds.Serhiy Storchaka2015-10-102-1/+6
* | | Issue #25322: Merge contextlib.suppress test fix from 3.5Martin Panter2015-10-101-1/+3
|\ \ \ | |/ /
| * | Issue #25322: Merge contextlib.suppress test fix from 3.4 into 3.5Martin Panter2015-10-101-1/+3
| |\ \ | | |/
| | * Issue #25322: Fix test for nested contextlib.suppressMartin Panter2015-10-101-1/+3
* | | Issue #25161: Merge full stops from 3.5Martin Panter2015-10-1038-40/+42
|\ \ \ | |/ /
| * | Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-1038-40/+42
| |\ \ | | |/
| | * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-1038-40/+42
* | | Issue #22413: Merge StringIO doc from 3.5Martin Panter2015-10-103-9/+20
|\ \ \ | |/ /
| * | Issue #22413: Remove comment made out of date by Argument ClinicMartin Panter2015-10-101-4/+2
| * | Issue #22413: Merge StringIO doc from 3.4 into 3.5Martin Panter2015-10-102-5/+18
| |\ \ | | |/
| | * Issue #22413: Document newline effect on StringIO initializer and getvalueMartin Panter2015-10-102-5/+18
* | | Issue #24402: Merge potential test fix from 3.5Martin Panter2015-10-101-45/+48
|\ \ \ | |/ /
| * | Issue #24402: Merge potential test fix from 3.4 into 3.5Martin Panter2015-10-101-45/+48
| |\ \ | | |/
| | * Issue #24402: Factor out PtyTests.run_child() in input() testsMartin Panter2015-10-101-45/+48
* | | Issue #24402: Merge input() fix from 3.5Martin Panter2015-10-103-77/+119
|\ \ \ | |/ /
| * | Issue #24402: Merge input() fix from 3.4 into 3.5Martin Panter2015-10-103-77/+116
| |\ \ | | |/
| | * Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by EryksunMartin Panter2015-10-103-77/+116
* | | Closes #25344: Merged fix from 3.5.Vinay Sajip2015-10-091-0/+137
|\ \ \ | |/ /
| * | Closes #25344: Merged fix from 3.4.Vinay Sajip2015-10-091-0/+137
| |\ \ | | |/
| | * Closes #25344: Added cookbook recipe to show buffering of logging events.Vinay Sajip2015-10-091-0/+137
* | | Merge for issue #25099Brett Cannon2015-10-092-4/+35
|\ \ \ | |/ /
| * | Issue #25099: Skip relevant tests in test_compileall when an entry onBrett Cannon2015-10-092-4/+35
* | | Issue #25349: Add fast path for b'%c' % intVictor Stinner2015-10-092-10/+17
* | | Issue #25349: Optimize bytes % intVictor Stinner2015-10-093-27/+136
* | | Merge #25328: add missing raise keyword in decode_data+SMTPUTF8 check.R David Murray2015-10-093-2/+11
|\ \ \ | |/ /
| * | #25328: add missing raise keyword in decode_data+SMTPUTF8 check.R David Murray2015-10-093-2/+11
* | | Optimize error handlers of ASCII and Latin1 encoders when the replacementVictor Stinner2015-10-092-43/+47
* | | Add _PyBytesWriter_WriteBytes() to factorize the codeVictor Stinner2015-10-094-16/+35
* | | _PyBytesWriter: simplify code to avoid "prealloc" parametersVictor Stinner2015-10-093-47/+47