summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | mergeRaymond Hettinger2015-07-281-5/+7
|\ \ \ | |/ /
| * | mergeRaymond Hettinger2015-07-281-5/+7
| |\ \ | | |/
| | * Issue #24735: Fix invalid memory access in combinations_with_replacement()Raymond Hettinger2015-07-281-5/+7
* | | Merge 3.5 (socket)Victor Stinner2015-07-271-0/+5
|\ \ \ | |/ /
| * | Issue #24732, #23834: Fix sock_accept_impl() on WindowsVictor Stinner2015-07-271-0/+5
* | | Issue #24683: Fixed crashes in _json functions called with arguments ofSerhiy Storchaka2015-07-261-2/+10
|\ \ \ | |/ /
| * | Issue #24683: Fixed crashes in _json functions called with arguments ofSerhiy Storchaka2015-07-261-2/+10
| |\ \ | | |/
| | * Issue #24683: Fixed crashes in _json functions called with arguments ofSerhiy Storchaka2015-07-261-2/+10
* | | - Issue #2091: error correctly on open() with mode 'U' and '+'Robert Collins2015-07-251-8/+8
* | | Issue #14373: Fixed segmentation fault when gc.collect() is called duringSerhiy Storchaka2015-07-251-5/+6
|\ \ \ | |/ /
| * | Issue #14373: Fixed segmentation fault when gc.collect() is called duringSerhiy Storchaka2015-07-251-5/+6
* | | Issue #24620: Random.setstate() now validates the value of state last element.Serhiy Storchaka2015-07-241-0/+4
|\ \ \ | |/ /
| * | Issue #24620: Random.setstate() now validates the value of state last element.Serhiy Storchaka2015-07-241-0/+4
| |\ \ | | |/
| | * Issue #24620: Random.setstate() now validates the value of state last element.Serhiy Storchaka2015-07-241-0/+4
* | | Issue #24300: Minor refactoring.Raymond Hettinger2015-07-241-5/+1
* | | mergeRaymond Hettinger2015-07-201-1/+1
|\ \ \ | |/ /
| * | mergeRaymond Hettinger2015-07-201-1/+1
| |\ \ | | |/
| | * Issue #19663: Improve error message for defaultdict.Raymond Hettinger2015-07-201-1/+1
* | | Divisions-by-two for a positive Py_ssize_t compile more cleanly with >>1 than...Raymond Hettinger2015-07-202-4/+4
* | | merge 3.5 (#24655)Benjamin Peterson2015-07-181-7/+7
|\ \ \ | |/ /