summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Give the Help viewer a font-size button. This isn't documented by MS,Tim Peters2002-04-211-1/+30
* Move "everything left one": the TOC now shows each doc directory as aTim Peters2002-04-201-9/+10
* Stopped all warnings from the HTML Help Compiler, by generating properTim Peters2002-04-201-21/+34
* Widespread: Used classes in a more natural way. Added convenienceTim Peters2002-04-201-63/+76
* Replaced the fiddly 5-tuples with a new Book convenience class, allowingTim Peters2002-04-201-65/+86
* Fixed a comment.Tim Peters2002-04-201-1/+1
* All over: get rid of blanks before colons that open code blocks.Tim Peters2002-04-201-45/+45
* do_project(): Modernized the code.Tim Peters2002-04-201-9/+10
* Added "What's New" to the 2.2 doc set.Tim Peters2002-04-201-0/+1
* Added a stop-list to reduce the size of the full text search index. Fred,Tim Peters2002-04-191-3/+29
* project_template: use dict interpolation instead of giant tuples.Tim Peters2002-04-191-14/+13
* + Changed TOC to folder-tree style.Tim Peters2002-04-191-1/+2
* Generates inputs to the Microsoft Help Compiler, which creates compiledTim Peters2002-04-191-0/+362
* Get the right funny characters in Hernan's name.Tim Peters2002-04-191-1/+1
* \idxcode -> \py@idxcode (mimics index stuff in python.sty - problem onlySkip Montanaro2002-04-191-3/+3
* fix duplicate labelSkip Montanaro2002-04-191-1/+5
* Clean up the use of version numbers in filenames; always use an "abstract"Fred Drake2002-04-191-6/+17
* Long-forgotten change: Update first paragraph with actual release dateAndrew M. Kuchling2002-04-181-5/+3
* typoSkip Montanaro2002-04-171-1/+1
* Add text on tp_as_buffer that refers tothe section that covers the topic.Fred Drake2002-04-171-3/+9
* Add a version annotation for the help() function.Fred Drake2002-04-171-0/+1
* Adjust markup to worm around tool limitations; the "m" in "model" was beingFred Drake2002-04-171-1/+1
* Pass the -r option to getpagecounts to generate an entry for the "What'sFred Drake2002-04-171-1/+1
* Remove Emacs turd; not needed with modern Emacs versions.Fred Drake2002-04-171-10/+19
* Changed last remaining use of "./" to "index.html" when referring to theFred Drake2002-04-171-1/+1
* Start of script to locate C symbols and segregate them into lists ofFred Drake2002-04-161-0/+107
* Update the dependencies.Fred Drake2002-04-161-1/+6
* Minor wording change.Fred Drake2002-04-161-1/+1
* Add more text from Guido on the type structure fields.Fred Drake2002-04-161-23/+442
* added small clarification to the descriptions of encode() and decode()Skip Montanaro2002-04-161-2/+6
* Replace the simpleminded string.find with a re.search looking only forThomas Heller2002-04-161-2/+2
* Remove repeated index entry; adds nothing different.Fred Drake2002-04-161-2/+1
* Add documentation for PyObject_Call().Fred Drake2002-04-151-0/+16
* Separate out a \cfuncline macro from the cfuncdesc environment.Fred Drake2002-04-152-9/+25
* Document the cmemberdesc environment.Fred Drake2002-04-151-0/+11
* Better documentation for GetArgv() and the ProgressBar type.Fred Drake2002-04-151-40/+157
* Be consistent in presenting the signatures.Fred Drake2002-04-151-1/+1
* Add docs for os.fchdir().Fred Drake2002-04-151-0/+9
* Generate the right annotations in the index entries.Fred Drake2002-04-151-2/+2
* Integrated more text from Guido.Fred Drake2002-04-151-2/+359
* Move the listing of the type structure, since both the C API reference andFred Drake2002-04-151-0/+0
* Clean up the application of style to verbatim text.Fred Drake2002-04-153-8/+10
* Add support for \cmemberline and the cmemberdesc environment.Fred Drake2002-04-151-0/+24
* Add itemAndrew M. Kuchling2002-04-151-0/+2
* Apply the second version of SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-151-0/+6
* posix.mknod() and {}.pop() were addedNeal Norwitz2002-04-151-1/+2
* Add itemsAndrew M. Kuchling2002-04-151-0/+20
* Patch #543447: Add posix.mknod.Martin v. Löwis2002-04-141-0/+11
* Document the optional argument to the .strip(), .rstrip(), .strip() stringFred Drake2002-04-131-8/+20
* Additional support for describing C structure members.Fred Drake2002-04-121-0/+11