| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set version info for the emergency "Don't Kill Opera" documentation | Fred Drake | 2002-03-29 | 2 | -3/+3 |
| | | | | | release. | ||||
| * | Add documentation on the hasfree data object. | Fred Drake | 2002-03-28 | 1 | -0/+4 |
| | | |||||
| * | Backport Skip's patch for SF bug #534495: | Fred Drake | 2002-03-27 | 1 | -1/+2 |
| | | | | | | | | exceptions.tex 1.5 fix a typo in PyErr_Format table and add row for 'p' format char closes bug 534495 | ||||
| * | Document the finditer() function and method. | Fred Drake | 2002-03-25 | 1 | -2/+26 |
| | | | | | | | | | This closes SF bug #520904. Explain that many of the escapes supported by string literals are also supported by the RE compiler, and list which ones. This closes SF bug #529923. | ||||
| * | Bump version numbers. | Fred Drake | 2002-03-25 | 2 | -2/+2 |
| | | |||||
| * | Added description of binhex.Error. | Fred Drake | 2002-03-25 | 1 | -0/+8 |
| | | |||||
| * | Fix broken HTML in the head; this was reported by a user as causing Opera 6.01 | Fred Drake | 2002-03-22 | 1 | -1/+1 |
| | | | | | | to crash. The user has reported the problem to Opera, but we still should generate something that passes for HTML. | ||||
| * | SF# 522426, add doc for common parameter for filecmp.cmpfiles() | Neal Norwitz | 2002-03-20 | 1 | -0/+1 |
| | | |||||
| * | Adjust some poor wording in the text that explains what events are used | Fred Drake | 2002-03-19 | 1 | -27/+29 |
| | | | | | | for (reported by Keith Briggs). Wrap some very long lines. | ||||
| * | Clarify that copy_reg.pickle() is not intended for use with "classic" classes. | Fred Drake | 2002-03-19 | 1 | -3/+5 |
| | | | | | | | This was stated before, but a minor grammatical error made it difficult to be sure of the meaning. This closes SF bug #530143. | ||||
| * | Fix up unescaped tilde; reported by several people. | Fred Drake | 2002-03-18 | 1 | -1/+1 |
| | | |||||
| * | Remove extra verb; reported by Detlef Lannert. | Fred Drake | 2002-03-18 | 1 | -2/+1 |
| | | |||||
| * | Backport montanero's checkin of revision 1.7: | Michael W. Hudson | 2002-03-17 | 1 | -8/+11 |
| | | | | | | update text to refer to ServerProxy class in preference to Server, which is only retained for backward compatibility with older versions of the library. | ||||
| * | Take Tim's work on file.truncate out of 2.2.1 again. | Michael W. Hudson | 2002-03-17 | 1 | -19/+15 |
| | | |||||
| * | Backport Tim's work on getting file.truncate working better on Win32. | Michael W. Hudson | 2002-03-16 | 1 | -15/+19 |
| | | | | | | "cvs diff | patch" managed to stick the NEWS item in the 2.2 final section! I wonder which silly man wrote patch <wink>. | ||||
| * | Fix stupid typo in example. | Fred Drake | 2002-03-16 | 1 | -1/+1 |
| | | |||||
| * | Markup error: braces not properly marked in dictionary display | Fred Drake | 2002-03-16 | 1 | -1/+1 |
| | | | | | | grammer productions. Fixes SF bug #520959. | ||||
| * | Clarify the descriptions of the positive and negative lookbehind assertions. | Fred Drake | 2002-03-16 | 1 | -9/+30 |
| | | | | | | Added examples of positive lookbehind assertions. This closes SF bug #529708. | ||||
| * | pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will not | Fred Drake | 2002-03-16 | 1 | -0/+8 |
| | | | | | | | change the installed version on either of the machines I use to format the docs. Instead, use a compatibility hack to support both versions. This is also better for external users of the Python styles. | ||||
| * | Revise the markup related to the grammar productions to increase the | Fred Drake | 2002-03-15 | 7 | -98/+95 |
| | | | | | | | level of predictability. This is not really "good" markup, but is arguably better than we had before. This closes SF bug #523117. | ||||
| * | Make the release status obvious in the title area. | Fred Drake | 2002-03-15 | 2 | -2/+2 |
| | | |||||
| * | Update to reflect changes in the extending & embedding doc. | Fred Drake | 2002-03-15 | 1 | -1/+1 |
| | | |||||
| * | Backport loewis' checkin of | Michael W. Hudson | 2002-03-15 | 3 | -190/+5 |
| | | | | | | | | | | revision 1.104 of ext.tex revision 1.4 of windows.tex revision 1.1 of building.tex removal of unix.tex Patch #500136: Update Update ext build documentation. 2.2.1 candidate. | ||||
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2002-03-15 | 1 | -0/+143 |
| | | | | | 'release22-maint'. | ||||
| * | Update version number prior to release candidate. | Fred Drake | 2002-03-14 | 2 | -2/+2 |
| | | |||||
| * | Describe how to support the iterator protocol in extension types. | Fred Drake | 2002-03-13 | 1 | -4/+60 |
| | | | | | This closes SF bug #420851. | ||||
| * | Change the way \textasciitilde is implemented so it works more consistently | Fred Drake | 2002-03-13 | 1 | -1/+1 |
| | | | | | | (dropping tildes into data that still goes through LaTeX-like processing is a bad idea). | ||||
| * | Add a note that Py_None needs the same reference count treatment as any | Fred Drake | 2002-03-12 | 1 | -1/+2 |
| | | | | | | other PyObject *. This closes SF bug #494007. | ||||
| * | "level" keyword argument in example should be "stacklevel". | Fred Drake | 2002-03-12 | 1 | -1/+1 |
| | | | | | This closes SF bug #517684. | ||||
| * | Documentation for PyObject_GetIter(), contributed by Greg Chapman | Fred Drake | 2002-03-11 | 1 | -3/+18 |
| | | | | | | (with only minor changes by Fred). This closes SF bug #498607. | ||||
| * | backport akuchling's checkin of | Michael W. Hudson | 2002-03-11 | 1 | -2/+12 |
| | | | | | | | | | | | revision 1.6 of libxmlrpclib.tex [Bug #486527] Note that the caller has to ensure there are no control characters in strings being passed via XML-RPC. Fix some typos. 2.2.1 bugfix candidate. | ||||
| * | Add more explanation of how data_files is used (esp. where the files end up | Fred Drake | 2002-03-08 | 1 | -2/+13 |
| | | | | | in the installation and how that location is determined). | ||||
| * | "Shortcut" should be "short-circuit". | Fred Drake | 2002-03-08 | 1 | -6/+7 |
| | | | | | This closes SF bug #526277. | ||||
| * | Added missing version annotation for dict(). | Fred Drake | 2002-03-06 | 1 | -0/+2 |
| | | |||||
| * | backport my checkin of | Michael W. Hudson | 2002-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | revision 1.46 of README date: 2002/02/27 13:29:45; author: mwh; state: Exp; lines: +1 -1 Add 2002 to PSF copyrights. Doc/README is odd; it assigns some copyright to the PSF in 2000, when I didn't think it existed... | ||||
| * | backport my checkin of | Michael W. Hudson | 2002-02-27 | 1 | -2/+2 |
| | | | | | | | revision 1.5 of license.tex Add 2002 to PSF copyrights. | ||||
| * | Fix error in explanation of the interaction between $ and MULTILINE mode. | Fred Drake | 2002-02-25 | 1 | -1/+1 |
| | | | | | Reported by Steve Alexander. | ||||
| * | backport tim_one's checkin of | Michael W. Hudson | 2002-02-23 | 1 | -9/+22 |
| | | | | | | | | | | | | | | | | | | revision 1.101 of libfuncs.tex SF bug #501591: dir() doc is old Bugfix candidate. + Updated dir() description to match actual 2.2 behavior. + Replaced the dir(sys) example with dir(struct), because the former was way out of date and is bound to change frequently, while the latter is stable. + Added a note cautioning that dir() is supplied primarily for convenience at an interactive prompt (hoping to discourage its use as the foundation of introspective code outside the core). | ||||
| * | Merge trunk. | Greg Ward | 2002-02-22 | 1 | -1/+1 |
| | | |||||
| * | Typo: thsi -> this. Closes SF bug #521450. | Fred Drake | 2002-02-22 | 1 | -1/+1 |
| | | |||||
| * | Correct the refcount information for the PyWeakref_GetObject() function. | Fred Drake | 2002-02-20 | 1 | -1/+1 |
| | | | | | This closes SF bug #520087. | ||||
| * | SF #515041, Update path for 2.2 | Neal Norwitz | 2002-02-19 | 1 | -2/+2 |
| | | |||||
| * | Add an availability statement for alarm(). | Fred Drake | 2002-02-15 | 1 | -0/+1 |
| | | |||||
| * | Added deprecatioon information for mac.xstat(). | Fred Drake | 2002-02-15 | 1 | -1/+8 |
| | | | | | This closes SF bug #505150. | ||||
| * | The "%" character does not need to be escaped in verbatim environments. | Fred Drake | 2002-02-15 | 1 | -3/+3 |
| | | | | | This closes SF bug #517811. | ||||
| * | Consistently use \textasciicircum to produce a ^ character. | Fred Drake | 2002-02-14 | 1 | -18/+25 |
| | | | | | LaTeX really falls flat on this one! | ||||
| * | Update the instructions on reporting bugs to reflect that anonymous reports | Fred Drake | 2002-02-04 | 1 | -10/+6 |
| | | | | | are no longer accepted. | ||||
| * | Revise cheeseshop example so that the order of the keyword output is | Fred Drake | 2002-01-29 | 1 | -1/+8 |
| | | | | | | | completely determined by the example; dict insertion order and the string hash algorithm no longer affect the output. This fixes SF bug #509281. | ||||
| * | It's merge time! | Michael W. Hudson | 2002-01-28 | 1 | -2/+1 |
| | | | | | | | | | | | | | | Backport gvanrossum's checkin of revision 1.9: There's no need for typechecks on the second and third argument of new.instancemethod() -- the instancemethod object is now a perfectly general container. This fixes SF bug ##503091 (Pedro Rodriquez): new.instancemethod fails for new classes This is a 2.2.1 candidate. | ||||
| * | Add keyword.kwlist to the public API. | Fred Drake | 2002-01-24 | 1 | -1/+8 |
| | | |||||
