Gregory P. Smith
b803c6c4b8
Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
...
correctly check for errors on two CreateFileMapping calls.
2013-03-23 16:05:36 -07:00
Ezio Melotti
ac982d752d
Merge heads.
2013-03-23 23:39:25 +02:00
Ezio Melotti
23c31d5192
Merge test_queue clean up from 3.3.
2013-03-23 23:37:38 +02:00
Ezio Melotti
93f756b274
Merge test_queue clean up from 3.2.
2013-03-23 23:36:23 +02:00
Benjamin Peterson
2350ecd711
merge 2.7.4 release branch
2013-03-23 16:35:57 -05:00
Benjamin Peterson
7e2f197a2b
update NEWS for #17531
2013-03-23 16:35:45 -05:00
Ezio Melotti
656c80809c
Clean up references to threads in test_queue.
2013-03-23 23:35:06 +02:00
Ezio Melotti
be1632beaf
Clean up references to threads in test_queue.
2013-03-23 23:35:06 +02:00
Benjamin Peterson
40d1cfece5
merge 2.7.4 release branch
2013-03-23 16:19:20 -05:00
Benjamin Peterson
d6138c426e
always allow -1 as a uid
2013-03-23 16:19:04 -05:00
Benjamin Peterson
4a03c7d482
merge 2.7.4 release branch
2013-03-23 15:40:48 -05:00
Benjamin Peterson
01d9a775fa
group ids and user ids can be longs now ( #17531 )
2013-03-23 15:40:36 -05:00
Benjamin Peterson
e48b2c29bd
merge 2.7.4 branch
2013-03-23 15:35:38 -05:00
Benjamin Peterson
4d7fc3c5ac
undo PyInt -> PyLong change; that was wrong
2013-03-23 15:35:24 -05:00
Benjamin Peterson
aec813993f
add 2.7.5 header
2013-03-23 15:24:13 -05:00
Benjamin Peterson
6909ab5e8a
merge 2.7.4 release branch
2013-03-23 15:23:19 -05:00
Benjamin Peterson
31289230e2
return int instead long when possible ( #17531 )
2013-03-23 15:22:20 -05:00
Antoine Pitrou
64c16c3311
Issue #17150 : pprint now uses line continuations to wrap long string literals.
2013-03-23 20:30:39 +01:00
Gregory P. Smith
4a8ea9e2a6
Fixes issue #17488 : Change the subprocess.Popen bufsize parameter default value
...
from unbuffered (0) to buffering (-1) to match the behavior existing code
expects and match the behavior of the subprocess module in Python 2 to avoid
introducing hard to track down bugs.
2013-03-23 12:00:00 -07:00
Gregory P. Smith
a1b9ed32ee
Fixes issue #17488 : Change the subprocess.Popen bufsize parameter default value
...
from unbuffered (0) to buffering (-1) to match the behavior existing code
expects and match the behavior of the subprocess module in Python 2 to avoid
introducing hard to track down bugs.
2013-03-23 11:54:22 -07:00
Gregory P. Smith
a1ed539268
Fixes issue #17488 : Change the subprocess.Popen bufsize parameter default value
...
from unbuffered (0) to buffering (-1) to match the behavior existing code
expects and match the behavior of the subprocess module in Python 2 to avoid
introducing hard to track down bugs.
2013-03-23 11:44:25 -07:00
Raymond Hettinger
59addb7dec
merge
2013-03-23 09:08:18 -07:00
Raymond Hettinger
3ddba16aa6
Update collections ABC table to match the __abstractmethods__ attribute for each container.
2013-03-23 09:07:36 -07:00
Raymond Hettinger
6074ee4ef2
Update collections ABC table to match the __abstractmethods__ attribute for each container.
2013-03-23 08:57:00 -07:00
Raymond Hettinger
cb800648ef
Update collections ABC table to match the __abstractmethods__ attribute for each container.
2013-03-23 08:57:00 -07:00
Raymond Hettinger
51612fd803
merge
2013-03-23 08:21:52 -07:00
Raymond Hettinger
378170d5d9
Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.
2013-03-23 08:21:12 -07:00
Benjamin Peterson
cd85aa48ed
after 2.7.4rc1 bump
2013-03-23 10:19:40 -05:00
Benjamin Peterson
486706089e
Added tag v2.7.4rc1 for changeset a8d18780bc2b
2013-03-23 10:18:05 -05:00
Benjamin Peterson
a1f6fab464
version to 2.7.4rc1
2013-03-23 10:17:29 -05:00
Benjamin Peterson
43cb4b79d9
update pydoc topics
2013-03-23 10:15:25 -05:00
Benjamin Peterson
71e2d2e260
nonlocal isn't a 2.x topic
2013-03-23 10:09:24 -05:00
Georg Brandl
a7d2f0061f
Copyright update to 2013.
2013-03-23 16:06:13 +01:00
Georg Brandl
d08d0b1c69
Bump to 3.3.1rc1.
2013-03-23 16:05:12 +01:00
Georg Brandl
b673d99698
Bump to 3.2.4rc1.
2013-03-23 16:02:08 +01:00
Georg Brandl
d50fe7216d
Fix suspicious markup in the docs.
2013-03-23 16:00:41 +01:00
Georg Brandl
0a1bc11c66
Fix suspicious markup in the docs.
2013-03-23 15:59:46 +01:00
Georg Brandl
47f2542462
Update pydoc topics.
2013-03-23 15:46:53 +01:00
Georg Brandl
25fa27f5e9
Update pydoc topics.
2013-03-23 15:46:49 +01:00
Ezio Melotti
cf936c7287
#17510 : avoid using deprecated assertEquals method in test_program. Patch by Daniel Black.
2013-03-23 16:46:23 +02:00
Ezio Melotti
e94cbd188b
#17479 : merge with 3.3.
2013-03-23 16:36:58 +02:00
Ezio Melotti
daa42c778e
#17479 : test_io now works with unittest test discovery. Patch by Zachary Ware.
2013-03-23 16:30:16 +02:00
Raymond Hettinger
3213d72c5e
merge
2013-03-23 06:35:22 -07:00
Raymond Hettinger
325dc887ca
Backport improved dict comparison logic
2013-03-23 06:34:19 -07:00
Raymond Hettinger
5ded795a72
Hold key reference until the links have updated.
2013-03-23 05:27:51 -07:00
Vinay Sajip
8ec95b81d5
Closes #17521 : Merged fix from 3.3.
2013-03-23 11:23:05 +00:00
Vinay Sajip
9b862b9d66
Issue #17521 : Merged fix from 3.2.
2013-03-23 11:22:00 +00:00
Vinay Sajip
68b4cc87cd
Issue #17521 : Corrected non-enabling of logger following two calls to fileConfig().
2013-03-23 11:18:45 +00:00
Vinay Sajip
bb2dad8915
Issue #17521 : Corrected non-enabling of logger following two calls to fileConfig().
2013-03-23 11:18:10 +00:00
Vinay Sajip
42fb352a98
Merged upstream changes.
2013-03-23 11:01:36 +00:00