Commit graph

101860 commits

Author SHA1 Message Date
Victor Stinner
1e26dc7ef6 (Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length
Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length
header in part headers. Patch written by Peter Landry and reviewed by Pierre
Quentel.
2015-08-18 10:23:16 -07:00
Victor Stinner
6579459d4b cgi.FieldStorage.read_multi ignores Content-Length
Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length
header in part headers. Patch written by Peter Landry and reviewed by Pierre
Quentel.
2015-08-18 10:21:10 -07:00
Raymond Hettinger
501b4a7398 Use PyTuple_GET_SIZE like the adjacent code does. 2015-08-18 08:07:16 -07:00
Raymond Hettinger
507343a2ef Add missing docstring 2015-08-18 00:35:52 -07:00
Raymond Hettinger
f109414094 Inline PyIter_Next() matching the other itertools code. 2015-08-18 00:20:20 -07:00
Raymond Hettinger
a6ea44aed1 Minor cleanups 2015-08-17 23:55:28 -07:00
Benjamin Peterson
ac48a4173d Merge 3.5 (#24883) 2015-08-17 23:38:55 -07:00
Benjamin Peterson
8e205f7b4f merge 3.4 (#24883) 2015-08-17 23:38:46 -07:00
Benjamin Peterson
2053aa1193 'Py_Buffer' should be 'Py_buffer' (closes #24883) 2015-08-17 23:38:34 -07:00
Raymond Hettinger
5b798abf5b Issue #24878: Add docstrings to selected namedtuples 2015-08-17 22:04:45 -07:00
Yury Selivanov
02aa3426d3 Merge 3.5 2015-08-17 23:43:54 -04:00
Yury Selivanov
80ac11f95f docs: Improve docs for os.path.commonprefix 2015-08-17 23:43:43 -04:00
Ned Deily
84086acb47 Issue #24079: merge from 3.5 2015-08-17 22:15:54 -04:00
Ned Deily
d61714d236 Issue #24079: merge from 3.4 2015-08-17 22:11:57 -04:00
Ned Deily
eca0445733 Issue #24079: Improve description of the text and tail attributes for
ElementTree Element objects.  Initial patch by Martin Panter.
2015-08-17 22:11:17 -04:00
Yury Selivanov
7ca6c55a4e Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines 2015-08-17 14:46:51 -04:00
Yury Selivanov
d11223e0d6 Merge 3.5 2015-08-17 13:04:49 -04:00
Yury Selivanov
5fbad3c9f2 docs: Clarify that gi_yieldfrom was first added in 3.5 2015-08-17 13:04:41 -04:00
Yury Selivanov
9e35cac3a1 Merge 3.5 2015-08-17 13:02:53 -04:00
Yury Selivanov
c135f0a850 docs: Fix inspect docs re gi_yieldfrom 2015-08-17 13:02:42 -04:00
Terry Jan Reedy
a0016e63c6 Merge with 3.5 Entries for idlelib/NEWS.txt 2015-08-16 23:24:32 -04:00
Terry Jan Reedy
13e09709b4 Entries for idlelib/NEWS.txt 2015-08-16 23:24:11 -04:00
Terry Jan Reedy
5080deb5a4 Entries for idlelib/NEWS.txt 2015-08-16 23:23:16 -04:00
Raymond Hettinger
47d159f522 Issue #24379: Add operator.subscript() as a convenience for building slices. 2015-08-16 19:43:34 -07:00
Terry Jan Reedy
755cb0ae8d Idle NEWS entries. 2015-08-16 22:15:09 -04:00
Terry Jan Reedy
a3611751f6 Idle NEWS entries. 2015-08-16 22:14:05 -04:00
Terry Jan Reedy
2756d8aa11 Idle NEWS entries. 2015-08-16 22:12:36 -04:00
Terry Jan Reedy
92491af4e5 Merge with 3.5 2015-08-16 21:55:13 -04:00
Terry Jan Reedy
ac28169696 Merge with 3.4 2015-08-16 21:54:58 -04:00
Terry Jan Reedy
a350e856c3 Issue #23672: ACKS 2015-08-16 21:54:39 -04:00
Robert Collins
61e767b8fb Issue #24774: Fix docstring in http.server.test.
Patch from Chiu-Hsiang Hsu.
2015-08-17 12:19:35 +12:00
Robert Collins
5409177b62 Issue #24774: Fix docstring in http.server.test.
Patch from Chiu-Hsiang Hsu.
2015-08-17 12:19:19 +12:00
Robert Collins
9644f2450d Issue #24774: Fix docstring in http.server.test.
Patch from Chiu-Hsiang Hsu.
2015-08-17 12:18:35 +12:00
Raymond Hettinger
bb562a9a56 Add error information to a failing test to help diagnose a buildbot failure. 2015-08-16 17:08:48 -07:00
Raymond Hettinger
ca3788c2e8 Issue #24874: Speed-up itertools and make it pickles more compact. 2015-08-16 14:49:24 -07:00
Raymond Hettinger
a6a2d44dc7 Neaten-up whitespace, vertical alignment, and line-wrapping. 2015-08-16 14:38:07 -07:00
Raymond Hettinger
b5244a3fe5 Inline PyIter_Next() matching what was done for other itertools. 2015-08-16 14:24:20 -07:00
Raymond Hettinger
2a75e8f958 Issue #24842: Cross-reference types.SimpleNamespace from the namedtuple docs 2015-08-16 08:32:01 -07:00
R David Murray
803502c56b #21167: Fix definition of NAN when ICC used without -fp-model strict.
Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.
2015-08-15 18:33:45 -04:00
Raymond Hettinger
c39786dc08 Fix oddly placed whitespace 2015-08-15 15:16:12 -07:00
Raymond Hettinger
98958fedb6 Remove dead code (unreachable) 2015-08-15 15:09:30 -07:00
Raymond Hettinger
1cadf769b3 Improve comment 2015-08-15 14:47:27 -07:00
Raymond Hettinger
a166ce561c Add more tests for pickling itertools.cycle 2015-08-15 14:45:49 -07:00
Steve Dower
711dc14777 Merge with 3.5 2015-08-15 14:38:29 -07:00
Steve Dower
e6894d6256 Enables building compressed Windows test builds with --pack option. 2015-08-15 14:38:16 -07:00
Raymond Hettinger
79c878d5f2 Fix crash in itertools.cycle.__setstate__() caused by lack of type checking.
Will backport after the 3.6 release is done.
2015-08-15 13:51:59 -07:00
Raymond Hettinger
b468e1f595 Neaten-up vertical alignment of comments 2015-08-14 14:10:49 -07:00
Terry Jan Reedy
fa02bc0d3f Merge with 3.5 2015-08-14 17:00:12 -04:00
Terry Jan Reedy
a0bcfaff9a Merge with 3.4 2015-08-14 16:59:58 -04:00
Terry Jan Reedy
c6dd5b1c66 Issue #24833: Add attribute reference needed for 3.x. 2015-08-14 16:59:42 -04:00