Gregory P. Smith
|
ae42ec8004
|
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
its destination path when extracting malicious zip files.
|
2013-02-01 11:35:00 -08:00 |
|
Gregory P. Smith
|
193e1be72d
|
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
its destination path when extracting malicious zip files.
|
2013-02-01 11:31:31 -08:00 |
|
Gregory P. Smith
|
b47acbf46a
|
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
its destination path when extracting malicious zip files.
|
2013-02-01 11:22:43 -08:00 |
|
Ezio Melotti
|
3182a3e55f
|
#16128: merge with 3.3.
|
2013-02-01 05:20:20 +02:00 |
|
Ezio Melotti
|
84ad6aea73
|
#16128: merge with 3.2.
|
2013-02-01 05:20:06 +02:00 |
|
Ezio Melotti
|
188ad851fb
|
#16128: clarify that instances of user-defined classes compare equal with themselves.
|
2013-02-01 05:18:44 +02:00 |
|
Ezio Melotti
|
d23c0a8992
|
#17040: document that shelve.open() and the Shelf object can be used as context managers. Initial patch by Berker Peksag.
|
2013-02-01 05:01:50 +02:00 |
|
Vinay Sajip
|
05361bab89
|
Merged documentation update from 3.3.
|
2013-01-30 13:44:34 +00:00 |
|
Vinay Sajip
|
2b4fcfbbec
|
Updated venv documentation with an example.
|
2013-01-30 13:44:00 +00:00 |
|
Benjamin Peterson
|
63c5202715
|
merge 3.3 (#4590)
|
2013-01-28 18:28:53 -05:00 |
|
Benjamin Peterson
|
4dafd4075c
|
fix long fixer docs (#4590)
|
2013-01-28 18:28:38 -05:00 |
|
Mark Dickinson
|
07c7136524
|
Issue #16772: in int(x, base), non-integer bases must have an __index__ method.
|
2013-01-27 10:17:52 +00:00 |
|
Sandro Tosi
|
876a58b8d1
|
merge with 3.3
|
2013-01-27 00:33:22 +01:00 |
|
Sandro Tosi
|
4c1b9f4ca7
|
fix typo; thanks to Andrew Harrington from docs@
|
2013-01-27 00:33:04 +01:00 |
|
Eli Bendersky
|
48c50bf4c8
|
Clarify ET.iterparse documentation - this function is not supported by the
C implementation.
|
2013-01-24 07:23:34 -08:00 |
|
Vinay Sajip
|
560eff173c
|
Merged doc update from 3.3.
|
2013-01-23 09:32:32 +00:00 |
|
Vinay Sajip
|
9427b03133
|
Merged doc update from 3.2.
|
2013-01-23 09:32:10 +00:00 |
|
Vinay Sajip
|
3d9e972270
|
Corrected typo, added comment in cookbook recipe.
|
2013-01-23 09:31:19 +00:00 |
|
Ezio Melotti
|
605a95ae44
|
#11379: merge with 3.3.
|
2013-01-22 22:50:06 +02:00 |
|
Ezio Melotti
|
564e4d8dc9
|
#11379: merge with 3.2.
|
2013-01-22 22:49:46 +02:00 |
|
Ezio Melotti
|
da4b5b82a3
|
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
|
2013-01-22 22:47:57 +02:00 |
|
Vinay Sajip
|
88069d217a
|
Merged doc update from 3.3.
|
2013-01-22 15:58:34 +00:00 |
|
Vinay Sajip
|
a3bdce8c91
|
Merged doc update from 3.2.
|
2013-01-22 15:58:14 +00:00 |
|
Vinay Sajip
|
4b88d6c664
|
Added cookbook recipe for structured logging.
|
2013-01-22 15:57:39 +00:00 |
|
Vinay Sajip
|
be2795a6f9
|
Merged documentation update from 3.3.
|
2013-01-22 13:13:43 +00:00 |
|
Vinay Sajip
|
7f3e993a3a
|
Merged documentation update from 3.2.
|
2013-01-22 13:13:16 +00:00 |
|
Vinay Sajip
|
f186911e24
|
Updated logging HOWTO with a diagram.
|
2013-01-22 13:12:34 +00:00 |
|
Serhiy Storchaka
|
2ba095c6c5
|
Fix shutil.which() test for issue #16993.
|
2013-01-22 10:32:16 +02:00 |
|
Serhiy Storchaka
|
80c88f4304
|
Fix shutil.which() test for issue #16993.
|
2013-01-22 10:31:36 +02:00 |
|
Vinay Sajip
|
e461f7939d
|
Issue #17007: Merged minor changes from 3.3.
|
2013-01-21 21:58:29 +00:00 |
|
Vinay Sajip
|
9fff3865da
|
Issue #17007: Merged minor changes from 3.2.
|
2013-01-21 21:58:05 +00:00 |
|
Vinay Sajip
|
52b3d34d1c
|
Issue #17007: Made minor changes to documentation wording.
|
2013-01-21 21:57:10 +00:00 |
|
Vinay Sajip
|
272b0e324c
|
Closes #17007: Merged doc update from 3.3.
|
2013-01-21 19:46:18 +00:00 |
|
Vinay Sajip
|
f29839e8e8
|
Issue #17007: Merged doc update from 3.2.
|
2013-01-21 19:45:27 +00:00 |
|
Vinay Sajip
|
6c4c16cdb8
|
Issue #17007: Improved logging documentation based on suggestions in the issue.
|
2013-01-21 19:44:28 +00:00 |
|
Serhiy Storchaka
|
5b987c2e68
|
Issue #16993: shutil.which() now preserves the case of the path and extension
on Windows.
|
2013-01-21 15:01:34 +02:00 |
|
Serhiy Storchaka
|
014791f848
|
Issue #16993: shutil.which() now preserves the case of the path and extension
on Windows.
|
2013-01-21 15:00:27 +02:00 |
|
Stefan Krah
|
a12ff2c682
|
Merge 3.3.
|
2013-01-20 23:19:22 +01:00 |
|
Stefan Krah
|
e4aa08e52b
|
Issue #7353: Remove references to Include/intobject.h in the C-porting howto.
|
2013-01-20 23:18:00 +01:00 |
|
Benjamin Peterson
|
668d2cc3d8
|
merge 3.3
|
2013-01-20 10:09:51 -05:00 |
|
Benjamin Peterson
|
648fa19745
|
end is a keyword argument
|
2013-01-20 10:09:44 -05:00 |
|
Benjamin Peterson
|
e7ce184fe8
|
merge 3.3
|
2013-01-20 10:05:28 -05:00 |
|
Benjamin Peterson
|
0781900068
|
expressions -> arguments
|
2013-01-20 10:05:13 -05:00 |
|
Ezio Melotti
|
c7ca59a8ae
|
#16557: merge with 3.3.
|
2013-01-20 16:35:09 +02:00 |
|
Ezio Melotti
|
5246f66e5e
|
#16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte.
|
2013-01-20 16:34:21 +02:00 |
|
Ezio Melotti
|
60a64d7cbb
|
#4153: merge with 3.3.
|
2013-01-20 12:18:34 +02:00 |
|
Ezio Melotti
|
81b46ec0e5
|
#4153: merge with 3.2.
|
2013-01-20 12:18:17 +02:00 |
|
Ezio Melotti
|
410eee566f
|
#4153: update the Unicode howto.
|
2013-01-20 12:16:03 +02:00 |
|
Antoine Pitrou
|
21f3283d31
|
Remove cruft and circumvolutions from the unittest docs.
(I would have preferred to post this for review but the bug tracker is pretty much dead at the moment)
|
2013-01-20 01:31:20 +01:00 |
|
Antoine Pitrou
|
2c5e9504d8
|
Remove cruft and circumvolutions from the unittest docs.
(I would have preferred to post this for review but the bug tracker is pretty much dead at the moment)
|
2013-01-20 01:29:39 +01:00 |
|