Victor Stinner
|
69a6ca5260
|
os.unlinkat() has been removed, update os.fwalk() doc
|
2012-08-05 15:18:02 +02:00 |
Nick Coghlan
|
31096a94e7
|
Issue #14814: Attempt to clarify network address and broadcast address for less experienced users
|
2012-08-05 22:52:38 +10:00 |
Nick Coghlan
|
7362c3efeb
|
Issue #14814: Finish review of ipaddress network object docs (initial patch was by Eli Bendersky)
|
2012-08-05 22:32:37 +10:00 |
Nick Coghlan
|
730f67f2fa
|
Issue 14814: Docs work showed some more cases of networks pretending to be addresses and highlighted the weird approach to implementing the 'is_whatever' properties. Impl now illustrates far more clearly that networks have a property if both their network and broadcast addresses have that property
|
2012-08-05 22:02:18 +10:00 |
Victor Stinner
|
15f3d1e266
|
Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc
|
2012-08-04 20:57:48 +02:00 |
Sandro Tosi
|
ba5010a649
|
merge with 3.2
|
2012-08-04 19:42:46 +02:00 |
Sandro Tosi
|
da9df92068
|
add missing period; thanks to Gaston Fiore from docs@
|
2012-08-04 19:42:24 +02:00 |
Antoine Pitrou
|
848698727f
|
Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and
os.sched_setaffinity now use regular sets of integers to represent the
CPUs a process is restricted to.
|
2012-08-04 16:16:35 +02:00 |
Victor Stinner
|
d1f9352bd4
|
(Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n'
doesn't translate newlines on output.
|
2012-08-04 01:22:07 +02:00 |
Victor Stinner
|
401e17d0f0
|
open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't
translate newlines on output.
|
2012-08-04 01:18:56 +02:00 |
Antoine Pitrou
|
3c25dfbf13
|
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
|
2012-08-04 00:56:19 +02:00 |
Antoine Pitrou
|
0c1c0d42dc
|
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
|
2012-08-04 00:55:38 +02:00 |
Brett Cannon
|
077ef45a74
|
Update the What's New details for importlib based on doc/ABC changes.
|
2012-08-02 17:50:06 -04:00 |
Brett Cannon
|
773468f3a9
|
Ditch the 'self' argument in importlib docs since it's implied.
|
2012-08-02 17:35:34 -04:00 |
Nick Coghlan
|
4941774f59
|
Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue
|
2012-08-02 23:03:58 +10:00 |
Nick Coghlan
|
e3376ef6d2
|
Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant
|
2012-08-02 22:02:35 +10:00 |
Nick Coghlan
|
ff79486bb5
|
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow
|
2012-08-02 21:45:24 +10:00 |
Nick Coghlan
|
8a9080feff
|
Issue #15502: Bring the importlib ABCs into line with the current state of the import protocols given PEP 420. Original patch by Eric Snow.
|
2012-08-02 21:26:03 +10:00 |
Eli Bendersky
|
f37c0c73fe
|
Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py
|
2012-08-02 02:56:39 +03:00 |
Antoine Pitrou
|
c86e8d9c17
|
Improve wording for __hash__
|
2012-08-01 14:53:22 +02:00 |
Antoine Pitrou
|
0209dc1ff6
|
Clarify that hash randomization is on by default
|
2012-08-01 14:53:16 +02:00 |
Barry Warsaw
|
9a5af1288d
|
merge
|
2012-07-31 16:03:25 -04:00 |
Barry Warsaw
|
dadebab42c
|
Finally, a coherent set of terminology for all the lil' beasties involved.
|
2012-07-31 16:03:09 -04:00 |
Eli Bendersky
|
dfd72bbc4d
|
Issue #14814: fix some typos in howto/ipaddress.rst
|
2012-07-31 17:25:33 +03:00 |
Eli Bendersky
|
0e49749f31
|
Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects
|
2012-07-31 17:23:11 +03:00 |
Eli Bendersky
|
73a74dad3f
|
Issue #15231: rephrase the last paragraph slightly
|
2012-07-31 06:14:59 +03:00 |
Victor Stinner
|
1713f9ae5e
|
Update the string limit in the faulthandler documentations
|
2012-07-31 03:25:28 +02:00 |
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
|
cbc4c1930f
|
Another XXX.
|
2012-07-30 16:57:20 -04:00 |
Barry Warsaw
|
c1e721b979
|
Address substantially all of Eric Snow's comments in issue #15295, except for
those which now have additional XXX's here. I'll get to those later. :)
|
2012-07-30 16:24:12 -04:00 |
Barry Warsaw
|
d7d2194ea1
|
Integration of importdocs from the features/pep-420 repo.
|
2012-07-29 16:36:17 -04:00 |
Vinay Sajip
|
a61b45980b
|
Merged documentation update from 3.2.
|
2012-07-27 10:55:16 +01:00 |
Vinay Sajip
|
a58d668fd9
|
Improved cookbook entry and fixed typo.
|
2012-07-27 10:54:10 +01: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
|
c43c558658
|
Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py. Patch by Chris Jerdonek
|
2012-07-24 19:51:06 +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 |
Jesus Cea
|
e9f35cc149
|
MERGE: Rollback an incorrect Doc/ACKS.txt entry
|
2012-07-23 18:43:18 +02:00 |
Jesus Cea
|
55624da8a8
|
Rollback an incorrect Doc/ACKS.txt entry
|
2012-07-23 18:42:37 +02:00 |
Jesus Cea
|
653e4b30e3
|
MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
|
2012-07-23 18:16:18 +02:00 |
Jesus Cea
|
189fdf187b
|
Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
|
2012-07-23 18:15:33 +02: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 |