summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Documentation fix.Georg Brandl2008-06-211-1/+1
* Correct two versionchanged directives, to improve the 'changes' outputAndrew M. Kuchling2008-06-212-8/+7
* Various itemsAndrew M. Kuchling2008-06-201-5/+48
* Grammar fixesAndrew M. Kuchling2008-06-202-2/+2
* Remove request for e-mail; it's unlikely these classes will be savedAndrew M. Kuchling2008-06-201-3/+1
* rephraseBenjamin Peterson2008-06-201-1/+1
* Change references to the new math functions to generate proper x-refs.Georg Brandl2008-06-201-11/+10
* Fix outdated count of the number of new math module functions.Mark Dickinson2008-06-201-1/+1
* Various itemsAndrew M. Kuchling2008-06-201-42/+133
* Various itemsAndrew M. Kuchling2008-06-201-33/+80
* Put threading in front of threadAndrew M. Kuchling2008-06-191-2/+2
* Remove some standalone material from the introduction; various markup and typ...Andrew M. Kuchling2008-06-191-79/+21
* Add versionadded tags to new math functions.Georg Brandl2008-06-181-6/+12
* Typo fixMark Dickinson2008-06-181-1/+1
* Split the HTML index.Georg Brandl2008-06-171-0/+3
* Typo fixesAndrew M. Kuchling2008-06-131-2/+2
* Clarification.Georg Brandl2008-06-131-3/+3
* add py3k warnings to rfc822Benjamin Peterson2008-06-121-1/+2
* deprecated mimetoolsBenjamin Peterson2008-06-121-1/+2
* Markup fixes, thanks Georg for the help.Thomas Heller2008-06-111-47/+70
* Add versionadded marker to ctypes.c_longdouble.Thomas Heller2008-06-111-0/+1
* Add future_builtins.ascii().Georg Brandl2008-06-111-0/+8
* Smaller doc fixes.Thomas Heller2008-06-111-19/+16
* More doc fixes.Thomas Heller2008-06-111-15/+6
* Markup fixes, spelling corrections, and better wordings. Hopefully.Thomas Heller2008-06-111-9/+8
* Clarify what ":errorhandler" refers to.Georg Brandl2008-06-111-1/+2
* Fix typos.Georg Brandl2008-06-111-3/+2
* add aliases to threading moduleBenjamin Peterson2008-06-111-3/+17
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-19/+19
* Note PEP 371 sectionAndrew M. Kuchling2008-06-111-0/+15
* Multi-arg form for set.difference() and set.difference_update().Raymond Hettinger2008-06-111-6/+12
* Fix markup.Thomas Heller2008-06-111-20/+30
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-119-0/+3542
* Update numbers doc for the Integral simplification.Raymond Hettinger2008-06-111-4/+4
* Documented the new AST constructor.Armin Ronacher2008-06-101-0/+5
* Fix a formatting error in the ast documentation.Armin Ronacher2008-06-101-1/+1
* more markup fix.Georg Brandl2008-06-101-9/+9
* fix markupBenjamin Peterson2008-06-101-5/+6
* Add the "ast" module, containing helpers to ease use of the "_ast" classes.Georg Brandl2008-06-104-86/+259
* Applying updated patch from Issue 1736190, which addresses partialJosiah Carlson2008-06-102-0/+26
* Let set.intersection() and set.intersection_update() take multiple input argu...Raymond Hettinger2008-06-091-4/+10
* Let set.union() and set.update() accept multiple inputs.Raymond Hettinger2008-06-091-4/+10
* Issue #2138: Add math.factorial().Raymond Hettinger2008-06-091-0/+4
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-094-15/+15
* Issue3065: Fixed pickling of named tuples. Added tests.Raymond Hettinger2008-06-091-0/+3
* Argh, I read it wrong. Reverted 64036 and added a clarifying remark.Georg Brandl2008-06-081-2/+2
* #3028: tokenize passes the physical line.Georg Brandl2008-06-081-10/+9
* capitalization nitBenjamin Peterson2008-06-071-1/+1
* Document the "st" API, to avoid confusion with the "new" AST.Georg Brandl2008-06-071-78/+89
* X-ref to numbers module.Georg Brandl2008-06-071-3/+3