Ezio Melotti
|
0167edf803
|
Merge typo fixes with 3.2.
|
2012-11-03 21:32:55 +02:00 |
Ezio Melotti
|
8af179e744
|
Fix a couple typos in Misc/NEWS.
|
2012-11-03 21:30:32 +02:00 |
Ezio Melotti
|
7376801f61
|
#8401: merge with 3.2.
|
2012-11-03 21:22:41 +02:00 |
Ezio Melotti
|
c64bcbec4b
|
#8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error.
|
2012-11-03 21:19:06 +02:00 |
Ezio Melotti
|
68600aff3a
|
#12759: merge with 3.2.
|
2012-11-03 20:33:38 +02:00 |
Ezio Melotti
|
0941d9fc64
|
#12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka.
|
2012-11-03 20:33:08 +02:00 |
Ezio Melotti
|
fafa8b7797
|
#16152: merge with 3.2.
|
2012-11-03 17:46:51 +02:00 |
Ezio Melotti
|
2cc3b4ba9f
|
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder.
|
2012-11-03 17:38:43 +02:00 |
Andrew Svetlov
|
e2af509829
|
Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Patch by Todd Rovito.
|
2012-11-01 22:44:06 +02:00 |
Andrew Svetlov
|
d183767ca4
|
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Patch by Todd Rovito.
|
2012-11-01 22:41:19 +02:00 |
Antoine Pitrou
|
0168d3d9b1
|
Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on.
Patch by Serhiy Storchaka.
|
2012-11-01 20:15:23 +01:00 |
Antoine Pitrou
|
e4ad37e50e
|
Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on.
Patch by Serhiy Storchaka.
|
2012-11-01 20:13:54 +01:00 |
Antoine Pitrou
|
5ebe65f8cb
|
Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded.
Patch by Serhiy Storchaka.
|
2012-11-01 19:59:21 +01:00 |
Antoine Pitrou
|
9f69e79c45
|
Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded.
Patch by Serhiy Storchaka.
|
2012-11-01 19:52:06 +01:00 |
Benjamin Peterson
|
67f7a5ad79
|
merge 3.2
|
2012-10-31 14:16:17 -04:00 |
Benjamin Peterson
|
37d2c99b22
|
fix spelling
|
2012-10-31 14:16:09 -04:00 |
Benjamin Peterson
|
d97eb0d338
|
merge 3.2 (#16345)
|
2012-10-31 14:09:11 -04:00 |
Benjamin Peterson
|
275c848736
|
merge heads
|
2012-10-31 14:06:07 -04:00 |
Benjamin Peterson
|
d1f2cb37a2
|
only fast-path fromkeys() when the constructor returns a empty dict (closes #16345)
|
2012-10-31 14:05:55 -04:00 |
Jesus Cea
|
08d8434526
|
MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
|
2012-10-31 17:02:03 +01:00 |
Jesus Cea
|
64085e3064
|
Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
|
2012-10-31 17:00:59 +01:00 |
Benjamin Peterson
|
2c05a2e01b
|
do safety checks on __qualname__ assignment
|
2012-10-31 00:01:15 -04:00 |
Benjamin Peterson
|
8afa7fa510
|
don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271)
|
2012-10-30 23:51:03 -04:00 |
R David Murray
|
cc4bacf207
|
#12890: fix test on windows
Patch by Stephen Tonkin.
|
2012-10-30 20:20:09 -04:00 |
Brian Curtin
|
6b879fa402
|
Merge 3.2
|
2012-10-29 18:18:43 -05:00 |
Brian Curtin
|
e9aeca7c24
|
Fix #16197. Update docstrings and documentation to match winreg code.
Patch by Zachary Ware.
|
2012-10-29 18:16:39 -05:00 |
Petri Lehtinen
|
4648b4779a
|
#14897: Enhance error messages of struct.pack and struct.pack_into
Patch by Matti Mäki.
|
2012-10-29 21:25:01 +02:00 |
Petri Lehtinen
|
92c28cace4
|
#14897: Enhance error messages of struct.pack and struct.pack_into
Patch by Matti Mäki.
|
2012-10-29 21:24:07 +02:00 |
Mark Dickinson
|
fb90c0934c
|
Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting.
|
2012-10-28 10:18:03 +00:00 |
Ezio Melotti
|
8630c1e346
|
#8040: merge with 3.2.
|
2012-10-27 22:11:33 +03:00 |
Ezio Melotti
|
380ce651e9
|
#8040: add a version switcher to the documentation. Patch by Yury Selivanov.
|
2012-10-27 22:09:16 +03:00 |
R David Murray
|
c4b8e05092
|
merge #12890: don't emit <p> tags in text mode when logdir specified.
Patch by Jeff McNeil.
|
2012-10-27 14:55:25 -04:00 |
R David Murray
|
252cd0e4e0
|
#12890: don't emit <p> tags in text mode when logdir specified.
Patch by Jeff McNeil.
|
2012-10-27 14:42:47 -04:00 |
Hynek Schlawack
|
254af2644a
|
#16307: Fix multiprocessing.Pool.map_async not calling its callbacks
Patch by Janne Karila.
|
2012-10-27 12:53:02 +02:00 |
Senthil Kumaran
|
cc2f0421c7
|
Issue #16250: Fix URLError invocation with proper args
|
2012-10-27 02:48:21 -07:00 |
Senthil Kumaran
|
cad7b31467
|
Issue #16250: Fix URLError invocation with proper args.
|
2012-10-27 02:26:46 -07:00 |
Mark Dickinson
|
039e0cdc28
|
Issue #16305: Merge fix from 3.2.
|
2012-10-25 10:47:46 +01:00 |
Mark Dickinson
|
76464494bc
|
Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and diagnosis.
|
2012-10-25 10:46:28 +01:00 |
Andrew Svetlov
|
9819105eed
|
Update NEWS for issue #16241
|
2012-10-25 11:36:51 +03:00 |
Ezio Melotti
|
e6c0f0d94a
|
#16210: merge with 3.2.
|
2012-10-24 23:06:56 +03:00 |
Ezio Melotti
|
837cd06d36
|
#16210: combine the two type() docs. Patch by Pete Sevander.
|
2012-10-24 23:06:25 +03:00 |
Vinay Sajip
|
f0ef7fea90
|
Fixed whitespace typo in Misc/NEWS.
|
2012-10-23 22:49:14 +01:00 |
Vinay Sajip
|
e87acc1f38
|
Issue #16116: Now uses corrected include and library paths when building C extensions in a venv.
|
2012-10-23 20:26:14 +01:00 |
Ezio Melotti
|
e6e96eea51
|
#16245: Fix the value of a few entities in html.entities.html5.
|
2012-10-23 15:51:27 +02:00 |
Andrew Svetlov
|
950d5fdc7f
|
Issue #16241: document -X faulthandler command line option.
Patch by Marek Šuppa.
|
2012-10-23 16:19:26 +03:00 |
Matthias Klose
|
aee3c76acf
|
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
|
2012-10-21 23:12:35 +02:00 |
Matthias Klose
|
c4c4842d86
|
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
|
2012-10-21 23:05:35 +02:00 |
Nadeem Vawda
|
18b7fcc7a6
|
Merge #14398: Fix size truncation and overflow bugs in bz2 module.
|
2012-10-21 21:16:58 +02:00 |
Nadeem Vawda
|
5f8f0d6777
|
Issue #14398: Fix size truncation and overflow bugs in bz2 module.
|
2012-10-21 21:13:27 +02:00 |
Antoine Pitrou
|
550841253f
|
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.
|
2012-10-21 14:14:34 +02:00 |