summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #24917: Backed out changeset 09b62202d9b7Steve Dower2015-09-061-12/+0
|\
| * Issue #24917: Backed out changeset 09b62202d9b7Steve Dower2015-09-061-12/+0
| |\
| | * Backed out changeset: a29b49d57769Steve Dower2015-09-061-6/+0
| | * Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.Steve Dower2015-09-061-0/+6
* | | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.Steve Dower2015-09-061-0/+12
|\ \ \ | |/ /
| * | Merge from 3.5.0 release branchSteve Dower2015-09-061-0/+12
| |\ \
| | * | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.Steve Dower2015-09-051-0/+12
| | * | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position isSerhiy Storchaka2015-09-041-1/+5
| | * | Issue #24913: Fix overrun error in deque.index().Brett Cannon2015-09-031-0/+2
* | | | mergeRaymond Hettinger2015-09-061-6/+10
|\ \ \ \ | |/ / /
| * | | Prevent reentrant badness by deferring the decrefs as long as possible.Raymond Hettinger2015-09-061-6/+10
* | | | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position isSerhiy Storchaka2015-09-031-1/+5
|\ \ \ \ | |/ / /
| * | | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position isSerhiy Storchaka2015-09-031-1/+5
* | | | Merge 3.5 (ICC)Victor Stinner2015-09-031-8/+4
|\ \ \ \ | |/ / /
| * | | Merge 3.4 (ICC)Victor Stinner2015-09-031-8/+4
| |\ \ \ | | | |/ | | |/|
| | * | Don't use defined() in C preprocessor macrosVictor Stinner2015-09-031-10/+6
* | | | Closes #24974: Merge with 3.5Zachary Ware2015-09-031-0/+1
|\ \ \ \ | |/ / /
| * | | Issue #24974: Force fp-model precice in mpdecimal.c on WindowsZachary Ware2015-09-031-0/+1
* | | | Issue #23517: fromtimestamp() and utcfromtimestamp() methods ofVictor Stinner2015-09-031-1/+1
* | | | Issue #23517: datetime.timedelta constructor now rounds microseconds to nearestVictor Stinner2015-09-021-21/+1
* | | | Backed out changeset b690bf218702Victor Stinner2015-09-021-1/+1
* | | | Issue #23517: datetime.datetime.fromtimestamp() andVictor Stinner2015-09-011-1/+1
* | | | Issue #23517: Add "half up" rounding mode to the _PyTime APIVictor Stinner2015-09-011-1/+3
* | | | Move assertion inside _PyTime_ObjectToTimeval()Victor Stinner2015-09-011-1/+0
* | | | mergeRaymond Hettinger2015-08-261-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #24913: Fix overrun error in deque.index().Raymond Hettinger2015-08-261-0/+2
| | |/ | |/|
* | | Minor cleanupsRaymond Hettinger2015-08-181-82/+74
* | | Issue #24874: Speed-up itertools and make it pickles more compact.Raymond Hettinger2015-08-161-21/+41
* | | Neaten-up whitespace, vertical alignment, and line-wrapping.Raymond Hettinger2015-08-161-15/+17
* | | Inline PyIter_Next() matching what was done for other itertools.Raymond Hettinger2015-08-161-2/+2
* | | Fix oddly placed whitespaceRaymond Hettinger2015-08-151-1/+1
* | | Remove dead code (unreachable)Raymond Hettinger2015-08-151-5/+2
* | | Fix crash in itertools.cycle.__setstate__() caused by lack of type checking.Raymond Hettinger2015-08-151-1/+1
* | | Neaten-up vertical alignment of commentsRaymond Hettinger2015-08-141-62/+62
* | | Minor cleanup.Raymond Hettinger2015-08-141-3/+3
* | | Issue #23530: fix clinic comment.Charles-François Natali2015-08-132-8/+14
* | | Issue #24824: Signatures of codecs.encode() and codecs.decode() now areSerhiy Storchaka2015-08-092-13/+11
|\ \ \ | |/ /
| * | Issue #24824: Signatures of codecs.encode() and codecs.decode() now areSerhiy Storchaka2015-08-092-13/+11
* | | Merge 3.5 (issue #24791)Yury Selivanov2015-08-051-3/+6
|\ \ \ | |/ /
| * | Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.Yury Selivanov2015-08-051-3/+6
* | | merge 3.5 (#24217)Benjamin Peterson2015-08-021-2/+2
|\ \ \ | |/ /
| * | Merge 3.4 (#24217)Benjamin Peterson2015-08-021-2/+2
| |\ \ | | |/
| | * include fcntl.h on all *nix platforms (closes #24217)Benjamin Peterson2015-08-021-2/+2
* | | Closes #23652: Merge with 3.5Zachary Ware2015-08-021-0/+11
|\ \ \ | |/ /
| * | Issue #23652: Merge with 3.4Zachary Ware2015-08-021-0/+11
| |\ \ | | |/
| | * Issue #23652: Make the select module compile against LSB headers.Zachary Ware2015-08-021-0/+11
* | | Fix minor typo in a commentRaymond Hettinger2015-07-311-1/+1
* | | Merge 3.5 (ctypes)Victor Stinner2015-07-291-0/+1
|\ \ \ | |/ /
| * | Merge 3.4 (ctypes)Victor Stinner2015-07-291-0/+1
| |\ \ | | |/
| | * Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. PatchVictor Stinner2015-07-291-0/+1