Brett Cannon
|
60622ed12a
|
Minor markup tweak.
|
2012-07-30 19:31:00 -04:00 |
|
Brett Cannon
|
73df364ee6
|
Add a versionchanged mention to __import__ in regards to negative level values.
|
2012-07-30 18:35:17 -04:00 |
|
Barry Warsaw
|
d7d2194ea1
|
Integration of importdocs from the features/pep-420 repo.
|
2012-07-29 16:36:17 -04:00 |
|
Andrew Svetlov
|
69f343941f
|
Issue #15041: update "see also" list in tkinter documentation.
|
2012-07-26 17:16:24 +03:00 |
|
Andrew Svetlov
|
e708a8a4aa
|
Issue #15041: update "see also" list in tkinter documentation.
|
2012-07-26 17:02:57 +03:00 |
|
Antoine Pitrou
|
c5618f039d
|
Mention the *limit* argument of TextIO.readline().
|
2012-07-25 22:40:05 +02:00 |
|
Antoine Pitrou
|
707bd4e385
|
Mention the *limit* argument of TextIO.readline().
|
2012-07-25 22:38:33 +02:00 |
|
Vinay Sajip
|
f7dbb0f64e
|
Closes #15445: Merged documentation update from 3.2.
|
2012-07-25 19:20:32 +01:00 |
|
Vinay Sajip
|
393e23fbb5
|
Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios.
|
2012-07-25 19:19:25 +01:00 |
|
Eli Bendersky
|
f7a54a0f12
|
Cleanup the doc a bit: remove useless example and sentence
|
2012-07-24 20:44:48 +03:00 |
|
Eli Bendersky
|
e431ed2354
|
Clarify what happens if shallow is false. Also, the caching note is not really correct since the cache gets occasionally cleared; therefore I removed it.
|
2012-07-24 19:47:34 +03:00 |
|
Senthil Kumaran
|
d74062948d
|
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
|
2012-07-22 19:31:36 -07:00 |
|
Senthil Kumaran
|
28a9f2193a
|
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
|
2012-07-22 19:12:58 -07:00 |
|
R David Murray
|
4fb6b0a104
|
Merge #15429: Fix invalid mention of types.NoneType from None docs.
|
2012-07-22 20:43:42 -04:00 |
|
R David Murray
|
e60e12b57a
|
#15429: Fix invalid mention of types.NoneType from None docs.
|
2012-07-22 20:43:13 -04:00 |
|
Meador Inge
|
5116704ec5
|
Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation.
|
2012-07-20 19:50:41 -05:00 |
|
Vinay Sajip
|
5e1658c5d7
|
Closes #15399: merged documentation fix from 3.2.
|
2012-07-20 09:51:20 +01:00 |
|
Vinay Sajip
|
3be7a8bbcf
|
Issue #15399: Added versionchanged for processName.
|
2012-07-20 09:50:18 +01:00 |
|
Hynek Schlawack
|
26fe37dd3f
|
#1492704: Backout and wait for 3.4
|
2012-07-19 21:41:02 +02:00 |
|
Hynek Schlawack
|
77d3283370
|
#1492704: Make shutil.copyfile() raise a distinct SameFileError
Patch by Atsuo Ishimoto.
|
2012-07-19 20:23:49 +02:00 |
|
Nick Coghlan
|
c5afd42df8
|
Fix importlib.machinery.all_suffixes docs
|
2012-07-18 23:59:08 +10:00 |
|
Nick Coghlan
|
76e077001d
|
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_suffixes() API rather than the deprecated inspect.getmoduleinfo()
|
2012-07-18 23:14:57 +10:00 |
|
Vinay Sajip
|
90db661b43
|
Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren.
|
2012-07-17 17:33:46 +01:00 |
|
Raymond Hettinger
|
b22ba046ae
|
Fix typo
|
2012-07-16 02:07:41 -07:00 |
|
Raymond Hettinger
|
b2269baca3
|
Clean-up example
|
2012-07-15 23:53:32 -07:00 |
|
Raymond Hettinger
|
2a61c451f2
|
cm.parents is property, not a method
|
2012-07-15 22:37:20 -07:00 |
|
Larry Hastings
|
950b76ab1a
|
Doc fix: the text role is called "func", not "funk".
|
2012-07-15 17:32:36 -07:00 |
|
Larry Hastings
|
7aa2c8baae
|
Issue #15202: Additional documentation fixes inadvertently omitted
from previous checkin.
|
2012-07-15 16:58:29 -07:00 |
|
Larry Hastings
|
b40380667c
|
Issue #15202: Consistently use the name "follow_symlinks" for
new parameters in os and shutil functions. Patch by Serhiy Storchaka.
|
2012-07-15 10:57:38 -07:00 |
|
Nick Coghlan
|
8ecf50474c
|
Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al)
|
2012-07-15 21:19:18 +10:00 |
|
Nick Coghlan
|
85e729ec3b
|
Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357)
|
2012-07-15 18:09:52 +10:00 |
|
Eli Bendersky
|
f96cf911a0
|
Issue #9458: clarify the documentation of ElementTree.write with regards to the type of the stream expected for a given encoding
|
2012-07-15 06:19:44 +03:00 |
|
Eli Bendersky
|
00f402bfcb
|
Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Storchaka, with some minor fixes by me
|
2012-07-15 06:02:22 +03:00 |
|
Larry Hastings
|
1191709b13
|
- Issue #15233: Python now guarantees that callables registered with
the atexit module will be called in a deterministic order.
|
2012-07-14 18:20:37 -07:00 |
|
Larry Hastings
|
ad5ae0456e
|
- Issue #15238: shutil.copystat now copies Linux "extended attributes".
|
2012-07-14 17:55:11 -07:00 |
|
Brett Cannon
|
15810673dc
|
Minor grammatical tweaks.
|
2012-07-14 14:30:48 -04:00 |
|
Eli Bendersky
|
f877a7cce1
|
Some small fixes and clarifications to the io documentation
|
2012-07-14 21:22:25 +03:00 |
|
Nick Coghlan
|
24711c4fac
|
Merge #15230 doc updates from 3.2
|
2012-07-15 00:38:43 +10:00 |
|
Nick Coghlan
|
a3d1cac4b2
|
Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue
|
2012-07-15 00:36:39 +10:00 |
|
Brett Cannon
|
d104eef118
|
Issue #15053: Make sure all functions related to the import lock have
the Python 3.3 change notice on them in case someone directly links to
the function(s).
|
2012-07-13 11:26:19 -04:00 |
|
Antoine Pitrou
|
52cc722ab8
|
Add c_size_t and c_ssize_t to the ctypes summary table.
|
2012-07-12 20:31:50 +02:00 |
|
Raymond Hettinger
|
921d1244c6
|
Show the proper way to exit a cmd shell
|
2012-07-12 11:26:01 -07:00 |
|
Eli Bendersky
|
78da3bc0af
|
Additional fixes to multiprocessing docs (for issue #13686)
|
2012-07-13 10:10:05 +03:00 |
|
Eli Bendersky
|
8a80502d2c
|
Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch by Serhiy Storchaka, with some minor style adjustments by me.
|
2012-07-13 09:52:39 +03:00 |
|
Eli Bendersky
|
b674dcf53e
|
Some fixes for the documentation of multiprocessing (per issue #13686)
|
2012-07-13 09:45:31 +03:00 |
|
Eli Bendersky
|
e08824c300
|
Remove :noindex: for threading.Thread which killed all reference links to it
|
2012-07-13 09:01:57 +03:00 |
|
Antoine Pitrou
|
c128167318
|
Add c_size_t and c_ssize_t to the ctypes summary table.
|
2012-07-12 20:32:11 +02:00 |
|
Raymond Hettinger
|
77f7a9bcc9
|
merge
|
2012-07-12 11:26:56 -07:00 |
|
Vinay Sajip
|
c4618e33b2
|
Factored out common venv documentation and added more information about Distribute/pip.
|
2012-07-10 08:21:07 +01:00 |
|
Raymond Hettinger
|
f07d949367
|
Fix markup
|
2012-07-09 12:43:57 -07:00 |
|