- 6cf09f0 Patch 543387. Document deprecation of complex %, //,and divmod(). by Raymond Hettinger · 22 years ago
- 97394bc Patch 533291. Deprecate None return form of __reduce__. by Raymond Hettinger · 22 years ago
- f79f2f9 Add additional comments on the use of \deprecated. by Fred Drake · 22 years ago
- 5ecb7aa Add availability information for a couple of the types, and notes on writing by Fred Drake · 22 years ago
- 18ca791 Typo. by Guido van Rossum · 22 years ago
- 4e76555 Fix broken reference, minor clarification. by Fred Drake · 22 years ago
- 742dc77 Typo: build -> built by Fred Drake · 22 years ago
- cadc9fb Patch 547037. Corrected documentation to match by Raymond Hettinger · 22 years ago
- b07fa39 Added missing index entries for mapping methods. Closes patch #548693. by Raymond Hettinger · 22 years ago
- 9aa97e8 Minor wording changes, plus correct a typo. by Fred Drake · 22 years ago
- 576474c Closes SF bug 527139. Brings docs inline with random.py 1.29 by Raymond Hettinger · 22 years ago
- 5359ad6 Correct gammavariate's method name and domain. by Raymond Hettinger · 22 years ago
- c045b49 Added degrees() and radians() to mathmodule. Closing patch 552452 and by Raymond Hettinger · 22 years ago
- 9415309 Closes SF patch: 552468. by Raymond Hettinger · 22 years ago
- fad2f59 Give the enumerate() PEP a section of its own Add some credits Fill in a link by Andrew M. Kuchling · 22 years ago
- 007c04a [from Oct 2000] Start fleshing out the "Examples" section. by Greg Ward · 22 years ago
- 954ce8b [from Oct 2000] by Greg Ward · 22 years ago
- 58437f2 [from Oct 2000] Clarify explanations of header file search directories. by Greg Ward · 22 years ago
- 1f89e2a Fix markup error that suppressed space. by Fred Drake · 22 years ago
- 40df710 Updates and rewriting by Andrew M. Kuchling · 23 years ago
- 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 23 years ago
- 1624bc0 Move 'Tips and Tricks' to be the last section by Andrew M. Kuchling · 23 years ago
- 3b98dc1 Add section on Setup file by Andrew M. Kuchling · 23 years ago
- 517109b More filling out by Andrew M. Kuchling · 23 years ago
- 821013e Write two sections, and write some partial text for some other sections by Andrew M. Kuchling · 23 years ago
- d05c74f Add a note explaining the interaction between unbuffered input and by Fred Drake · 23 years ago
- bfc18bd Integrated SF patch #539487 by Matthias Klose: by Fred Drake · 23 years ago
- a3b0b29 Boost the list of stop words, by merging in the little list Jeremy by Tim Peters · 23 years ago
- b903201 Update the xrange object description to reflect the removal of deprecated by Fred Drake · 23 years ago
- 7d28b73 Added note about using the documentation build tools under Cygwin. by Fred Drake · 23 years ago
- 77c1895 Remove the warning about the Cygwin directions not working -- the latest by Fred Drake · 23 years ago
- fe3db7d Work around limitation of Cygwin Perl: To avoid a permission denial, we need by Fred Drake · 23 years ago
- a030c76 Many minor markup adjustments for consistency. by Fred Drake · 23 years ago
- 4d707a5 Remove extra period produced by previous change. by Fred Drake · 23 years ago
- 9546772 Correct Moshe's e-mail address by Andrew M. Kuchling · 23 years ago
- 2a15980 Note that NameError's message also changed in 2.0 by Andrew M. Kuchling · 23 years ago
- e7bd876 Message for NameError has changed by Andrew M. Kuchling · 23 years ago
- 4b27051 Correct information on support for repietition & concatenation for buffer by Fred Drake · 23 years ago
- eb2b833 Added some notes on setting up the documentation tools on Cygwin. by Fred Drake · 23 years ago
- 5a55c49 Added more style for major warnings. by Fred Drake · 23 years ago
- 7f781c9 Add Pickler.clear_memo() so the pickle and cPickle modules are more similar. by Fred Drake · 23 years ago
- 56aa628 list_documented_items(): Basic implementation. by Fred Drake · 23 years ago
- a65375c Explain what os.read() returns at end of file. by Fred Drake · 23 years ago
- 7938fab Add missing right-parenthesis. by Fred Drake · 23 years ago
- d268183 moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simply by Skip Montanaro · 23 years ago
- 52cc670 Add a note about when the "%r" formatting code was added. by Fred Drake · 23 years ago
- af93c4c Added a missing "|" in the grammar productions used in the reference manual by Fred Drake · 23 years ago
- 541703b Typo: whcar_t should be wchar_t. by Thomas Heller · 23 years ago
- b803f70 Add some items, and remove a note to myself by Andrew M. Kuchling · 23 years ago
- 432425e Small markup adjustments for consistency. by Fred Drake · 23 years ago
- 81b9251 Mostly in SequenceMatcher.{__chain_b, find_longest_match}: by Tim Peters · 23 years ago
- 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 23 years ago
- d3e6678 Slightly expand and clarify the differences between getegid(), getgid(), by Fred Drake · 23 years ago
- a7bb2b9 Be more consistent, both internally and with recommended practice. by Fred Drake · 23 years ago
- 38f7197 Documentation for the enumerate() function/type. This closes SF patch #547162. by Fred Drake · 23 years ago
- 8da4b59 Fix a small mistake and complete some function prototypes. SF Patch #547813. by Thomas Heller · 23 years ago
- 99d17006 Add text about circular references caused by storing frames in local by Fred Drake · 23 years ago
- ed9e453 Minor change to an index entry. by Fred Drake · 23 years ago
- b957bc3 Clarify the return value of PyObject_IsInstance(). by Fred Drake · 23 years ago
- 106c1a0 WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. by Fred Drake · 23 years ago
- 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 23 years ago
- de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 23 years ago
- 4a0db06 Hack around the "2.1.6 Blank lines" bug in a way that the TOC still by Tim Peters · 23 years ago
- dc374e0 Give the Help viewer a font-size button. This isn't documented by MS, by Tim Peters · 23 years ago
- c8490c7 Move "everything left one": the TOC now shows each doc directory as a by Tim Peters · 23 years ago
- 4545407 Stopped all warnings from the HTML Help Compiler, by generating proper by Tim Peters · 23 years ago
- e21095e Widespread: Used classes in a more natural way. Added convenience by Tim Peters · 23 years ago
- d9a1050 Replaced the fiddly 5-tuples with a new Book convenience class, allowing by Tim Peters · 23 years ago
- 8d62ad7 Fixed a comment. by Tim Peters · 23 years ago
- 661e492 All over: get rid of blanks before colons that open code blocks. by Tim Peters · 23 years ago
- 460643b do_project(): Modernized the code. by Tim Peters · 23 years ago
- 5d5e193 Added "What's New" to the 2.2 doc set. by Tim Peters · 23 years ago
- 4f109c1 Added a stop-list to reduce the size of the full text search index. Fred, by Tim Peters · 23 years ago
- e6b63e6 project_template: use dict interpolation instead of giant tuples. by Tim Peters · 23 years ago
- a905363 + Changed TOC to folder-tree style. by Tim Peters · 23 years ago
- 52cfa33 Generates inputs to the Microsoft Help Compiler, which creates compiled by Tim Peters · 23 years ago
- 7d4ed0d Get the right funny characters in Hernan's name. by Tim Peters · 23 years ago
- 75700db \idxcode -> \py@idxcode (mimics index stuff in python.sty - problem only by Skip Montanaro · 23 years ago
- 176bda4cd fix duplicate label add index turds by Skip Montanaro · 23 years ago
- c55ae4b Clean up the use of version numbers in filenames; always use an "abstract" by Fred Drake · 23 years ago
- 91bae44 Long-forgotten change: Update first paragraph with actual release date by Andrew M. Kuchling · 23 years ago
- b02ea65 typo by Skip Montanaro · 23 years ago
- 8d95ca4 Add text on tp_as_buffer that refers tothe section that covers the topic. by Fred Drake · 23 years ago
- 933f159 Add a version annotation for the help() function. by Fred Drake · 23 years ago
- 70b3831 Adjust markup to worm around tool limitations; the "m" in "model" was being by Fred Drake · 23 years ago
- 3d0b697 Pass the -r option to getpagecounts to generate an entry for the "What's by Fred Drake · 23 years ago
- bab5aa0 Remove Emacs turd; not needed with modern Emacs versions. by Fred Drake · 23 years ago
- 1f67946 Changed last remaining use of "./" to "index.html" when referring to the by Fred Drake · 23 years ago
- 34a05f7 Start of script to locate C symbols and segregate them into lists of by Fred Drake · 23 years ago
- 0fdc826 Update the dependencies. by Fred Drake · 23 years ago
- 121460d Minor wording change. by Fred Drake · 23 years ago
- 9ad70f9 Add more text from Guido on the type structure fields. Small additional changes. by Fred Drake · 23 years ago
- 6c7bc31 added small clarification to the descriptions of encode() and decode() by Skip Montanaro · 23 years ago
- 0e661dc Replace the simpleminded string.find with a re.search looking only for by Thomas Heller · 23 years ago
- c0a02c0 Remove repeated index entry; adds nothing different. Closes SF bug #518985. by Fred Drake · 23 years ago
- 0e0b618 Add documentation for PyObject_Call(). by Fred Drake · 23 years ago
- 34adb8a Separate out a \cfuncline macro from the cfuncdesc environment. by Fred Drake · 23 years ago
- 1251b0e Document the cmemberdesc environment. by Fred Drake · 23 years ago
- 8a5a270 Better documentation for GetArgv() and the ProgressBar type. by Fred Drake · 23 years ago
- e19a5bc Be consistent in presenting the signatures. by Fred Drake · 23 years ago