Ezio Melotti
|
dc118790de
|
#13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
|
2012-11-09 11:46:19 +01:00 |
Ezio Melotti
|
8b6b176b33
|
#16440: fix exception type and clarify example.
|
2012-11-09 01:08:25 +02:00 |
Ezio Melotti
|
090177676a
|
#16440: fix exception type and clarify example.
|
2012-11-09 01:03:44 +02:00 |
Andrew Svetlov
|
3eb0e1da80
|
Issue #16439: Fix markup in example for stdtypes.
Thanks to Yongzhi Pan.
|
2012-11-08 17:29:02 +02:00 |
Andrew Svetlov
|
5c90436d64
|
Issue #16439: Fix markup in example for stdtypes.
Thanks to Yongzhi Pan.
|
2012-11-08 17:26:53 +02:00 |
Andrew Svetlov
|
0e9a065275
|
Issue #16435: Link in tutorial now points to python3 FAQ.
Thanks to Yongzhi Pan from docs@
|
2012-11-08 16:10:49 +02:00 |
Ezio Melotti
|
9b19c4bea9
|
#16433: fix docstring of assertNotEqual.
|
2012-11-08 11:08:39 +02:00 |
Ezio Melotti
|
90eea97a33
|
#16433: fix docstring of assertNotEqual.
|
2012-11-08 11:08:39 +02:00 |
Ezio Melotti
|
78b18d4b4c
|
#11481: update copyreg docs and add example.
|
2012-11-08 11:04:57 +02:00 |
Ezio Melotti
|
527b1499cc
|
#11481: fix markup.
|
2012-11-08 11:02:58 +02:00 |
Ezio Melotti
|
b1c0e3b229
|
#11481: update copy_reg docs and add example.
|
2012-11-08 10:59:03 +02:00 |
Ezio Melotti
|
44dbd07a51
|
Merge heads.
|
2012-11-08 10:11:22 +02:00 |
Ezio Melotti
|
26025d6385
|
#10385: use the mod role in subprocess docs.
|
2012-11-08 10:07:10 +02:00 |
Ezio Melotti
|
402f75d966
|
#10385: use the mod role in subprocess docs.
|
2012-11-08 10:07:10 +02:00 |
Hynek Schlawack
|
b271b3e188
|
Issue #15001: fix segfault on "del sys.modules['__main__']"
Patch by Victor Stinner.
|
2012-11-07 09:41:28 +01:00 |
Hynek Schlawack
|
5c6b3e214c
|
Issue #15001: fix segfault on "del sys.module['__main__']"
Patch by Victor Stinner.
|
2012-11-07 09:02:24 +01:00 |
Nick Coghlan
|
692b023f77
|
Record a known crasher from #6717
|
2012-11-05 21:26:57 +10:00 |
Nadeem Vawda
|
6cad3712b3
|
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF.
Patch by Serhiy Storchaka.
|
2012-11-05 00:55:06 +01:00 |
Nadeem Vawda
|
39079946a2
|
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF.
Patch by Serhiy Storchaka.
|
2012-11-05 00:37:42 +01:00 |
Ezio Melotti
|
751a50fadc
|
Fix typo.
|
2012-11-05 00:06:50 +02:00 |
Ezio Melotti
|
6c5f5210be
|
#5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds.
|
2012-11-05 00:06:32 +02:00 |
Ezio Melotti
|
c18cc0edff
|
#5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds.
|
2012-11-05 00:03:21 +02:00 |
Mark Dickinson
|
8cd1c7681d
|
Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method.
|
2012-11-04 11:46:17 +00:00 |
Ezio Melotti
|
b87f82f8d4
|
#16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.
|
2012-11-04 06:59:22 +02:00 |
Ezio Melotti
|
51c374dede
|
#16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.
|
2012-11-04 06:46:28 +02:00 |
Jesus Cea
|
93d628b378
|
Closes #16183: ZipExtFile object close without file handle closed (backporting of Issue #9846)
|
2012-11-04 02:32:08 +01:00 |
Christian Heimes
|
6d26ade920
|
Fix compilation on Windows
|
2012-11-03 23:07:59 +01:00 |
Christian Heimes
|
146a5fead2
|
Fix compilation on Windows
|
2012-11-03 23:07:59 +01:00 |
Ezio Melotti
|
540da76115
|
#16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka.
|
2012-11-03 23:03:39 +02:00 |
Ezio Melotti
|
8af179e744
|
Fix a couple typos in Misc/NEWS.
|
2012-11-03 21:30:32 +02:00 |
Ezio Melotti
|
50bc66a983
|
Fix a couple typos in Misc/NEWS.
|
2012-11-03 21:29:08 +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
|
4e2005dc0d
|
Merge heads.
|
2012-11-03 21:18:57 +02:00 |
Chris Jerdonek
|
b9829fca71
|
Backport from 3.2: link to mapping glossary entry in docs.
|
2012-11-03 12:13:46 -07:00 |
Ezio Melotti
|
67dc4a87fc
|
#8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error.
|
2012-11-03 21:10:45 +02:00 |
Chris Jerdonek
|
11f3f172e7
|
Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.
|
2012-11-03 12:05:55 -07: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
|
ef3173877c
|
#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:31:12 +02:00 |
Ezio Melotti
|
dedfa9bfae
|
#4711: break long words in the docs sidebar to avoid overflow.
|
2012-11-03 18:25:04 +02:00 |
Ezio Melotti
|
d1076dbef8
|
#4711: break long words in the docs sidebar to avoid overflow.
|
2012-11-03 18:25:04 +02:00 |
Ezio Melotti
|
cfe446e4f6
|
Remove trailing whitespace.
|
2012-11-03 18:24:11 +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 |
Ezio Melotti
|
7d24b1698a
|
#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:30:51 +02:00 |
Georg Brandl
|
4552e3f95c
|
Grammar touchup.
|
2012-11-02 07:34:37 +01:00 |
Georg Brandl
|
d7bae5e85a
|
Grammar touchup.
|
2012-11-02 07:34:37 +01: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 |
Andrew Svetlov
|
5018db76aa
|
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Patch by Todd Rovito.
|
2012-11-01 22:39:14 +02:00 |
Andrew Svetlov
|
5bb420761f
|
Reword set docs to use *proper subset/superset* terminology.
|
2012-11-01 21:47:54 +02:00 |
Andrew Svetlov
|
2c184c6d75
|
Reword set docs to use *proper subset/superset* terminology.
|
2012-11-01 21:47:05 +02:00 |
Andrew Svetlov
|
1491cbdf63
|
Issue #14893: Add function annotation example to function tutorial.
Patch by Zachary Ware.
|
2012-11-01 21:26:55 +02:00 |