summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | _PyBytesWriter: rename size attribute to min_sizeVictor Stinner2015-10-092-9/+10
* | | Issue #25349: Optimize bytes % args using the new private _PyBytesWriter APIVictor Stinner2015-10-092-59/+130
* | | Hoist constant expression out of the inner loop.Raymond Hettinger2015-10-091-3/+3
* | | Make comparison more consistentRaymond Hettinger2015-10-091-1/+1
* | | Issue #25298: Add lock and rlock weakref tests (Contributed by Nir Soffer).Raymond Hettinger2015-10-091-0/+12
* | | Issue #25318: cleanup code _PyBytesWriterVictor Stinner2015-10-092-19/+19
* | | Issue #25318: Fix backslashreplace()Victor Stinner2015-10-091-1/+1
* | | Issue #25318: Avoid sprintf() in backslashreplace()Victor Stinner2015-10-092-9/+22
* | | Issue #25318: Fix compilation errorVictor Stinner2015-10-091-1/+1
* | | Issue #25318: Move _PyBytesWriter to bytesobject.cVictor Stinner2015-10-083-210/+245
* | | Optimize backslashreplace error handlerVictor Stinner2015-10-082-51/+160
* | | Issue #25318: Add _PyBytesWriter APIVictor Stinner2015-10-083-133/+269
* | | Fix missing import in libregrtest.Steve Dower2015-10-081-0/+1