Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not rebuild html-$(RELEASE).tar every time we need to use it. | Fred Drake | 2001-09-06 | 1 | -1/+1 |
| | |||||
* | Bump version number. | Fred Drake | 2001-09-06 | 1 | -1/+1 |
| | |||||
* | Update link to the PyOpenGL project in the "gl" module docs. | Fred Drake | 2001-09-06 | 1 | -6/+8 |
| | | | | This closes SF bug #459256. | ||||
* | Document the built-in iter() function. | Fred Drake | 2001-09-06 | 1 | -0/+17 |
| | |||||
* | Bump version number. | Fred Drake | 2001-09-06 | 1 | -1/+1 |
| | |||||
* | Added an additional link to NIST information on secure hashing. | Fred Drake | 2001-09-06 | 1 | -0/+4 |
| | | | | This closes SF bug #458785. | ||||
* | Clarified the interaction between string literals and continuation lines. | Fred Drake | 2001-09-06 | 1 | -5/+28 |
| | | | | Fixes bug reported as SF bug #453728. | ||||
* | Make the examples for "Default Argument Values" more presentable and | Fred Drake | 2001-09-06 | 1 | -9/+13 |
| | | | | | less hostile to newbie use at the interactive prompt. This is in response to SF bug #458654. | ||||
* | Fix parameter for PyInt_Check(). | Fred Drake | 2001-09-06 | 1 | -1/+31 |
| | | | | Add refcount information for other recently documented APIs. | ||||
* | Document the PyMethod_* type object, functions, and macros. | Fred Drake | 2001-09-06 | 1 | -0/+58 |
| | |||||
* | Document the rule that Python.h must be included before any standard | Fred Drake | 2001-09-06 | 2 | -2/+7 |
| | | | | headers. This is the final checkin for SF bug #458768. | ||||
* | Do not #include <stdio.h> since Python.h already does that. | Fred Drake | 2001-09-06 | 1 | -1/+0 |
| | |||||
* | Use the standard argument convention for main(), and conform to the | Fred Drake | 2001-09-06 | 1 | -1/+2 |
| | | | | Python/C style guide. | ||||
* | Several updates to cover omissions noted by Rich Salz. | Fred Drake | 2001-09-06 | 1 | -3/+27 |
| | | | | This closes SF bug #458771. | ||||
* | Document the "unixfrom" attribute of the rfc822.Message class. | Fred Drake | 2001-09-06 | 1 | -1/+7 |
| | | | | Based on a patch by Skip Montanaro, this closes SF bug #458885. | ||||
* | Patch #416079: fix the debug string output when receiving telnet commands. | Martin v. Löwis | 2001-09-06 | 1 | -1/+13 |
| | | | | | | added all the telnet options known to arpa/telnet.h added all the options registered with IANA as of today added the possibility for the user to have it's own option negotiation callback | ||||
* | typo... | Skip Montanaro | 2001-09-05 | 1 | -1/+1 |
| | |||||
* | Patch #449815: Set filesystemencoding based on CODESET. | Martin v. Löwis | 2001-09-05 | 1 | -1/+5 |
| | |||||
* | Note some changes that I need to write about | Andrew M. Kuchling | 2001-09-05 | 1 | -0/+10 |
| | |||||
* | Patch #428326: New class threading.Timer. | Martin v. Löwis | 2001-09-05 | 1 | -0/+36 |
| | |||||
* | At Guido's suggestion, here's a new C API function, PyObject_Dir(), like | Tim Peters | 2001-09-04 | 1 | -0/+10 |
| | | | | __builtin__.dir(). Moved the guts from bltinmodule.c to object.c. | ||||
* | Correction: the Borland C port isn't fully operational yet | Andrew M. Kuchling | 2001-09-04 | 1 | -3/+4 |
| | |||||
* | Add more detail to the descriptions of the shutil functions. | Fred Drake | 2001-09-04 | 1 | -4/+9 |
| | | | | This closes SF bug #458223. | ||||
* | Added documentation for sys.maxunicode and sys.warnoptions. | Fred Drake | 2001-09-04 | 1 | -1/+14 |
| | | | | | Fixed a markup error which caused an em dash to be presented as a minus sign. This closes SF bug #458350. | ||||
* | New restriction on pow(x, y, z): If z is not None, x and y must be of | Tim Peters | 2001-09-03 | 1 | -6/+12 |
| | | | | | integer types, and y must be >= 0. See discussion at http://sf.net/tracker/index.php?func=detail&aid=457066&group_id=5470&atid=105470 | ||||
* | Move the long minidom example to a separate file; \verbatiminput does the | Fred Drake | 2001-09-02 | 2 | -67/+66 |
| | | | | | | right thing with page breaks in long examples, while the verbatim environment does not. This causes the example to wrap to the next page instead of overwriting the page footer and bottom margin. | ||||
* | Added the "Host" header to the "GET" example. | Fred Drake | 2001-09-01 | 1 | -0/+1 |
| | | | | This closes SF bug #457100. | ||||
* | Add Jack Jansen's explanation of the MacOS X changes | Andrew M. Kuchling | 2001-08-30 | 1 | -7/+43 |
| | |||||
* | SF patch #455966: Allow leading 0 in float/imag literals. | Tim Peters | 2001-08-30 | 1 | -7/+7 |
| | | | | Consequences for Jython still unknown (but raised on Jython-Dev). | ||||
* | Update documentation for GC API. Closes SF patch #421893. | Neil Schemenauer | 2001-08-30 | 1 | -29/+48 |
| | |||||
* | Update the links to the FIPS document that defines the Secure Hash | Fred Drake | 2001-08-30 | 1 | -8/+9 |
| | | | | Algorithm. This closes SF bug #454917. | ||||
* | Add a new function imp.lock_held(), and use it to skip test_threaded_import | Tim Peters | 2001-08-30 | 1 | -0/+13 |
| | | | | when that test is doomed to deadlock. | ||||
* | Fix a minor markup typo. | Fred Drake | 2001-08-29 | 1 | -1/+1 |
| | |||||
* | On Fred's suggestion, convert sprintf() examples to use | Barry Warsaw | 2001-08-29 | 1 | -19/+11 |
| | | | | | PyString_FromFormat(). Also fixed one grammar problem, and a few other mark-up issues. Sample code not checked. | ||||
* | Add METH_O and METH_NOARGS change | Andrew M. Kuchling | 2001-08-29 | 1 | -9/+19 |
| | | | | | Rewrite snprintf() item a bit Bump version number | ||||
* | Revise comments about TeX & LaTeX for accuracy. | Fred Drake | 2001-08-28 | 1 | -5/+7 |
| | | | | This closes SF bug #456222. | ||||
* | Added explanation that [...] * n generates shallow copies of [...], so | Fred Drake | 2001-08-28 | 1 | -2/+26 |
| | | | | | | the contents will be shared by multiple references. This closes SF bug #455694. | ||||
* | Fix a number of minor markup errors, and improve the consistency a bit. | Fred Drake | 2001-08-28 | 1 | -16/+16 |
| | |||||
* | Plant a mention in the description of backreferences of the fact that | Eric S. Raymond | 2001-08-28 | 1 | -1/+5 |
| | | | | while \0 doesn't do what one might expect, \g<0> does. | ||||
* | Refcount info for PyString_FromFormat() and PyString_FromFormatV(). | Barry Warsaw | 2001-08-28 | 1 | -0/+8 |
| | | | | Closes SF patch #455666. | ||||
* | Documentation for PyString_FromFormat() and PyString_FromFormatV(). | Barry Warsaw | 2001-08-28 | 1 | -0/+28 |
| | | | | Closes SF patch #455666. | ||||
* | Docs for the PEP 264 changes. | Michael W. Hudson | 2001-08-27 | 4 | -22/+112 |
| | |||||
* | SF patch #454553 by Walter Dörwald: auto-guess content-type header for | Guido van Rossum | 2001-08-23 | 1 | -1/+2 |
| | | | | ftp urls. | ||||
* | indicate that mktime is platform-dependent. See SF bug 434143. | Skip Montanaro | 2001-08-22 | 1 | -1/+2 |
| | |||||
* | indicate that the years for which the calendar function will work are | Skip Montanaro | 2001-08-22 | 1 | -1/+2 |
| | | | | platform dependent. See SF bug 434143. | ||||
* | New \grammartoken markup, similar to \token but allowed everywhere. | Fred Drake | 2001-08-20 | 2 | -0/+6 |
| | |||||
* | Add another name. | Fred Drake | 2001-08-20 | 1 | -0/+1 |
| | |||||
* | Split "Extending & Embedding" into separate files, one per chapter. | Fred Drake | 2001-08-20 | 7 | -3158/+3160 |
| | |||||
* | Added documentation for BoundedSemaphore(), contributed by Skip Montanaro. | Fred Drake | 2001-08-20 | 1 | -2/+40 |
| | | | | This closes SF patch #452836. | ||||
* | Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy() | Fred Drake | 2001-08-20 | 1 | -2/+7 |
| | | | | | | description. This fixes SF bug #453111. |