Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update suspicious ignore file. | Georg Brandl | 2011-09-03 | 1 | -4/+4 | |
| | | ||||||
| * | Update pydoc topics and suspicious ignore. | Georg Brandl | 2011-08-13 | 1 | -4/+4 | |
| | | ||||||
* | | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) | Éric Araujo | 2011-07-29 | 1 | -2/+0 | |
|\ \ | |/ | ||||||
| * | Turn raw URI into real link | Éric Araujo | 2011-07-28 | 1 | -1/+0 | |
| | | ||||||
| * | #11435: link to the correct branch. | Ezio Melotti | 2011-07-21 | 1 | -1/+1 | |
| | | ||||||
* | | Fix syntax in packaging docs and update suspicious ignore file. | Georg Brandl | 2011-07-09 | 1 | -2/+25 | |
| | | ||||||
* | | Packaging doc: Add missing index file, improve main page description. | Éric Araujo | 2011-06-02 | 1 | -2/+2 | |
| | | | | | | | | Also promote notices from distutils doc to deprecation boxes. | |||||
* | | Add documentation for the packaging module. | Éric Araujo | 2011-06-01 | 1 | -2/+2 | |
| | | | | | | | | | | This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update. | |||||
* | | Merge 3.2.1rc1 release changes to default. | Georg Brandl | 2011-05-21 | 1 | -0/+109 | |
|\ \ | |/ | ||||||
| * | Update pydoc topics and handle suspicious markup. | Georg Brandl | 2011-05-15 | 1 | -0/+11 | |
| | | ||||||
| * | Update suspicious ignore file.v3.2.1b1 | Georg Brandl | 2011-05-08 | 1 | -93/+98 | |
| | | ||||||
* | | #11435: Merge with 3.2 | Ezio Melotti | 2011-03-11 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | #11435: Update the links generated by the source directive to use hg.python.org. | Ezio Melotti | 2011-03-11 | 1 | -1/+1 | |
| | | ||||||
* | | 3.2 is stable now. | Georg Brandl | 2011-02-21 | 1 | -1/+1 | |
|/ | ||||||
* | Topic and suspicious update. | Georg Brandl | 2011-02-20 | 1 | -29/+15 | |
| | ||||||
* | Fix markup error and update suspicious ignores. | Georg Brandl | 2011-02-13 | 1 | -0/+17 | |
| | ||||||
* | Update suspicious ignore file. | Georg Brandl | 2011-01-30 | 1 | -0/+18 | |
| | ||||||
* | Suppress trailing spaces in table paragraphs. | Georg Brandl | 2011-01-19 | 1 | -0/+4 | |
| | ||||||
* | Fix "make suspicious" errors and update ignore file. | Georg Brandl | 2011-01-15 | 1 | -0/+22 | |
| | ||||||
* | Add semicolon for consistency. | Georg Brandl | 2011-01-13 | 1 | -1/+1 | |
| | ||||||
* | #10130: Prepare for building epub-format docs. | Georg Brandl | 2011-01-05 | 1 | -0/+4 | |
| | ||||||
* | Fix duplicate end tag. | Georg Brandl | 2011-01-05 | 1 | -1/+1 | |
| | ||||||
* | Fix markup error and update suspicious file. | Georg Brandl | 2010-12-19 | 1 | -0/+12 | |
| | ||||||
* | Update suspicious exceptions. | Georg Brandl | 2010-12-04 | 1 | -0/+7 | |
| | ||||||
* | issue10622: fix superflous scrollbar on the right side of <pre> boxes in the | Gregory P. Smith | 2010-12-04 | 1 | -0/+1 | |
| | | | | generated html docs. visible in chrome, possibly other webkit browsers. | |||||
* | Add CSS rule for the deprecated-removed directive | Ezio Melotti | 2010-11-21 | 1 | -5/+5 | |
| | ||||||
* | Ignore suspicious-ignore file. | Georg Brandl | 2010-11-13 | 1 | -6/+9 | |
| | ||||||
* | Add a deprecated-removed directive that allows to give the version of ↵ | Georg Brandl | 2010-11-12 | 1 | -0/+38 | |
| | | | | removal for deprecations. | |||||
* | #10334: add a role to refer to Python source files in SVN. | Georg Brandl | 2010-11-06 | 1 | -0/+13 | |
| | ||||||
* | Fix markup error and update false positive entries from "make suspicious". | Georg Brandl | 2010-10-29 | 1 | -6/+6 | |
| | ||||||
* | Port suspicious markup builder and patchlevel.py so that they can be used ↵ | Georg Brandl | 2010-10-29 | 2 | -17/+37 | |
| | | | | with Python 2 and 3 without conversion. | |||||
* | Fix the suspicious builder not to write CRLF, update suspicious file and add ↵ | Georg Brandl | 2010-10-06 | 2 | -22/+185 | |
| | | | | instructions to Makefile. | |||||
* | More inclusive title. | Georg Brandl | 2010-09-03 | 1 | -1/+1 | |
| | ||||||
* | Keep contents order the same between versions. | Raymond Hettinger | 2010-09-02 | 1 | -2/+2 | |
| | ||||||
* | #9677: fix link. | Georg Brandl | 2010-09-01 | 1 | -1/+1 | |
| | ||||||
* | 'Using Python' now called 'Python Setup' | Raymond Hettinger | 2010-09-01 | 1 | -2/+2 | |
| | ||||||
* | add nonlocal to pydoc topics #9724 | Benjamin Peterson | 2010-08-31 | 1 | -6/+6 | |
| | ||||||
* | Get rid of UserWarnings when running Sphinx from tools dir. | Georg Brandl | 2010-08-03 | 1 | -1/+5 | |
| | ||||||
* | Update pydoc topics and adapt Topics builder to Sphinx 1.0. | Georg Brandl | 2010-07-31 | 1 | -2/+2 | |
| | ||||||
* | #6522: add a "decorator" directive to explicitly document decorators, and ↵ | Georg Brandl | 2010-07-29 | 1 | -1/+28 | |
| | | | | use it in a few places. | |||||
* | #9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync ↵ | Georg Brandl | 2010-07-18 | 1 | -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 Brandl | 2010-07-09 | 1 | -2/+1 | |
| | ||||||
* | Remove the need for a "()" empty argument list after opcodes. | Georg Brandl | 2010-07-03 | 1 | -5/+6 | |
| | ||||||
* | bltn-file-objects don't exist in python3 | Benjamin Peterson | 2010-06-06 | 1 | -1/+1 | |
| | ||||||
* | Merged revisions 80388 via svnmerge from | Georg Brandl | 2010-04-22 | 2 | -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 from | Georg Brandl | 2010-03-13 | 1 | -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 Brandl | 2010-03-12 | 1 | -3/+1 | |
| | ||||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 | |
| | ||||||
* | don't say that 3.2 is another version | Benjamin Peterson | 2009-11-21 | 1 | -1/+0 | |
| | ||||||
* | Merged revisions ↵ | Georg Brandl | 2009-10-27 | 2 | -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. ........ |