| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the listing of the type structure, since both the C API reference and | Fred Drake | 2002-04-15 | 1 | -0/+0 |
|
|
* | Clean up the application of style to verbatim text. | Fred Drake | 2002-04-15 | 3 | -8/+10 |
|
|
* | Add support for \cmemberline and the cmemberdesc environment. | Fred Drake | 2002-04-15 | 1 | -0/+24 |
|
|
* | Add item | Andrew M. Kuchling | 2002-04-15 | 1 | -0/+2 |
|
|
* | Apply the second version of SF patch http://www.python.org/sf/536241 | Walter Dörwald | 2002-04-15 | 1 | -0/+6 |
|
|
* | posix.mknod() and {}.pop() were added | Neal Norwitz | 2002-04-15 | 1 | -1/+2 |
|
|
* | Add items | Andrew M. Kuchling | 2002-04-15 | 1 | -0/+20 |
|
|
* | Patch #543447: Add posix.mknod. | Martin v. Löwis | 2002-04-14 | 1 | -0/+11 |
|
|
* | Document the optional argument to the .strip(), .rstrip(), .strip() string | Fred Drake | 2002-04-13 | 1 | -8/+20 |
|
|
* | Additional support for describing C structure members. | Fred Drake | 2002-04-12 | 1 | -0/+11 |
|
|
* | Integrate a bunch of new text from Guido. | Fred Drake | 2002-04-12 | 1 | -6/+262 |
|
|
* | BDFL agreed with Tim: rehabilitate randint(). | Fred Drake | 2002-04-12 | 1 | -1/+0 |
|
|
* | Update the type of the tp_free slot. | Fred Drake | 2002-04-12 | 1 | -1/+1 |
|
|
* | Warn people away from PyModule_GetDict(), but not too strongly. | Fred Drake | 2002-04-12 | 1 | -0/+3 |
|
|
* | Do not use PyModule_GetDict(). | Fred Drake | 2002-04-12 | 1 | -23/+27 |
|
|
* | Change example of retrieving & calling a Python function to not use | Fred Drake | 2002-04-12 | 1 | -12/+9 |
|
|
* | Change the type of the tp_dealloc back to what it really is. | Fred Drake | 2002-04-12 | 1 | -2/+2 |
|
|
* | Modernize the minimal example of an extension type. | Fred Drake | 2002-04-12 | 1 | -7/+15 |
|
|
* | Add a (very) simple description of PyType_Ready(). | Fred Drake | 2002-04-12 | 1 | -0/+4 |
|
|
* | Update the type of tp_dealloc. | Fred Drake | 2002-04-12 | 1 | -1/+1 |
|
|
* | Add Raymond Hettinger's d.pop(). See SF patch 539949. | Guido van Rossum | 2002-04-12 | 1 | -0/+3 |
|
|
* | Document __unicode__. Fixes #541245. | Martin v. Löwis | 2002-04-11 | 1 | -0/+7 |
|
|
* | Explain octal escapes. Fixes #542226. | Martin v. Löwis | 2002-04-11 | 1 | -5/+3 |
|
|
* | Add a name | Andrew M. Kuchling | 2002-04-10 | 1 | -1/+1 |
|
|
* | Remove mention of 'pre' module | Andrew M. Kuchling | 2002-04-10 | 1 | -9/+0 |
|
|
* | Document PyType_CheckExact(), PyType_IS_GC(). | Fred Drake | 2002-04-10 | 1 | -1/+16 |
|
|
* | document all the valid encoding values | Skip Montanaro | 2002-04-10 | 1 | -1/+4 |
|
|
* | When adding a name to the table of macros and environments, make sure it | Fred Drake | 2002-04-10 | 1 | -1/+4 |
|
|
* | Added support for \csimplemacro and csimplemacrodesc. | Fred Drake | 2002-04-10 | 1 | -0/+6 |
|
|
* | Started filling in the information about some of the basic types and macros | Fred Drake | 2002-04-09 | 1 | -2/+69 |
|
|
* | Update to use the new \csimplemacro macro | Fred Drake | 2002-04-09 | 2 | -22/+24 |
|
|
* | Document the \csimplemacro macro and the csimplemacrodesc environment. | Fred Drake | 2002-04-09 | 1 | -0/+20 |
|
|
* | Add \csimplemacro to parallel the csimplemacrodesc environment. | Fred Drake | 2002-04-09 | 1 | -1/+2 |
|
|
* | Update docs for bool changes by Guido around April 6 | Neal Norwitz | 2002-04-09 | 6 | -16/+16 |
|
|
* | Ignore an output directory for intermediates here as well. | Fred Drake | 2002-04-09 | 1 | -0/+1 |
|
|
* | Fix typo: coverted --> converted. Reported by Francois Pinard. | Fred Drake | 2002-04-09 | 1 | -1/+1 |
|
|
* | Update the table of releases. | Fred Drake | 2002-04-08 | 1 | -0/+3 |
|
|
* | Patch #512005: getrusage() returns struct-like object. | Martin v. Löwis | 2002-04-08 | 1 | -33/+39 |
|
|
* | Do not call "knee" a standard module, and point to the new location. | Fred Drake | 2002-04-08 | 1 | -3/+3 |
|
|
* | Minor clarification about what's actually promised for PyMem_Malloc(0). | Tim Peters | 2002-04-06 | 1 | -6/+8 |
|
|
* | Move reference material on PyArg_Parse*() out of the Extending & Embedding | Fred Drake | 2002-04-05 | 5 | -485/+530 |
|
|
* | Remove weird spacing in typeset version of the chapter head. | Fred Drake | 2002-04-05 | 1 | -1/+1 |
|
|
* | Fix bug in command line handling, noted by Fredrik Lundh. | Fred Drake | 2002-04-05 | 1 | -1/+1 |
|
|
* | Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, | Fred Drake | 2002-04-05 | 4 | -0/+31 |
|
|
* | Update doc to reflect Tim's changes to bool. | Neal Norwitz | 2002-04-05 | 8 | -27/+28 |
|
|
* | Minor style change. | Fred Drake | 2002-04-04 | 1 | -0/+2 |
|
|
* | Add support for \textgreater, \textless. | Fred Drake | 2002-04-04 | 1 | -4/+9 |
|
|
* | Add a version annotation regarding the urlopen(proxies={...}). | Fred Drake | 2002-04-04 | 1 | -0/+2 |
|
|
* | The rest of the documentation for manual proxy configuration for a basic | Fred Drake | 2002-04-04 | 1 | -3/+20 |
|
|
* | Documentation for manual proxy configuration, by Andy Gimblett. | Fred Drake | 2002-04-04 | 1 | -0/+35 |
|
|