Georg Brandl
910df2fc4e
Add a version tag for shutdown().
2008-06-26 18:55:37 +00:00
Mark Dickinson
cab7e56e84
Remove references to Py3k in __floor__, __ceil__ and __round__ documentation.
2008-06-24 15:35:14 +00:00
Georg Brandl
3e8bb4e9b0
Write out "phi" consistently.
2008-06-22 19:07:59 +00:00
Georg Brandl
8bd05191fa
#3085 : Fix syntax error.
2008-06-22 18:11:52 +00:00
Georg Brandl
0ba92b24b7
Turn section references into proper cross-references.
2008-06-22 09:05:29 +00:00
Facundo Batista
74a6ba8f70
In the deprecated functions I added an alert to review
...
specially a section of the subprocess documentation
that helps with the replacing of those functionss.
2008-06-21 19:48:19 +00:00
Facundo Batista
a6a4d50efe
Now a from submitted via POST that also has a query string
...
will contain both FieldStorage and MiniFieldStorage items.
Fixes #1817 .
2008-06-21 18:58:04 +00:00
Facundo Batista
2da91c375b
Fixed issue #2888 . Now the behaviour of pprint when working with nested
...
structures follows the common sense (and works like in 2.5 and 3.0).
2008-06-21 17:43:56 +00:00
Facundo Batista
8e1c52ac0e
Reviewed and updated the documentation. Fixes #3017 .
2008-06-21 17:30:06 +00:00
Georg Brandl
924b823a60
Documentation fix.
2008-06-21 14:26:19 +00:00
Andrew M. Kuchling
db53c1eb68
Correct two versionchanged directives, to improve the 'changes' output
2008-06-21 00:17:22 +00:00
Andrew M. Kuchling
f839b66cf5
Grammar fixes
2008-06-20 23:14:32 +00:00
Andrew M. Kuchling
c2e3270dcb
Remove request for e-mail; it's unlikely these classes will be saved
2008-06-20 23:13:58 +00:00
Benjamin Peterson
fc7f493738
rephrase
2008-06-20 20:33:33 +00:00
Andrew M. Kuchling
8e5cd75b73
Put threading in front of thread
2008-06-19 20:33:31 +00:00
Andrew M. Kuchling
be504f1795
Remove some standalone material from the introduction; various markup and typo fixes
2008-06-19 19:48:42 +00:00
Georg Brandl
5da652e374
Add versionadded tags to new math functions.
2008-06-18 09:28:22 +00:00
Mark Dickinson
f88f739012
Typo fix
2008-06-18 09:20:17 +00:00
Andrew M. Kuchling
3730453edd
Typo fixes
2008-06-13 19:38:18 +00:00
Georg Brandl
60c0be3acd
Clarification.
2008-06-13 13:26:54 +00:00
Benjamin Peterson
26305a03e3
add py3k warnings to rfc822
2008-06-12 22:33:06 +00:00
Benjamin Peterson
a03722f278
deprecated mimetools
2008-06-12 14:23:49 +00:00
Thomas Heller
41a9e15333
Markup fixes, thanks Georg for the help.
...
Document ctypes.util.find_library() and ctypes.util.find_msvcrt().
2008-06-11 19:58:22 +00:00
Thomas Heller
c0a296f1dc
Add versionadded marker to ctypes.c_longdouble.
2008-06-11 19:10:22 +00:00
Georg Brandl
89f48876a2
Add future_builtins.ascii().
2008-06-11 18:55:38 +00:00
Thomas Heller
35b9020246
Smaller doc fixes.
2008-06-11 18:40:51 +00:00
Thomas Heller
2e9675adf8
More doc fixes.
2008-06-11 18:10:43 +00:00
Thomas Heller
81567d2b61
Markup fixes, spelling corrections, and better wordings. Hopefully.
2008-06-11 17:58:19 +00:00
Georg Brandl
9cf1934090
Fix typos.
2008-06-11 17:53:38 +00:00
Benjamin Peterson
f439560265
add aliases to threading module
2008-06-11 17:50:00 +00:00
Benjamin Peterson
0fbcf69455
give the threading API PEP 8 names
2008-06-11 17:27:50 +00:00
Raymond Hettinger
4267be6478
Multi-arg form for set.difference() and set.difference_update().
2008-06-11 10:30:54 +00:00
Thomas Heller
73baefd7fc
Fix markup.
...
Document the new 'offset' parameter for the 'ctypes.byref' function.
2008-06-11 07:10:43 +00:00
Benjamin Peterson
190d56e009
add the multiprocessing package to fulfill PEP 371
2008-06-11 02:40:25 +00:00
Raymond Hettinger
363070aa46
Update numbers doc for the Integral simplification.
2008-06-11 00:28:51 +00:00
Armin Ronacher
482f31299c
Documented the new AST constructor.
2008-06-10 20:52:19 +00:00
Armin Ronacher
3079be51af
Fix a formatting error in the ast documentation.
2008-06-10 20:37:02 +00:00
Georg Brandl
60977c73c5
more markup fix.
2008-06-10 13:53:24 +00:00
Benjamin Peterson
0099e72099
fix markup
2008-06-10 13:37:13 +00:00
Georg Brandl
8509db5a21
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
2008-06-10 07:45:28 +00:00
Josiah Carlson
1a72d88abf
Applying updated patch from Issue 1736190, which addresses partial
...
issues in: 909005 and 17361001, as well as completely as possible issues
539444, 760475, 777588, 889153, 953599, 1025525, 1063924, and 658749.
This patch also includes doc and test updates as necessary.
2008-06-10 05:00:08 +00:00
Raymond Hettinger
5c4d3d0e4c
Let set.intersection() and set.intersection_update() take multiple input arguments.
2008-06-09 13:07:27 +00:00
Raymond Hettinger
ee4bcad68e
Let set.union() and set.update() accept multiple inputs.
2008-06-09 08:33:37 +00:00
Raymond Hettinger
ecbdd2e9b0
Issue #2138 : Add math.factorial().
2008-06-09 06:54:45 +00:00
Raymond Hettinger
e98839a1f4
Issue3065: Fixed pickling of named tuples. Added tests.
2008-06-09 01:28:30 +00:00
Georg Brandl
3219df1562
Argh, I read it wrong. Reverted 64036 and added a clarifying remark.
2008-06-08 08:59:38 +00:00
Georg Brandl
ebd662d6f2
#3028 : tokenize passes the physical line.
2008-06-08 08:54:40 +00:00
Benjamin Peterson
1f1174edf3
capitalization nit
2008-06-07 20:44:48 +00:00
Georg Brandl
9cea511f9b
Document the "st" API, to avoid confusion with the "new" AST.
...
Add a note about using the new AST module.
2008-06-07 18:17:37 +00:00
Georg Brandl
5f27af055b
X-ref to numbers module.
2008-06-07 18:16:12 +00:00