- f1b26ba Document the finditer() function and method. This closes SF bug #520904. by Fred Drake · 23 years ago
- d252555 Bump version numbers. by Fred Drake · 23 years ago
- 23d91ad Added description of binhex.Error. by Fred Drake · 23 years ago
- 3dc3f09 Fix broken HTML in the head; this was reported by a user as causing Opera 6.01 by Fred Drake · 23 years ago
- 5f9c705 SF# 522426, add doc for common parameter for filecmp.cmpfiles() by Neal Norwitz · 23 years ago
- 50d20ca Adjust some poor wording in the text that explains what events are used by Fred Drake · 23 years ago
- 1d1b476 Clarify that copy_reg.pickle() is not intended for use with "classic" classes. by Fred Drake · 23 years ago
- 0c3ea5d Fix up unescaped tilde; reported by several people. by Fred Drake · 23 years ago
- 8f3f845 Remove extra verb; reported by Detlef Lannert. by Fred Drake · 23 years ago
- e115134 Backport montanero's checkin of revision 1.7: by Michael W. Hudson · 23 years ago
- 98305a0 Take Tim's work on file.truncate out of 2.2.1 again. by Michael W. Hudson · 23 years ago
- fe69139 Backport Tim's work on getting file.truncate working better on Win32. by Michael W. Hudson · 23 years ago
- 1ed6918 Fix stupid typo in example. by Fred Drake · 23 years ago
- 36e2586 Markup error: braces not properly marked in dictionary display by Fred Drake · 23 years ago
- 4170544 Clarify the descriptions of the positive and negative lookbehind assertions. by Fred Drake · 23 years ago
- c5e9264 pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will not by Fred Drake · 23 years ago
- 487b17d Revise the markup related to the grammar productions to increase the by Fred Drake · 23 years ago
- 03efe03 Make the release status obvious in the title area. by Fred Drake · 23 years ago
- 85895a5 Update to reflect changes in the extending & embedding doc. by Fred Drake · 23 years ago
- 1b64810 Backport loewis' checkin of by Michael W. Hudson · 23 years ago
- 5ab6d2b This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 23 years ago
- 48da568 Update version number prior to release candidate. by Fred Drake · 23 years ago
- 6b1a0b7 Describe how to support the iterator protocol in extension types. by Fred Drake · 23 years ago
- 8e539fc Change the way \textasciitilde is implemented so it works more consistently by Fred Drake · 23 years ago
- 804fea9 Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 23 years ago
- 066cecd "level" keyword argument in example should be "stacklevel". by Fred Drake · 23 years ago
- 8a94434 Documentation for PyObject_GetIter(), contributed by Greg Chapman by Fred Drake · 23 years ago
- ade05ed backport akuchling's checkin of revision 1.6 of libxmlrpclib.tex by Michael W. Hudson · 23 years ago
- d72eb61 Add more explanation of how data_files is used (esp. where the files end up by Fred Drake · 23 years ago
- b74a962 "Shortcut" should be "short-circuit". This closes SF bug #526277. by Fred Drake · 23 years ago
- 830764a Added missing version annotation for dict(). by Fred Drake · 23 years ago
- fbfb0b3 backport my checkin of revision 1.46 of README by Michael W. Hudson · 23 years ago
- 644fd92 backport my checkin of revision 1.5 of license.tex by Michael W. Hudson · 23 years ago
- b38f188 Fix error in explanation of the interaction between $ and MULTILINE mode. by Fred Drake · 23 years ago
- 06efb77 backport tim_one's checkin of revision 1.101 of libfuncs.tex by Michael W. Hudson · 23 years ago
- 952f138 Merge trunk. by Greg Ward · 23 years ago
- e583047 Typo: thsi -> this. Closes SF bug #521450. by Fred Drake · 24 years ago
- 2d677d2 Correct the refcount information for the PyWeakref_GetObject() function. by Fred Drake · 24 years ago
- 87ed3fe SF #515041, Update path for 2.2 by Neal Norwitz · 24 years ago
- 3b841e9 Add an availability statement for alarm(). by Fred Drake · 24 years ago
- c57a51c Added deprecatioon information for mac.xstat(). This closes SF bug #505150. by Fred Drake · 24 years ago
- a0c1ac4 The "%" character does not need to be escaped in verbatim environments. by Fred Drake · 24 years ago
- 129c592 Consistently use \textasciicircum to produce a ^ character. by Fred Drake · 24 years ago
- 9cd2e86 Update the instructions on reporting bugs to reflect that anonymous reports by Fred Drake · 24 years ago
- 0d55fc3 Revise cheeseshop example so that the order of the keyword output is by Fred Drake · 24 years ago
- 409ab5f It's merge time! by Michael W. Hudson · 24 years ago
- 446b247 Add keyword.kwlist to the public API. by Fred Drake · 24 years ago
- 4d1012d libkeyword.tex was missing from the list of dependencies for the by Fred Drake · 24 years ago
- b887219 Fix typo reported by François Pinard. by Fred Drake · 24 years ago
- f160f1b Updated GNU info dir segment from Milan Zamazal. by Fred Drake · 24 years ago
- d41bffa Update email address. by Fred Drake · 24 years ago
- 04531f7 Fix Michael Hudson's email address. by Fred Drake · 24 years ago
- 52670a9 Merge in Thomas Heller's typo fix from revision 1.13. by Fred Drake · 24 years ago
- 99dc409 Do not mask the name of a built-in function in example code. by Fred Drake · 24 years ago
- 3f7f0f8 Fix indentation error in example from the Tkinter Life Preserver. by Fred Drake · 24 years ago
- 3b9bcc8 Fix minor typo reported in SF patch #497951. by Fred Drake · 24 years ago
- a94dd28 Add note that fromfd() is Unix-specific. by Fred Drake · 24 years ago
- 9fcd9b2 Added index entries similar to some recommended by Skip, and used the word by Fred Drake · 24 years ago
- 3677d7e Make this do the right thing with entries which start with the percent sign, by Fred Drake · 24 years ago
- 1004049 Added some missing index entries, noted by L. Peter Deutsch. by Fred Drake · 24 years ago
- a6276bd Fixed up some index entries. by Fred Drake · 24 years ago
- 99ae4f2 Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are by Fred Drake · 24 years ago
- 4a61868 Fix wrongly-named formal parameters in three places: begin_y was used twice by Fred Drake · 24 years ago
- 7b52ef2 Close an improperly-closed verbatim environment. This closes SF patch #496215. by Fred Drake · 24 years ago
- 72621fb Merge names added on the trunk (contributions are being merged as well). by Fred Drake · 24 years ago
- 5894e1f Bump version info for maintenance branch. by Fred Drake · 24 years ago
- 2276818 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 24 years ago
- bec5b36 1.00 at last! by Andrew M. Kuchling · 24 years ago
- 5c79831 Add a reference to the signal module to the os.kill() description. by Fred Drake · 24 years ago
- dce2e11 Fix typo in httplib example. This fixes SF bug #495221. by Fred Drake · 24 years ago
- 23d45f4 Fix up some examples in the tutorial so we don't contradict our own by Fred Drake · 24 years ago
- 8c8e871 Fix the availability statement for the spawn*() functions to reflect the by Fred Drake · 24 years ago
- 34a37b8 Re-commit Ping's patch to the cgi and cgitb documentation, using the by Fred Drake · 24 years ago
- 5e08d10 Update the documentation links Remove reference to this being a draft by Andrew M. Kuchling · 24 years ago
- adc7df5 Use the final patch/bug numbers by Andrew M. Kuchling · 24 years ago
- 4b1b3bf Add entry for the pydoc documentation. by Fred Drake · 24 years ago
- 96be564 Add documentation for the pydoc module; contributed by Ka-Ping Yee. by Fred Drake · 24 years ago
- 732299f Add documentation for the help() built-in; contributed by Ka-Ping Yee. by Fred Drake · 24 years ago
- e088970 Merge in Ping's changes to the cgitb documentation, and add a version by Fred Drake · 24 years ago
- 0c0b530 Mark the mpz module deprecated as of Python 2.2. by Fred Drake · 24 years ago
- b9c0ef5 Update to reflect recently added markup. by Fred Drake · 24 years ago
- c577728 Add a link to the mxNumber package. by Fred Drake · 24 years ago
- b40501b Add link to the gmpy project. by Fred Drake · 24 years ago
- 08d752c Update to use the notice environment so a multi-paragraph note can be by Fred Drake · 24 years ago
- 591dd8f Update information about __del__() & reference cycles for CPython. by Fred Drake · 24 years ago
- 6ca3377 Add a new environment for whole-paragraph (or longer) notes & warnings. by Fred Drake · 24 years ago
- dda7dcb Add a missing "cycle". by Fred Drake · 24 years ago
- b062cb2 Work around the problem of spaces after a "}" being dropped by LaTeX2HTML if by Fred Drake · 24 years ago
- e27f868 The valign attribute to control the vertical alignment of a table cell should by Fred Drake · 24 years ago
- e6965cd Bump version numbers for the trunk. by Fred Drake · 24 years ago
- 7b82271 Reflect change of Digital Creations to Zope Corporation. by Fred Drake · 24 years ago
- 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 24 years ago
- 5f29319 Replace the "Cookbook approach" with the approach documented in by Fred Drake · 24 years ago
- a0b7676 Minor adjustments. by Fred Drake · 24 years ago
- 850d398 Fix for by Michael W. Hudson · 24 years ago
- 5f443cb Added the iSilo documentation to the standard target for distribution files by Fred Drake · 24 years ago
- 8d0645c Add a note about yield requiring a __future__ directive. by Fred Drake · 24 years ago
- 1529ef8 Document that isleap() returns exactly 1 or 0, which is guaranteed by the by Fred Drake · 24 years ago
- 3a8e59e Clean up a sad sentence in the yield description. by Fred Drake · 24 years ago
- e31e9ce Document generators and the yield statement, avoiding implementation details. by Fred Drake · 24 years ago