summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #25558: Use compile-time asserts.Serhiy Storchaka2015-11-074-6/+7
* Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c.Serhiy Storchaka2015-11-051-4/+2
* Neaten-up the inner-loop logic.Raymond Hettinger2015-11-041-3/+3
* Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-022-3/+3
|\
| * Issue #25523: Further a-to-an corrections new in 3.5.Serhiy Storchaka2015-11-021-1/+1
| * Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-022-2/+2
| |\
| | * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-022-2/+2
* | | Minor cleanup.Raymond Hettinger2015-11-021-1/+1
* | | mergeRaymond Hettinger2015-11-0214-27/+27
|\ \ \
| * \ \ Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-0214-27/+27
| |\ \ \ | | |/ /
| | * | Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-021-1/+1
| | * | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-0213-26/+26
| | |\ \ | | | |/
| | | * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-0213-26/+26
* | | | Move the initial start-search out of the main loop so it can be factored-out ...Raymond Hettinger2015-11-021-16/+27
|/ / /
* | | Issue #25447: The lru_cache() wrapper objects now can be copied and pickledSerhiy Storchaka2015-10-241-0/+7
|\ \ \ | |/ /
| * | Issue #25447: The lru_cache() wrapper objects now can be copied and pickledSerhiy Storchaka2015-10-241-0/+7
* | | Removed unused parameterRaymond Hettinger2015-10-231-10/+10
* | | Only update the state variable once per iteration.Raymond Hettinger2015-10-201-4/+8
* | | Issue #25414: Remove unnecessary tests that can never succeed.Raymond Hettinger2015-10-171-15/+1
* | | Remove old Todo entry that isn't going to happen.Raymond Hettinger2015-10-161-6/+0
* | | Rewrap comment.Raymond Hettinger2015-10-151-4/+4
* | | Use unsigned divisionRaymond Hettinger2015-10-151-1/+1
* | | Improve variable names and constant expressionsRaymond Hettinger2015-10-151-9/+11
* | | Refactor binascii.rledecode_hqx()Victor Stinner2015-10-141-28/+25
* | | Issue #25384: Fix binascii.rledecode_hqx()Victor Stinner2015-10-141-4/+7
* | | Issue #25384: Use _PyBytesWriter API in binasciiVictor Stinner2015-10-131-111/+83
* | | Merge 3.5 (sys.setrecursionlimit)Victor Stinner2015-10-121-0/+10
|\ \ \ | |/ /
| * | sys.setrecursionlimit() now raises RecursionErrorVictor Stinner2015-10-121-0/+10
| * | Close #24784: Fix compilation without thread supportVictor Stinner2015-10-112-2/+12
* | | Issue #25353: Optimize unicode escape and raw unicode escape encoders to useVictor Stinner2015-10-121-20/+24
* | | Minor fixup. maxlen is already known.Raymond Hettinger2015-10-121-2/+2
* | | Refactor the deque trim logic to eliminate the two separate trim functions.Raymond Hettinger2015-10-121-25/+14
* | | Hoist the deque->maxlen lookup out of the inner-loop.Raymond Hettinger2015-10-111-6/+10
* | | Issue #25357: Add an optional newline paramer to binascii.b2a_base64().Victor Stinner2015-10-112-15/+23
* | | Close #24784: Fix compilation without thread supportVictor Stinner2015-10-112-2/+12
* | | Minor tweak. Make the maxlen comparisons a little more clear and consistent.Raymond Hettinger2015-10-111-6/+6
* | | 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-101-10/+68
* | | Issue #22413: Merge StringIO doc from 3.5Martin Panter2015-10-102-5/+8
|\ \ \ | |/ /
| * | 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-101-1/+6
| |\ \ | | |/
| | * Issue #22413: Document newline effect on StringIO initializer and getvalueMartin Panter2015-10-101-1/+6
* | | Merge typo fixes from 3.5Martin Panter2015-10-071-1/+1
|\ \ \ | |/ /
| * | Merge typo fixes from 3.4 into 3.5Martin Panter2015-10-071-1/+1
| |\ \ | | |/
| | * Various minor typos in documentation and commentsMartin Panter2015-10-071-1/+1
| * | Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6Raymond Hettinger2015-10-071-1/+5
* | | Eliminate unnecessary testRaymond Hettinger2015-10-061-1/+1
* | | Factor out common iterator finalization codeRaymond Hettinger2015-10-031-25/+20