Georg Brandl
|
60bae6f123
|
Make printout margin important.
|
2009-10-22 16:20:55 +00:00 |
Georg Brandl
|
07de4fc978
|
Add proper references.
|
2009-10-22 16:17:05 +00:00 |
Georg Brandl
|
d1bed8e5ef
|
#6977: getopt does not support optional option arguments.
|
2009-10-22 15:54:35 +00:00 |
Georg Brandl
|
76d6d4a010
|
#7156: document curses as Unix-only.
|
2009-10-22 15:52:15 +00:00 |
Georg Brandl
|
f4ffae2b2a
|
#7035: improve docs of the various <method>_errors() functions, and give them docstrings.
|
2009-10-22 15:42:32 +00:00 |
Georg Brandl
|
030d65811f
|
Reorder __slots__ fine print and add a clarification.
|
2009-10-22 15:27:24 +00:00 |
Georg Brandl
|
c5026f8a7b
|
#7088: document new functions in signal as Unix-only.
|
2009-10-22 15:04:09 +00:00 |
Georg Brandl
|
2eee1d4df1
|
#6324: membership test tries iteration via __iter__.
|
2009-10-22 15:00:06 +00:00 |
Georg Brandl
|
6c14e587f5
|
Use "impl-detail" directive where applicable.
|
2009-10-22 11:48:10 +00:00 |
Georg Brandl
|
3954d21cc5
|
Fix stylesheet for multi-paragraph impl-details.
|
2009-10-22 11:36:50 +00:00 |
Georg Brandl
|
f5f7c66a01
|
Allow short form with text as argument.
|
2009-10-22 11:28:23 +00:00 |
Georg Brandl
|
d032912ac1
|
Document new directive.
|
2009-10-22 11:28:06 +00:00 |
Georg Brandl
|
a054722778
|
Make it more robust.
|
2009-10-22 11:01:46 +00:00 |
Georg Brandl
|
08be2e2f35
|
Add a new directive marking up implementation details and start using it.
|
2009-10-22 08:05:04 +00:00 |
Georg Brandl
|
4ebf80734d
|
Fix duplicate target.
|
2009-10-22 07:56:56 +00:00 |
Georg Brandl
|
ceb32af23f
|
Fix markup.
|
2009-10-22 07:56:02 +00:00 |
Georg Brandl
|
0968fd679b
|
Fix punctuation.
|
2009-10-22 07:05:48 +00:00 |
Benjamin Peterson
|
ff81cb812d
|
rewrite to be nice to other implementations
|
2009-10-22 02:36:47 +00:00 |
Georg Brandl
|
cf842ad418
|
#7170: fix explanation about non-weakrefable builtin types.
|
2009-10-21 07:15:59 +00:00 |
Benjamin Peterson
|
eb7c377659
|
clarify buffer arg #7178
|
2009-10-20 21:55:17 +00:00 |
Benjamin Peterson
|
e047d7953f
|
use property api
|
2009-10-20 03:14:10 +00:00 |
Eric Smith
|
c12781abcb
|
Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated.
|
2009-10-19 14:38:14 +00:00 |
Georg Brandl
|
11abfe640f
|
Fix missing word.
|
2009-10-18 07:58:12 +00:00 |
Senthil Kumaran
|
83f1ef681f
|
Fix a typo.
|
2009-10-18 01:58:45 +00:00 |
Senthil Kumaran
|
45a505f7e7
|
Fix for Issue7155 - urllib do not document default use of system proxy configuration
|
2009-10-18 01:24:41 +00:00 |
Georg Brandl
|
9b4e5820cb
|
#7116: str.join() takes an iterable.
|
2009-10-14 18:48:32 +00:00 |
Georg Brandl
|
647e9d2652
|
#7126: os.environ changes *do* take effect in subprocesses started with os.system().
|
2009-10-14 15:57:46 +00:00 |
Georg Brandl
|
5ffa146fde
|
Fix markup.
|
2009-10-13 18:10:59 +00:00 |
Andrew M. Kuchling
|
5c4e6ebbf5
|
Various link, textual, and markup fixes
|
2009-10-13 16:11:49 +00:00 |
Andrew M. Kuchling
|
7fe65a0a94
|
Link to PEP
|
2009-10-13 15:49:33 +00:00 |
Benjamin Peterson
|
526bec21d0
|
platform we don't care about
|
2009-10-12 01:26:07 +00:00 |
Georg Brandl
|
a4314c2b21
|
Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there.
|
2009-10-11 20:16:16 +00:00 |
Georg Brandl
|
6728c5a762
|
Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work.
|
2009-10-11 18:31:23 +00:00 |
Vinay Sajip
|
1c77b7f84c
|
Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code.
|
2009-10-10 20:32:36 +00:00 |
Mark Dickinson
|
d5a713ec30
|
Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting.
|
2009-10-08 20:02:25 +00:00 |
Andrew M. Kuchling
|
85ea4bf781
|
Remove two notes
|
2009-10-05 22:45:39 +00:00 |
Andrew M. Kuchling
|
fa6a4271c1
|
Backport r73983: Document the thousands separator.
|
2009-10-05 22:42:56 +00:00 |
Andrew M. Kuchling
|
b6f0128c63
|
Use standard comma punctuation; reword some sentences in the docs
|
2009-10-05 22:32:48 +00:00 |
Andrew M. Kuchling
|
400054e59e
|
Reword sentence
|
2009-10-05 22:31:11 +00:00 |
Andrew M. Kuchling
|
5a9c40b21c
|
Add various items
|
2009-10-05 22:30:22 +00:00 |
Andrew M. Kuchling
|
915b1206f2
|
Note side benefit of socket.create_connection()
|
2009-10-05 21:25:35 +00:00 |
Andrew M. Kuchling
|
f6e3d7d585
|
Document 'skip' parameter to constructor
|
2009-10-05 21:25:03 +00:00 |
Andrew M. Kuchling
|
f5852f59d9
|
Fix narkup
|
2009-10-05 21:24:35 +00:00 |
Andrew M. Kuchling
|
3fab04078d
|
Wording fix
|
2009-10-05 21:24:20 +00:00 |
Mark Dickinson
|
530df33eac
|
Issue #7028: Add note to hex() builtin docs pointing to float.hex().
|
2009-10-03 10:14:34 +00:00 |
Tarek Ziadé
|
1b48671ef1
|
#6516 added owner/group support for tarfiles in Distutils
|
2009-10-02 23:49:48 +00:00 |
Georg Brandl
|
f895cf5d33
|
#7031: Add TestCase.assertIsInstance and negated method.
|
2009-10-01 20:59:31 +00:00 |
Antoine Pitrou
|
c9062ca308
|
Sync the 2.x `io` docs with py3k, with a small note as to the distinction
between bytes streams and text streams.
|
2009-10-01 17:08:03 +00:00 |
Gregory P. Smith
|
657024cd26
|
Mention issue6972 in extractall docs about overwriting things outside of
the supplied path.
|
2009-09-29 21:56:31 +00:00 |
Philip Jenvey
|
8b9020458a
|
#5329: fix os.popen* regression from 2.5: don't execute commands as a sequence
through the shell. also document the correct subprocess replacement for this
case
patch from Jean-Paul Calderone and Jani Hakala
|
2009-09-29 19:10:15 +00:00 |