summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update suspicious ignore file.Georg Brandl2011-09-031-4/+4
|
* Update pydoc topics and suspicious ignore.Georg Brandl2011-08-131-4/+4
|
* Turn raw URI into real linkÉric Araujo2011-07-281-1/+0
|
* #11435: link to the correct branch.Ezio Melotti2011-07-211-1/+1
|
* Update pydoc topics and handle suspicious markup.Georg Brandl2011-05-151-0/+11
|
* Update suspicious ignore file.v3.2.1b1Georg Brandl2011-05-081-93/+98
|
* #11435: Update the links generated by the source directive to use hg.python.org.Ezio Melotti2011-03-111-1/+1
|
* Topic and suspicious update.Georg Brandl2011-02-201-29/+15
|
* Fix markup error and update suspicious ignores.Georg Brandl2011-02-131-0/+17
|
* Update suspicious ignore file.Georg Brandl2011-01-301-0/+18
|
* Suppress trailing spaces in table paragraphs.Georg Brandl2011-01-191-0/+4
|
* Fix "make suspicious" errors and update ignore file.Georg Brandl2011-01-151-0/+22
|
* Add semicolon for consistency.Georg Brandl2011-01-131-1/+1
|
* #10130: Prepare for building epub-format docs.Georg Brandl2011-01-051-0/+4
|
* Fix duplicate end tag.Georg Brandl2011-01-051-1/+1
|
* Fix markup error and update suspicious file.Georg Brandl2010-12-191-0/+12
|
* Update suspicious exceptions.Georg Brandl2010-12-041-0/+7
|
* issue10622: fix superflous scrollbar on the right side of <pre> boxes in theGregory P. Smith2010-12-041-0/+1
| | | | generated html docs. visible in chrome, possibly other webkit browsers.
* Add CSS rule for the deprecated-removed directiveEzio Melotti2010-11-211-5/+5
|
* Ignore suspicious-ignore file.Georg Brandl2010-11-131-6/+9
|
* Add a deprecated-removed directive that allows to give the version of ↵Georg Brandl2010-11-121-0/+38
| | | | removal for deprecations.
* #10334: add a role to refer to Python source files in SVN.Georg Brandl2010-11-061-0/+13
|
* Fix markup error and update false positive entries from "make suspicious".Georg Brandl2010-10-291-6/+6
|
* Port suspicious markup builder and patchlevel.py so that they can be used ↵Georg Brandl2010-10-292-17/+37
| | | | with Python 2 and 3 without conversion.
* Fix the suspicious builder not to write CRLF, update suspicious file and add ↵Georg Brandl2010-10-062-22/+185
| | | | instructions to Makefile.
* More inclusive title.Georg Brandl2010-09-031-1/+1
|
* Keep contents order the same between versions.Raymond Hettinger2010-09-021-2/+2
|
* #9677: fix link.Georg Brandl2010-09-011-1/+1
|
* 'Using Python' now called 'Python Setup'Raymond Hettinger2010-09-011-2/+2
|
* add nonlocal to pydoc topics #9724Benjamin Peterson2010-08-311-6/+6
|
* Get rid of UserWarnings when running Sphinx from tools dir.Georg Brandl2010-08-031-1/+5
|
* Update pydoc topics and adapt Topics builder to Sphinx 1.0.Georg Brandl2010-07-311-2/+2
|
* #6522: add a "decorator" directive to explicitly document decorators, and ↵Georg Brandl2010-07-291-1/+28
| | | | use it in a few places.
* #9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync ↵Georg Brandl2010-07-181-0/+24
| | | | this and the pdb docs, introduce a new directive for pdb commands and a role to link to them.
* 2.7 is now stable.Georg Brandl2010-07-091-2/+1
|
* Remove the need for a "()" empty argument list after opcodes.Georg Brandl2010-07-031-5/+6
|
* bltn-file-objects don't exist in python3Benjamin Peterson2010-06-061-1/+1
|
* Merged revisions 80388 via svnmerge fromGeorg Brandl2010-04-222-0/+13
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80388 | georg.brandl | 2010-04-23 00:15:33 +0200 (Fr, 23 Apr 2010) | 1 line Add "report a bug" links in some prominent places. Make it clear that doc bugs can be mailed to docs@python.org. Clarify tracker usage. ........
* Merged revisions 78921 via svnmerge fromGeorg Brandl2010-03-131-9/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78921 | georg.brandl | 2010-03-13 14:39:46 +0100 (Sa, 13 Mär 2010) | 1 line Change/fix handling of docs download location: for daily builds, put them right next to the HTML. ........
* Make tool compatible with 2.x and 3.x.Georg Brandl2010-03-121-3/+1
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* don't say that 3.2 is another versionBenjamin Peterson2009-11-211-1/+0
|
* Merged revisions ↵Georg Brandl2009-10-272-1/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75365 | georg.brandl | 2009-10-11 22:16:16 +0200 (So, 11 Okt 2009) | 1 line Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. ........ r75394 | georg.brandl | 2009-10-13 20:10:59 +0200 (Di, 13 Okt 2009) | 1 line Fix markup. ........ r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line #7125: fix typo. ........ r75403 | georg.brandl | 2009-10-14 17:57:46 +0200 (Mi, 14 Okt 2009) | 1 line #7126: os.environ changes *do* take effect in subprocesses started with os.system(). ........ r75418 | georg.brandl | 2009-10-14 20:48:32 +0200 (Mi, 14 Okt 2009) | 1 line #7116: str.join() takes an iterable. ........ r75459 | georg.brandl | 2009-10-17 10:57:43 +0200 (Sa, 17 Okt 2009) | 1 line Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__. ........ r75484 | georg.brandl | 2009-10-18 09:58:12 +0200 (So, 18 Okt 2009) | 1 line Fix missing word. ........ r75592 | georg.brandl | 2009-10-22 09:05:48 +0200 (Do, 22 Okt 2009) | 1 line Fix punctuation. ........ r75593 | georg.brandl | 2009-10-22 09:06:49 +0200 (Do, 22 Okt 2009) | 1 line Revert unintended change. ........ r75594 | georg.brandl | 2009-10-22 09:56:02 +0200 (Do, 22 Okt 2009) | 1 line Fix markup. ........ r75595 | georg.brandl | 2009-10-22 09:56:56 +0200 (Do, 22 Okt 2009) | 1 line Fix duplicate target. ........ r75596 | georg.brandl | 2009-10-22 10:05:04 +0200 (Do, 22 Okt 2009) | 1 line Add a new directive marking up implementation details and start using it. ........ r75600 | georg.brandl | 2009-10-22 13:01:46 +0200 (Do, 22 Okt 2009) | 1 line Make it more robust. ........ r75602 | georg.brandl | 2009-10-22 13:28:06 +0200 (Do, 22 Okt 2009) | 1 line Document new directive. ........ r75603 | georg.brandl | 2009-10-22 13:28:23 +0200 (Do, 22 Okt 2009) | 1 line Allow short form with text as argument. ........ r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line Fix stylesheet for multi-paragraph impl-details. ........ r75605 | georg.brandl | 2009-10-22 13:48:10 +0200 (Do, 22 Okt 2009) | 1 line Use "impl-detail" directive where applicable. ........ r75606 | georg.brandl | 2009-10-22 17:00:06 +0200 (Do, 22 Okt 2009) | 1 line #6324: membership test tries iteration via __iter__. ........ r75607 | georg.brandl | 2009-10-22 17:04:09 +0200 (Do, 22 Okt 2009) | 1 line #7088: document new functions in signal as Unix-only. ........ r75610 | georg.brandl | 2009-10-22 17:27:24 +0200 (Do, 22 Okt 2009) | 1 line Reorder __slots__ fine print and add a clarification. ........ r75611 | georg.brandl | 2009-10-22 17:42:32 +0200 (Do, 22 Okt 2009) | 1 line #7035: improve docs of the various <method>_errors() functions, and give them docstrings. ........ r75612 | georg.brandl | 2009-10-22 17:52:15 +0200 (Do, 22 Okt 2009) | 1 line #7156: document curses as Unix-only. ........ r75613 | georg.brandl | 2009-10-22 17:54:35 +0200 (Do, 22 Okt 2009) | 1 line #6977: getopt does not support optional option arguments. ........ r75616 | georg.brandl | 2009-10-22 18:17:05 +0200 (Do, 22 Okt 2009) | 1 line Add proper references. ........ r75617 | georg.brandl | 2009-10-22 18:20:55 +0200 (Do, 22 Okt 2009) | 1 line Make printout margin important. ........ r75623 | georg.brandl | 2009-10-23 10:14:44 +0200 (Fr, 23 Okt 2009) | 1 line #7188: fix optionxform() docs. ........ r75627 | fred.drake | 2009-10-23 15:04:51 +0200 (Fr, 23 Okt 2009) | 2 lines add further note about what's passed to optionxform ........ r75640 | neil.schemenauer | 2009-10-23 21:58:17 +0200 (Fr, 23 Okt 2009) | 2 lines Improve some docstrings in the 'warnings' module. ........ r75647 | georg.brandl | 2009-10-24 12:04:19 +0200 (Sa, 24 Okt 2009) | 1 line Fix markup. ........ r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line Fix a demo. ........ r75795 | georg.brandl | 2009-10-27 16:10:22 +0100 (Di, 27 Okt 2009) | 1 line Fix a strange mis-edit. ........
* Merged revisions 75363 via svnmerge fromGeorg Brandl2009-10-111-0/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75363 | georg.brandl | 2009-10-11 20:31:23 +0200 (So, 11 Okt 2009) | 1 line Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work. ........
* Merged revisions 74817-74820,74822-74824 via svnmerge fromGeorg Brandl2009-09-162-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74817 | georg.brandl | 2009-09-16 11:05:11 +0200 (Mi, 16 Sep 2009) | 1 line Make deprecation notices as visible as warnings are right now. ........ r74818 | georg.brandl | 2009-09-16 11:23:04 +0200 (Mi, 16 Sep 2009) | 1 line #6880: add reference to classes section in exceptions section, which comes earlier. ........ r74819 | georg.brandl | 2009-09-16 11:24:57 +0200 (Mi, 16 Sep 2009) | 1 line #6876: fix base class constructor invocation in example. ........ r74820 | georg.brandl | 2009-09-16 11:30:48 +0200 (Mi, 16 Sep 2009) | 1 line #6891: comment out dead link to Unicode article. ........ r74822 | georg.brandl | 2009-09-16 12:12:06 +0200 (Mi, 16 Sep 2009) | 1 line #5621: refactor description of how class/instance attributes interact on a.x=a.x+1 or augassign. ........ r74823 | georg.brandl | 2009-09-16 15:06:22 +0200 (Mi, 16 Sep 2009) | 1 line Remove strange trailing commas. ........ r74824 | georg.brandl | 2009-09-16 15:11:06 +0200 (Mi, 16 Sep 2009) | 1 line #6892: fix optparse example involving help option. ........
* Merged revisions 74307 via svnmerge fromGeorg Brandl2009-08-041-0/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74307 | georg.brandl | 2009-08-04 22:22:43 +0200 (Di, 04 Aug 2009) | 1 line Add donation link to docs footer. ........
* Merged revisions 73575 via svnmerge fromBenjamin Peterson2009-06-271-1/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73575 | benjamin.peterson | 2009-06-26 11:49:06 -0500 (Fri, 26 Jun 2009) | 1 line mark 3.1 as stable docs ........
* Merged revisions 73415,73417-73418 via svnmerge fromBenjamin Peterson2009-06-221-1/+1
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73415 | benjamin.peterson | 2009-06-13 09:25:08 -0500 (Sat, 13 Jun 2009) | 1 line use 'rc' for release candidates for consistency ........ r73417 | benjamin.peterson | 2009-06-13 10:42:23 -0500 (Sat, 13 Jun 2009) | 1 line special case release candidates ........ r73418 | benjamin.peterson | 2009-06-13 10:48:04 -0500 (Sat, 13 Jun 2009) | 1 line handle different rc format ........
* Merged revisions 72971 via svnmerge fromBenjamin Peterson2009-05-281-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72971 | benjamin.peterson | 2009-05-27 22:02:13 -0500 (Wed, 27 May 2009) | 1 line switch library reference and language reference ........
* Merged revisions 72415 via svnmerge fromAndrew M. Kuchling2009-05-071-2/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72415 | andrew.kuchling | 2009-05-06 18:54:19 -0400 (Wed, 06 May 2009) | 1 line Remove two dead links ........