index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #24917: Backed out changeset 09b62202d9b7
Steve Dower
2015-09-06
1
-12/+0
|
\
|
*
Issue #24917: Backed out changeset 09b62202d9b7
Steve Dower
2015-09-06
1
-12/+0
|
|
\
|
|
*
Backed out changeset: a29b49d57769
Steve Dower
2015-09-06
1
-6/+0
|
|
*
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
Steve Dower
2015-09-06
1
-0/+6
*
|
|
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
Steve Dower
2015-09-06
1
-0/+12
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.5.0 release branch
Steve Dower
2015-09-06
1
-0/+12
|
|
\
\
|
|
*
|
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
Steve Dower
2015-09-05
1
-0/+12
|
|
*
|
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
Serhiy Storchaka
2015-09-04
1
-1/+5
|
|
*
|
Issue #24913: Fix overrun error in deque.index().
Brett Cannon
2015-09-03
1
-0/+2
*
|
|
|
merge
Raymond Hettinger
2015-09-06
1
-6/+10
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Prevent reentrant badness by deferring the decrefs as long as possible.
Raymond Hettinger
2015-09-06
1
-6/+10
*
|
|
|
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
Serhiy Storchaka
2015-09-03
1
-1/+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
Serhiy Storchaka
2015-09-03
1
-1/+5
*
|
|
|
Merge 3.5 (ICC)
Victor Stinner
2015-09-03
1
-8/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Merge 3.4 (ICC)
Victor Stinner
2015-09-03
1
-8/+4
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Don't use defined() in C preprocessor macros
Victor Stinner
2015-09-03
1
-10/+6
*
|
|
|
Closes #24974: Merge with 3.5
Zachary Ware
2015-09-03
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24974: Force fp-model precice in mpdecimal.c on Windows
Zachary Ware
2015-09-03
1
-0/+1
*
|
|
|
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Victor Stinner
2015-09-03
1
-1/+1
*
|
|
|
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
Victor Stinner
2015-09-02
1
-21/+1
*
|
|
|
Backed out changeset b690bf218702
Victor Stinner
2015-09-02
1
-1/+1
*
|
|
|
Issue #23517: datetime.datetime.fromtimestamp() and
Victor Stinner
2015-09-01
1
-1/+1
*
|
|
|
Issue #23517: Add "half up" rounding mode to the _PyTime API
Victor Stinner
2015-09-01
1
-1/+3
*
|
|
|
Move assertion inside _PyTime_ObjectToTimeval()
Victor Stinner
2015-09-01
1
-1/+0
*
|
|
|
merge
Raymond Hettinger
2015-08-26
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24913: Fix overrun error in deque.index().
Raymond Hettinger
2015-08-26
1
-0/+2
|
|
|
/
|
|
/
|
*
|
|
Minor cleanups
Raymond Hettinger
2015-08-18
1
-82/+74
*
|
|
Issue #24874: Speed-up itertools and make it pickles more compact.
Raymond Hettinger
2015-08-16
1
-21/+41
*
|
|
Neaten-up whitespace, vertical alignment, and line-wrapping.
Raymond Hettinger
2015-08-16
1
-15/+17
*
|
|
Inline PyIter_Next() matching what was done for other itertools.
Raymond Hettinger
2015-08-16
1
-2/+2
*
|
|
Fix oddly placed whitespace
Raymond Hettinger
2015-08-15
1
-1/+1
*
|
|
Remove dead code (unreachable)
Raymond Hettinger
2015-08-15
1
-5/+2
*
|
|
Fix crash in itertools.cycle.__setstate__() caused by lack of type checking.
Raymond Hettinger
2015-08-15
1
-1/+1
*
|
|
Neaten-up vertical alignment of comments
Raymond Hettinger
2015-08-14
1
-62/+62
*
|
|
Minor cleanup.
Raymond Hettinger
2015-08-14
1
-3/+3
*
|
|
Issue #23530: fix clinic comment.
Charles-François Natali
2015-08-13
2
-8/+14
*
|
|
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
Serhiy Storchaka
2015-08-09
2
-13/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
Serhiy Storchaka
2015-08-09
2
-13/+11
*
|
|
Merge 3.5 (issue #24791)
Yury Selivanov
2015-08-05
1
-3/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
Yury Selivanov
2015-08-05
1
-3/+6
*
|
|
merge 3.5 (#24217)
Benjamin Peterson
2015-08-02
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Merge 3.4 (#24217)
Benjamin Peterson
2015-08-02
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
include fcntl.h on all *nix platforms (closes #24217)
Benjamin Peterson
2015-08-02
1
-2/+2
*
|
|
Closes #23652: Merge with 3.5
Zachary Ware
2015-08-02
1
-0/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #23652: Merge with 3.4
Zachary Ware
2015-08-02
1
-0/+11
|
|
\
\
|
|
|
/
|
|
*
Issue #23652: Make the select module compile against LSB headers.
Zachary Ware
2015-08-02
1
-0/+11
*
|
|
Fix minor typo in a comment
Raymond Hettinger
2015-07-31
1
-1/+1
*
|
|
Merge 3.5 (ctypes)
Victor Stinner
2015-07-29
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Merge 3.4 (ctypes)
Victor Stinner
2015-07-29
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
Victor Stinner
2015-07-29
1
-0/+1
[next]