Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6f038ada5bd1bc2838e20f0b22de1780e7ce709d
/
Modules
0443ac2
Eliminate unnecessary test
by Raymond Hettinger
· 9 years ago
fd265f4
Factor out common iterator finalization code
by Raymond Hettinger
· 9 years ago
6585501
Issue #25290: Fix typo in csv.reader() docstring
by Berker Peksag
· 9 years ago
987f215
Issue #25290: Fix typo in csv.reader() docstring
by Berker Peksag
· 9 years ago
e2382c5
Issue #25290: Fix typo in csv.reader() docstring
by Berker Peksag
· 9 years ago
5dbe245
Issue #24483: C implementation of functools.lru_cache() now calculates key's
by Serhiy Storchaka
· 9 years ago
b9d98d5
Issue #24483: C implementation of functools.lru_cache() now calculates key's
by Serhiy Storchaka
· 9 years ago
0d30940
Add fast paths to deque_init() for the common cases
by Raymond Hettinger
· 9 years ago
3803114
Add an early-out for deque_clear()
by Raymond Hettinger
· 9 years ago
11c715f
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
by Serhiy Storchaka
· 9 years ago
525faae
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
by Serhiy Storchaka
· 9 years ago
e060619
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
by Serhiy Storchaka
· 9 years ago
365ba8f
Closes issue #23600: Wrong results from tzinfo.fromutc().
by Alexander Belopolsky
· 9 years ago
edc6885
Closes issue #23600: Wrong results from tzinfo.fromutc().
by Alexander Belopolsky
· 9 years ago
5d27ed8
merge
by Alexander Belopolsky
· 9 years ago
d19b504
Closes issue #23600: Wrong results from tzinfo.fromutc().
by Alexander Belopolsky
· 9 years ago
c58c2cb
Closes issue #23600: Wrong results from tzinfo.fromutc().
by Alexander Belopolsky
· 9 years ago
c79447b
Closes issue #23600: Wrong results from tzinfo.fromutc().
by Alexander Belopolsky
· 9 years ago
a6c5d53
Issue #25203: Failed readline.set_completer_delims() no longer left the
by Serhiy Storchaka
· 9 years ago
36aff2d
Issue #25203: Failed readline.set_completer_delims() no longer left the
by Serhiy Storchaka
· 9 years ago
1138439
Issue #25203: Failed readline.set_completer_delims() no longer left the
by Serhiy Storchaka
· 9 years ago
eca7172
merge 3.5
by Benjamin Peterson
· 9 years ago
a18bd0e
merge 3.4
by Benjamin Peterson
· 9 years ago
3c0769d
fix spacing
by Benjamin Peterson
· 9 years ago
2352a2f
merge 3.5 (#25245)
by Benjamin Peterson
· 9 years ago
bdb93c3
merge 3.4 (#25245)
by Benjamin Peterson
· 9 years ago
6aa1564
initialize return value to NULL to avoid compiler compliants (closes #25245)
by Benjamin Peterson
· 9 years ago
c78f27d
merge 3.5 (#23329)
by Benjamin Peterson
· 9 years ago
d330822
detect alpn by feature flag not openssl version (closes #23329)
by Benjamin Peterson
· 9 years ago
8299e9b
Move the copy and clear functions upwards to eliminate unnecessary forward references.
by Raymond Hettinger
· 9 years ago
7c0b70f
Minor tweak to the order of variable updates.
by Raymond Hettinger
· 9 years ago
f2b02ce
Bump up the maximum number of freeblocks
by Raymond Hettinger
· 9 years ago
c22eee6
Precomputing the number iterations allows the inner-loop to be vectorizable.
by Raymond Hettinger
· 9 years ago
7a84552
Hoist constant expression out of an inner loop.
by Raymond Hettinger
· 9 years ago
e055b88
merge
by Raymond Hettinger
· 9 years ago
bf49fee
Issue #25135: Avoid possible reentrancy issues in deque_clear.
by Raymond Hettinger
· 9 years ago
5b8854e
merge 3.5
by Benjamin Peterson
· 9 years ago
03c59b9
merge 3.4
by Benjamin Peterson
· 9 years ago
e48cf7e
prevent overflow in _Unpickler_Read
by Benjamin Peterson
· 9 years ago
2b0d646
Replace an unpredictable branch with a simple addition.
by Raymond Hettinger
· 9 years ago
3a1a8d0
Eliminate unnecessary variables
by Raymond Hettinger
· 9 years ago
8ef1db3
Merge with 3.5
by Steve Dower
· 9 years ago
57ab1cd
Issue #25092: Fix datetime.strftime() failure when errno was already set to EINVAL.
by Steve Dower
· 9 years ago
7a23723
Eliminate unnecessary variable
by Raymond Hettinger
· 9 years ago
d3d2b2c
Minor consistency improvements to negative value comparisons.
by Raymond Hettinger
· 9 years ago
5ebae87
Issue #25207, #14626: Fix my commit.
by Victor Stinner
· 9 years ago
4552ced
Issue #25207, #14626: Fix ICC compiler warnings in posixmodule.c
by Victor Stinner
· 9 years ago
aed8830
Add a fast path (no iterator creation) for a common case for repeating deques of size 1
by Raymond Hettinger
· 9 years ago
0e14e66
Hoist constant expression out of an inner loop
by Raymond Hettinger
· 9 years ago
84ff4ab
Merge 3.4 (datetime rounding)
by Victor Stinner
· 9 years ago
511491a
Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
by Victor Stinner
· 9 years ago
9a8b177
Issue #25155: Add _PyTime_AsTimevalTime_t() function
by Victor Stinner
· 9 years ago
1e2b688
Issue #25155: Add _PyTime_AsTimevalTime_t() function
by Victor Stinner
· 9 years ago
024364a
Merge 3.5 (os.waitpid)
by Victor Stinner
· 9 years ago
d3ffd32
Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows.
by Victor Stinner
· 9 years ago
ad26225
Tighten inner-loop for deque_inplace_repeat().
by Raymond Hettinger
· 9 years ago
e4f3467
Add an exact type match fast path for deque_copy().
by Raymond Hettinger
· 9 years ago
95e2cc5
Fix refcount.
by Raymond Hettinger
· 9 years ago
3d6e7b0
Merge
by Kristján Valur Jónsson
· 9 years ago
a8a930f
Issue #25021: Merge 3.5 to default
by Kristján Valur Jónsson
· 9 years ago
d7f65e5
Issue #25021: Merge 3.4 to 3.5
by Kristján Valur Jónsson
· 9 years ago
95c3e6c
Issue #25021: Merge from 3.3 to 3.4
by Kristján Valur Jónsson
· 9 years ago
102764a
Issue #25021: Correctly make sure that product.__setstate__ does not access
by Kristján Valur Jónsson
· 9 years ago
67c78b5
In-line the append operations inside deque_inplace_repeat().
by Raymond Hettinger
· 9 years ago
e390410
Merge 3.5
by Victor Stinner
· 9 years ago
f9fdfa7
Merge 3.4
by Victor Stinner
· 9 years ago
ec1a498
Issue #24684: socket.socket.getaddrinfo() now calls
by Victor Stinner
· 9 years ago
db4220e
Issue #25030: Do not document seek() as if it accepts keyword arguments
by Martin Panter
· 9 years ago
4237d34
Fix test_time on platform with 32-bit time_t type
by Victor Stinner
· 9 years ago
f5d72f3
Simply deque repeat by reusing code in in-line repeat. Avoid unnecessary division.
by Raymond Hettinger
· 9 years ago
334b4a3
Merge from 3.5.
by Larry Hastings
· 9 years ago
ded28e3
Merge Python 3.5.0rc4 back to hg.python.org.
by Larry Hastings
· 9 years ago
3f560c1
Merge 3.5 into 3.6
by Martin Panter
· 9 years ago
6088b7b
Merge 3.4 into 3.5
by Martin Panter
· 9 years ago
9499413
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
by Martin Panter
· 9 years ago
a122b5a
Issue #23738: Merge 3.5 into 3.6
by Martin Panter
· 9 years ago
97cded9
Issue #25029: MemoryError in test_strptime
by Steve Dower
· 9 years ago
0ff8909
Issue #23738: Merge 3.4 into 3.5
by Martin Panter
· 9 years ago
bf19d16
Issue #23738: Document and test actual keyword parameter names
by Martin Panter
· 9 years ago
7667f58
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
by Victor Stinner
· 9 years ago
69cc487
Revert change 0eb8c182131e:
by Victor Stinner
· 9 years ago
90fd895
Issue #22241: Fix a compiler waring
by Victor Stinner
· 9 years ago
6574a38
Raise more correct exception on overflow in setting buffer_size attribute of
by Serhiy Storchaka
· 9 years ago
6c8b66c
Raise more correct exception on overflow in setting buffer_size attribute of
by Serhiy Storchaka
· 9 years ago
de5f9f4
Raise more correct exception on overflow in setting buffer_size attribute of
by Serhiy Storchaka
· 9 years ago
9df7035
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
by Serhiy Storchaka
· 9 years ago
3b1bc78
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
by Serhiy Storchaka
· 9 years ago
931331a
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
by Serhiy Storchaka
· 9 years ago
45fd951
Merge from 3.5
by Steve Dower
· 9 years ago
f35bd30
Merge from 3.5.0 branch.
by Steve Dower
· 9 years ago
aa2fcc6
Issue #24917: time_strftime() buffer over-read.
by Steve Dower
· 9 years ago
e5b5895
Issue #24917: time_strftime() buffer over-read.
by Steve Dower
· 9 years ago
56f6e76
Issue #15989: Fixed some scarcely probable integer overflows.
by Serhiy Storchaka
· 9 years ago
7827a5b
Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'.
by Alexander Belopolsky
· 9 years ago
62b2462
Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.
by Larry Hastings
· 9 years ago
643d6d3
Issue #24917: Backed out changeset 09b62202d9b7
by Steve Dower
· 9 years ago
dcaf4cc
Issue #24917: Backed out changeset 09b62202d9b7
by Steve Dower
· 9 years ago
ef920d6
Backed out changeset: a29b49d57769
by Steve Dower
· 9 years ago
74a7b8f
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
by Steve Dower
· 9 years ago
237060a
Merge from 3.5.0 release branch
by Steve Dower
· 9 years ago
Next »