Benjamin Peterson
|
4b394db41f
|
merge 2.7.4 release branch (#17550)
|
2013-03-26 08:56:16 -04:00 |
|
Benjamin Peterson
|
615ea1a98f
|
fix variable reference to fix --enable-profiling (closes #17550)
|
2013-03-26 08:55:37 -04:00 |
|
Benjamin Peterson
|
b9be7bbe2e
|
fix variable reference to fix --enable-profiling (closes #17550)
|
2013-03-26 08:55:37 -04:00 |
|
Ezio Melotti
|
711c37076a
|
Merge versionadded addition and typo fix from 3.3.
|
2013-03-26 02:38:40 +02:00 |
|
Ezio Melotti
|
a1eb483d8f
|
Add versionadded for -X faulthandler (also fix typo and markup).
|
2013-03-26 02:36:28 +02:00 |
|
Victor Stinner
|
678ad51b38
|
Issue #17516: remove dead code
|
2013-03-26 01:14:35 +01:00 |
|
Victor Stinner
|
3fa1aaebde
|
Issue #17516: do not create useless tuple: remove dummy commas in tests
|
2013-03-26 01:14:08 +01:00 |
|
Victor Stinner
|
765531d2d0
|
Issue #17516: use comment syntax for comments, instead of multiline string
|
2013-03-26 01:11:54 +01:00 |
|
Ezio Melotti
|
1f8898a591
|
#17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by default. It can be re-enabled with the -X showrefcount option.
|
2013-03-26 01:59:56 +02:00 |
|
Vinay Sajip
|
1e76e8643b
|
Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb.
|
2013-03-25 23:37:41 +00:00 |
|
Charles-François Natali
|
84e4316489
|
Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention.
|
2013-03-25 18:20:40 +01:00 |
|
Georg Brandl
|
46a47169e4
|
Added tag v3.3.1rc1 for changeset 92c2cfb92405
|
2013-03-25 07:01:53 +01:00 |
|
Georg Brandl
|
a809e4a540
|
merge with upstream 3.3 branch
|
2013-03-25 07:01:37 +01:00 |
|
Georg Brandl
|
2323cb793c
|
Added tag v3.2.4rc1 for changeset b2cb7bc1edb8
|
2013-03-25 06:57:10 +01:00 |
|
Georg Brandl
|
4eb5f1a567
|
merge with main repo 3.2 branch
|
2013-03-25 06:56:31 +01:00 |
|
Raymond Hettinger
|
bb25b6fc94
|
merge
|
2013-03-24 15:21:57 -07:00 |
|
Raymond Hettinger
|
153866ea9a
|
Add missing docstrings to the collections ABCs
|
2013-03-24 15:20:29 -07:00 |
|
Raymond Hettinger
|
cce5b04c75
|
Add missing docstrings to the collections ABCs
|
2013-03-24 14:54:25 -07:00 |
|
Martin v. Löwis
|
5fe5b4ead3
|
#17425: merge 3.3
|
2013-03-24 22:53:04 +01:00 |
|
Martin v. Löwis
|
005fb742b9
|
Fix typo
|
2013-03-24 22:52:14 +01:00 |
|
Martin v. Löwis
|
cc0b927b74
|
Issue #17425: Build with openssl 1.0.1d on Windows.
|
2013-03-24 22:45:50 +01:00 |
|
Martin v. Loewis
|
1e81b3e655
|
merge 3.3
|
2013-03-24 22:12:19 +01:00 |
|
Martin v. Loewis
|
710f0c39cd
|
#17425: null merge 3.2
|
2013-03-24 22:10:20 +01:00 |
|
Martin v. Loewis
|
5be6d74a0d
|
Issue #17425: Build with openssl 1.0.0k on Windows.
|
2013-03-24 22:03:30 +01:00 |
|
doko@ubuntu.com
|
f85aca8d1e
|
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
iceweasel, iceape.
|
2013-03-24 18:50:23 +01:00 |
|
doko@ubuntu.com
|
945c3bbf42
|
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
iceweasel, iceape.
|
2013-03-24 18:46:49 +01:00 |
|
Charles-François Natali
|
a655075d16
|
Issue #17025: Add dumps() and loads() to ForkingPickler.
|
2013-03-24 15:21:49 +01:00 |
|
Ezio Melotti
|
89e6b31845
|
#17504: merge with 3.3.
|
2013-03-24 16:10:51 +02:00 |
|
Ezio Melotti
|
31a7835df8
|
#17504: remove duplicated sentence. Patch by Radu Voicilas.
|
2013-03-24 16:10:24 +02:00 |
|
Benjamin Peterson
|
bc1d9c9963
|
merge 2.7.4 release branch
|
2013-03-23 22:32:34 -05:00 |
|
Benjamin Peterson
|
da2c7ebd23
|
allow any type with __getitem__ to be a mapping for the purposes of % (#15801)
|
2013-03-23 22:32:00 -05:00 |
|
Gregory P. Smith
|
d6f1d1647b
|
Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
correctly check for errors on two CreateFileMapping calls.
|
2013-03-23 16:06:06 -07:00 |
|
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 |
|