Commit graph

1998 commits

Author SHA1 Message Date
Antoine Pitrou
da7be3e7b7 Fix the doc for PIPE_BUF 2011-01-25 16:28:44 +00:00
Terry Reedy
feac624827 Issue #11000 ast.parse parses source, not just expressions. 2011-01-24 21:36:03 +00:00
Terry Reedy
2a6ac15f26 Update last tix code example for 3.x, as already done for previous examples. 2011-01-24 20:48:40 +00:00
Georg Brandl
009a6bd675 Fix label syntax. 2011-01-24 19:59:08 +00:00
Georg Brandl
8e490de616 Typo fix. 2011-01-24 19:53:18 +00:00
R. David Murray
7b1aae9a52 #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.
Original patch by Michal Nowikowski, with some additions and wording
fixes by me.

I changed the wording from 'Performs a stat system call' to 'Performs
the equivalent of a stat system call', since on Windows there are no
stat/lstat system calls involved.  I also extended Michal's breakout
of the attributes into a list to the other paragraphs, and rearranged
the order of the paragraphs in the 'stat' docs to make it flow
better and put it in what I think is a more logical/useful order.
2011-01-24 19:34:58 +00:00
Raymond Hettinger
ead4975b9f Missing source links. 2011-01-24 16:28:06 +00:00
Raymond Hettinger
9a236b0235 Add section for urllib.parse. 2011-01-24 09:01:27 +00:00
Raymond Hettinger
971f48320b minor clean-up. 2011-01-23 21:32:18 +00:00
Raymond Hettinger
98b140c196 Add entry for reprlib. 2011-01-23 21:05:46 +00:00
Raymond Hettinger
0929b1fc70 Add entry for shutil's archiving operations. 2011-01-23 11:29:08 +00:00
Antoine Pitrou
00d650baaa Fix JSON docs about loads() accepting only str objects, not bytes. 2011-01-21 21:37:32 +00:00
Raymond Hettinger
a275c989c9 Add more examples 2011-01-20 04:03:19 +00:00
Georg Brandl
ecdd63f56c #10944: add c_bool to types table. 2011-01-19 20:05:49 +00:00
Alexander Belopolsky
41a99bc20d Issue #10934: Fixed and expanded Internaldate2tuple() and
Time2Internaldate() documentation.  Thanks Joe Peterson for the report
and the original patch.
2011-01-19 19:53:30 +00:00
Georg Brandl
375aec2315 Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
Victor Stinner
c58be2ddc0 urllib doc: add versionchanged sections for parse_qs() and parse_qsl() 2011-01-14 13:31:45 +00:00
Victor Stinner
ac71c54b88 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() 2011-01-14 12:52:12 +00:00
Eli Bendersky
489f392a0e Issue #10902: Fix reference to run* methods 2011-01-14 08:25:03 +00:00
Alexander Belopolsky
cc75a86123 Issue #9268: Documented -m pickletools usage.
Also added a source code link.
2011-01-13 21:58:44 +00:00
Georg Brandl
37a80dc7bc Fix the example output of count(). 2011-01-13 07:31:18 +00:00
Alexander Belopolsky
287d1fdd3f Issue #10225: Fixed the simple mistakes in doctests. 2011-01-12 16:37:14 +00:00
Raymond Hettinger
5cee47f321 Add entry for Barrier objects. 2011-01-11 19:59:46 +00:00
Alexander Belopolsky
5fc850b455 Improved footnote for the %Y directive slightly. 2011-01-10 23:31:51 +00:00
Alexander Belopolsky
085556ae89 Improved description of %Y directive. 2011-01-10 23:28:33 +00:00
Alexander Belopolsky
9971e001ef Issue #2568: Removed bogus rationale for supporting tm_sec=61. 2011-01-10 22:56:14 +00:00
Raymond Hettinger
05ce079a1c Missed two source links 2011-01-10 21:16:07 +00:00
Raymond Hettinger
4f707fd316 Separate source link from main text. 2011-01-10 19:54:11 +00:00
Alexander Belopolsky
04da1e013a Fixed a footnote reference 2011-01-10 19:14:38 +00:00
Raymond Hettinger
1048094037 Move source links to consistent location and remove wordy, big yellow boxes. 2011-01-10 03:26:08 +00:00
Georg Brandl
04536b0edf #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of opened file objects. 2011-01-09 09:31:01 +00:00
Georg Brandl
c9007081ef Wrap some long examples and signatures. 2011-01-09 09:04:08 +00:00
Georg Brandl
619e7ba814 #10869: do not visit root node twice in ast.increment_lineno(). 2011-01-09 07:38:51 +00:00
Georg Brandl
4ad934f63c zlib only works with bytes objects. 2011-01-08 21:04:25 +00:00
Alexander Belopolsky
2997837158 Fixed documentation to reflect recent changes for years < 1900. 2011-01-08 20:47:21 +00:00
Raymond Hettinger
83b1ab0d6a Issue 9717: Segregate and improve the documentation of "in-place" operators
in the operator module.
2011-01-08 10:26:53 +00:00
Georg Brandl
d97b7b5158 #10855: document close() semantics of wave objects. 2011-01-08 09:45:43 +00:00
Raymond Hettinger
5254e9700e Issue 10533: Need example of using __missing__. 2011-01-08 09:35:38 +00:00
Raymond Hettinger
0ab10e4600 Issue #10813: Small improvement to decimal money format recipe. 2011-01-08 09:03:11 +00:00
R. David Murray
9253214fd9 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
This applies only when generating strings from non-RFC compliant binary
input; it makes the existing recoding behavior more consistent (ie:
now no data is lost when recoding).
2011-01-07 23:25:30 +00:00
Raymond Hettinger
7088abdca6 Revert r87821 which moved the source link to the wrong section (from the module intro covering the module to a section on thread imports). 2011-01-07 21:54:18 +00:00
Raymond Hettinger
1122fa2eb4 Revert r87823 which moved the source link to the wrong section. 2011-01-07 21:17:56 +00:00
Georg Brandl
2f2a9f772d Fix indent. 2011-01-07 20:58:25 +00:00
Raymond Hettinger
fc90213f53 Combine the two seealso sections. 2011-01-07 20:33:09 +00:00
Alexander Belopolsky
c64708ae48 Issue #10827: Changed the rules for 2-digit years. The time.asctime
function will now format any year when time.accept2dyear is false and
will accept years >= 1000 otherwise.  The year range accepted by
time.mktime and time.strftime is still system dependent, but
time.mktime will now accept full range supported by the OS. Conversion
of 2-digit years to 4-digit is deprecated.
2011-01-07 19:59:19 +00:00
Antoine Pitrou
696efdd03f Mention multiprocessing.Queue in the queue docs 2011-01-07 19:16:12 +00:00
Antoine Pitrou
4b512f73e0 Group seealsos 2011-01-07 19:01:48 +00:00
Antoine Pitrou
60bcc54d2e Put those "seealso"s together 2011-01-07 18:58:21 +00:00
Antoine Pitrou
bdde506116 Put those source links together 2011-01-07 18:43:14 +00:00
Antoine Pitrou
1bdd6fd7c7 atexit.py doesn't exist 2011-01-07 18:42:21 +00:00