summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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-02154-37011/+65061
| | |\
| | * | 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-011-16/+27
|/ / /
* | | Issue #25447: The lru_cache() wrapper objects now can be copied and pickledSerhiy Storchaka2015-10-2415-705/+741
|\ \ \ | |_|/ |/| |
| * | Removed unused parameterRaymond Hettinger2015-10-221-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-161-15/+1
| * | Remove old Todo entry that isn't going to happen.Raymond Hettinger2015-10-151-6/+0
| * | Rewrap comment.Raymond Hettinger2015-10-151-4/+4
| * | Use unsigned divisionRaymond Hettinger2015-10-141-1/+1
| * | Improve variable names and constant expressionsRaymond Hettinger2015-10-141-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-1315-552/+630
| |\ \
| | * | 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-111-2/+2
| | * | Refactor the deque trim logic to eliminate the two separate trim functions.Raymond Hettinger2015-10-111-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-101-6/+6
| | * | merge 3.5 (#25371)Benjamin Peterson2015-10-101-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
| | |\ \ \
| | * \ \ \ Merge typo fixes from 3.5Martin Panter2015-10-0712-480/+495
| | |\ \ \ \
| | | * | | | Eliminate unnecessary testRaymond Hettinger2015-10-051-1/+1
| | | * | | | Factor out common iterator finalization codeRaymond Hettinger2015-10-021-25/+20
| | | * | | | Issue #25290: Fix typo in csv.reader() docstringBerker Peksag2015-10-0212-465/+489
| | | |\ \ \ \
| | | | * \ \ \ Issue #24483: C implementation of functools.lru_cache() now calculates key'sSerhiy Storchaka2015-10-021-6/+20
| | | | |\ \ \ \
| | | | * | | | | Add fast paths to deque_init() for the common casesRaymond Hettinger2015-09-301-3/+10
| | | | * | | | | Add an early-out for deque_clear()Raymond Hettinger2015-09-291-0/+3
| | | | * | | | | Issue #25262. Added support for BINBYTES8 opcode in Python implementation ofSerhiy Storchaka2015-09-2912-462/+476
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ mergeAlexander Belopolsky2015-09-271-1/+1
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-2712-462/+476
| | | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ \ Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-27154-37006/+65013
| | | | | | |\ \ \ \ \ \
| | | | | | * | | | | | | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-271-1/+1
| | | | | * | | | | | | | Issue #25203: Failed readline.set_completer_delims() no longer left theSerhiy Storchaka2015-09-271-4/+5
| | | | | |\ \ \ \ \ \ \ \ | | | | | | |_|_|/ / / / / | | | | | |/| | | | | | |
| | | | | * | | | | | | | merge 3.5Benjamin Peterson2015-09-2712-462/+476
| | | | | |\ \ \ \ \ \ \ \ | | | | | | |_|_|/ / / / / | | | | | |/| | | | | | |
| | | | | | * | | | | | | merge 3.5 (#25245)Benjamin Peterson2015-09-2712-462/+476
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ merge 3.5 (#23329)Benjamin Peterson2015-09-271-2/+1
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | | Move the copy and clear functions upwards to eliminate unnecessary forward re...Raymond Hettinger2015-09-261-117/+113
| | | | | | | * | | | | | | | Minor tweak to the order of variable updates.Raymond Hettinger2015-09-261-2/+2
| | | | | | | * | | | | | | | Bump up the maximum number of freeblocksRaymond Hettinger2015-09-261-1/+1
| | | | | | | * | | | | | | | Precomputing the number iterations allows the inner-loop to be vectorizable.Raymond Hettinger2015-09-261-2/+6
| | | | | | | * | | | | | | | Hoist constant expression out of an inner loop.Raymond Hettinger2015-09-261-6/+18
| | | | | | | * | | | | | | | mergeRaymond Hettinger2015-09-261-3/+59
| | | | | | | |\ \ \ \ \ \ \ \