- bcd1df7 The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 23 years ago
- a939911 Fix a markup error: do not omit a method's parameter list if it is empty. by Fred Drake · 23 years ago
- 25211f5 Added more information on the differences between the htmllib and HTMLParser by Fred Drake · 23 years ago
- 5fe2c13 List constraints on xrange() objects. by Guido van Rossum · 23 years ago
- 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
- 20006b2 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 23 years ago
- cb9be93 Add another name. by Fred Drake · 23 years ago
- 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
- 88e6625 Use the more conventional "self" as the name of the self parameter in an by Fred Drake · 23 years ago
- 0c20904 Correct a markup error for an accented character. by Fred Drake · 23 years ago
- 58c9539 Removed some stray periods, and fix up a number of visible markup by Fred Drake · 23 years ago
- 9c3c5e4 Two more names. by Fred Drake · 23 years ago
- f29ca18 SourceForge bug #437041: by Fred Drake · 23 years ago
- 9f9bd6a Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: by Fred Drake · 23 years ago
- a43e703 Add more items that need to be written about by Andrew M. Kuchling · 23 years ago
- 6994097 Remove duplicate ', ' in dbhash.open()'s argument list. by Thomas Wouters · 23 years ago
- e9218a1 Remove the restriction on a mapping's .update() method. by Barry Warsaw · 23 years ago
- 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
- b037d33 Updated link to zlib's home page. by Fred Drake · 23 years ago
- e7e03cd Fix typo by Andrew M. Kuchling · 23 years ago
- ff00fda Correct erroneous description of precmd. by Eric S. Raymond · 23 years ago
- be9d10e Remove some bogus trailing whitespace. by Fred Drake · 23 years ago
- 93852ef Fix minor markup nits. by Fred Drake · 23 years ago
- deda9f3 Use a named reference to another chapter instead of hard coding the by Fred Drake · 23 years ago
- 2829f1c Fix a very minor (but annoying when looking for things!) markup nit. by Fred Drake · 23 years ago
- f5eae66 Add "yeild" to the list of keywords. by Fred Drake · 23 years ago
- 1ab1f71 Consistently use semi-colons after the last property for each selector. by Fred Drake · 23 years ago
- f015d9a Give the pattern used to pick out a source anchor a more specific pattern. by Fred Drake · 23 years ago
- 5962eb0 Added several names. by Fred Drake · 23 years ago
- 8058bfa Contributed updates from Harald Hanche-Olsen, giving details of the branch by Fred Drake · 23 years ago
- 6fe4660 Added support for our new \infinity and \plusminus macros, and the by Fred Drake · 23 years ago
- 5445e5e \infinity, by Fred Drake · 23 years ago
- bfd80dd Miscellaneous code cleanups. by Fred Drake · 23 years ago
- 1bf198e Remove an extra tab character. by Fred Drake · 23 years ago
- 307cb05 Re-organize a little, clean up some markup. by Fred Drake · 23 years ago
- f66cb5d Corrected an error in the information on supporting weak references in by Fred Drake · 23 years ago
- 9ca78ac Adjust to understand use of either single- or double-quotes to quote by Fred Drake · 23 years ago
- aff8837 Add the new texinputs/license.tex to the shared dependencies. by Fred Drake · 23 years ago
- 93438bf Fix & clean up the information about building Python with large file support by Fred Drake · 23 years ago
- 490d34d Move license information to a less annoying location in the document. by Fred Drake · 23 years ago
- d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
- 852f795 Separate the copyright statements and license text; include some new by Fred Drake · 23 years ago
- f911a84 Separate the version number and release status into two separate values. by Fred Drake · 23 years ago
- dce975c Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO. by Fred Drake · 23 years ago
- f1927a6 Added support for new \setreleaseinfo macro. by Fred Drake · 23 years ago
- c65218e Add a little more support for describing version information. This by Fred Drake · 23 years ago
- 6016e39 Document the new encodestring() and decodestring() functions. Also, by Barry Warsaw · 23 years ago
- 66eed24 Add some information on the use of \verbatiminput to display sources from by Fred Drake · 23 years ago
- fa9e273 Clarification in the fp appendix suggested on c.l.py by Michael Chermside. by Tim Peters · 23 years ago
- 918f2c7 Document that filter is added in 2.2. by Martin v. Löwis · 23 years ago
- 57e52ef Implement the \verbatiminput LaTeX macro; this contains more magic than by Fred Drake · 23 years ago
- 54d10fd Add a version annotation for the Q and q format codes. by Fred Drake · 23 years ago
- 8fcd4b5 Fix an improperly placed comma. by Fred Drake · 23 years ago
- 66a0a0a Make the option processing more robust. by Fred Drake · 23 years ago
- 4a6c5c5 Fixed reference to table notes for {}.keys() and {}.items() -- these by Fred Drake · 23 years ago
- 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 23 years ago
- 0b9bc20 Add the appropriate availability annotations for the popen*() family of by Fred Drake · 23 years ago
- 046f4d8 Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added by Fred Drake · 23 years ago
- c115835 Fix recent changes so that this section will format again. by Fred Drake · 23 years ago
- 7b9542a Initial support for 'q' and 'Q' struct format codes: for now, only in by Tim Peters · 23 years ago
- 7bc5071 Fix the attributions for the new floating point text. by Fred Drake · 23 years ago
- 8c27d99 Added credits in the right places. by Fred Drake · 23 years ago
- 417d667 Text from Tim & Guido discussing floating point arithmetic and what users by Fred Drake · 23 years ago
- 1dc98c4 add warning about situation where code may be executed twice, once when by Skip Montanaro · 23 years ago
- 62f9d7c In the section on extending the profiler, add some additional discussion by Fred Drake · 23 years ago
- e2ccb89 Document filter. by Martin v. Löwis · 23 years ago
- 2a9bda9 Typo: "descrition" --> "description" by Fred Drake · 23 years ago
- 9ccc0df Add references to the documentation for the Python documentation markup. by Fred Drake · 23 years ago
- e24fef0 Fix bug #422702: Make flag argument to open optional, and document it that way. by Martin v. Löwis · 23 years ago
- 8838269 Update a "Programmer's note" about lambda forms and scoping to reflect by Fred Drake · 23 years ago
- b9d973d is -> if in rename description by Skip Montanaro · 23 years ago
- 00d0cb6 Explained more differences between PyList_SetItem() and PyList_SET_ITEM(). by Fred Drake · 23 years ago
- 81e142b Document os.getenv(). This closes SF bug #429059. by Fred Drake · 23 years ago
- c19f392 Some general cleanup of the threading module documentation, including by Fred Drake · 23 years ago
- 6cba3d0 Added entry for HTMLParser documentation. by Fred Drake · 23 years ago
- 3b755d4 Michel Pelletier <michel@digicool.com>: by Fred Drake · 23 years ago
- 9a37418 New solution to the "Someone stuck a colon in that filename!" problem: by Fred Drake · 23 years ago
- 96a2a80 Users of PySequence_GET_FAST() should get the length of the sequence using by Fred Drake · 23 years ago
- dc9e7e4 readlink() description: Added note that the return value may be either by Fred Drake · 23 years ago
- 964c074 Hack to make this play nicer with *old* versions of Python: os.path.abspath() by Fred Drake · 23 years ago
- 597bc1d Bring the notes on the relationship between __cmp__(), __eq__(), and by Fred Drake · 23 years ago
- b9879e1 Fix typo reported in SF bug #427783. by Fred Drake · 23 years ago
- c80d4dd The parameter to the listen() method is not optional, but was marked as by Fred Drake · 23 years ago
- b2625eb Removed information on the old third parameter to _PyTuple_Resize(). by Fred Drake · 23 years ago
- 404ac97 If the input line does not contain enough fields, raise a meaningful error. by Fred Drake · 23 years ago
- fac312f Do not start API descriptions with "Does the same, but ..." -- actually by Fred Drake · 23 years ago
- 56a71ee Add a version annotation for splitdrive(); old, but as long as I managed by Fred Drake · 23 years ago
- c6d8f8d Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues() by Fred Drake · 23 years ago
- 98cfab6 One more update related to the new get() and setdefault() methods on the by Fred Drake · 23 years ago
- 6b4593e Update to add get() and setdefault() as supported mapping operations, and by Fred Drake · 23 years ago
- 7063149 Add some clarifications about the mapping interface presented by by Fred Drake · 23 years ago
- bd695a7 Changed all the examples with ugly platform-dependent float output to use by Tim Peters · 23 years ago
- 1400baa Add a "See also" section with useful links. More should be added giving by Fred Drake · 23 years ago
- 8b0b840 Update output to reflect additional precision produced by the repr() of by Fred Drake · 23 years ago
- 24e6219 Add documentation for Py_Main() and PyThreadState_GetDict(). by Fred Drake · 23 years ago
- fc43d00 Typo: "that" --> "than" This closes SF bug #425320. by Fred Drake · 23 years ago
- e9719fe Fix bug in smtplib example: the prompt said to end the message with ^D, by Fred Drake · 23 years ago
- 09daff4 Get Aahz listed correctly using his legal/professional name. by Fred Drake · 23 years ago
- 3b923fc Add another item by Andrew M. Kuchling · 23 years ago
- c0dac1a Beef up the unicode() description a bit, based on material from AMK's by Fred Drake · 23 years ago