| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up the tables of child links generated by stock LaTeX2HTML so we get | Fred Drake | 2001-10-26 | 1 | -0/+8 |
|
|
* | Moved PythonScript to unsupported at Bill Bedford's request. It'll go | Jack Jansen | 2001-10-26 | 9 | -0/+0 |
|
|
* | Typo: destuction --> destruction | Fred Drake | 2001-10-26 | 1 | -1/+1 |
|
|
* | further work supporting reading config dialog values form config files. | Steven M. Gava | 2001-10-26 | 1 | -20/+40 |
|
|
* | dynamic option menu widget. | Steven M. Gava | 2001-10-26 | 1 | -0/+34 |
|
|
* | further work on loading config dialog values from the config files | Steven M. Gava | 2001-10-26 | 1 | -61/+15 |
|
|
* | Generalize dictionary() to accept a sequence of 2-sequences. At the | Tim Peters | 2001-10-26 | 7 | -36/+199 |
|
|
* | Update. __dict__ assignment done. Reorder remaining "to do" items by | Guido van Rossum | 2001-10-26 | 1 | -7/+22 |
|
|
* | Allow assignment to newinstance.__dict__. | Guido van Rossum | 2001-10-26 | 2 | -1/+50 |
|
|
* | Fix two typos, one noted by Noah Spurrier in SF bug #475166, the | Guido van Rossum | 2001-10-26 | 2 | -2/+3 |
|
|
* | Add sendall() method, which loops until all data is written or an | Guido van Rossum | 2001-10-26 | 1 | -2/+44 |
|
|
* | Add yet more markup that let's a stylesheet pick out a small bit of the | Fred Drake | 2001-10-26 | 1 | -3/+11 |
|
|
* | Enforce a bit of markup consistency. | Fred Drake | 2001-10-26 | 1 | -13/+12 |
|
|
* | Minor textual adjustment, and style-guide conformance (no use of "iff"). | Fred Drake | 2001-10-26 | 1 | -4/+5 |
|
|
* | A fix for SF bug #472560, extra newlines returned by get_param() when | Barry Warsaw | 2001-10-25 | 3 | -1/+51 |
|
|
* | Added various tidbits. | Jack Jansen | 2001-10-25 | 1 | -3/+18 |
|
|
* | I went back and figured out the release date for Python 2.2a1. | Barry Warsaw | 2001-10-25 | 1 | -0/+1 |
|
|
* | Applying proposed patch for bug #474583, optional support for | Barry Warsaw | 2001-10-25 | 3 | -148/+263 |
|
|
* | Use PyDict_Copy() and PyDict_Update() instead of using PyObject_CallMethod() | Fred Drake | 2001-10-25 | 1 | -5/+3 |
|
|
* | Typo: NamedNodeList --> NamedNodeMap | Fred Drake | 2001-10-25 | 1 | -1/+1 |
|
|
* | Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck) | Guido van Rossum | 2001-10-25 | 2 | -3/+14 |
|
|
* | Ignore the posixfile deprecation warning for the test suite. | Fred Drake | 2001-10-25 | 1 | -0/+3 |
|
|
* | complex_subtype_from_string(): move the declaration of s_buffer[] out | Guido van Rossum | 2001-10-25 | 1 | -1/+3 |
|
|
* | Slightly better conformance to the Python C style guide. | Fred Drake | 2001-10-25 | 1 | -4/+8 |
|
|
* | One more LaTeX-ism that we'd rather ignore. | Fred Drake | 2001-10-25 | 1 | -0/+1 |
|
|
* | No need to run make twice here. | Fred Drake | 2001-10-25 | 1 | -1/+0 |
|
|
* | Update the rules so that changes to the HTML stylesheet cause appropriate | Fred Drake | 2001-10-25 | 1 | -21/+55 |
|
|
* | After discussion with itojun, it was clarified that Tru64 is in error, | Martin v. Löwis | 2001-10-25 | 1 | -1/+3 |
|
|
* | (experimental) "finditer" method/function. this works pretty much | Fredrik Lundh | 2001-10-24 | 2 | -0/+38 |
|
|
* | Add a warning to the posixfile module stating that it will go away. | Fred Drake | 2001-10-24 | 1 | -0/+7 |
|
|
* | Make the deprecation notice use the same form as other such notices. | Fred Drake | 2001-10-24 | 1 | -3/+3 |
|
|
* | Minor revision of the text. | Fred Drake | 2001-10-24 | 1 | -2/+2 |
|
|
* | Note updated RISCOS port. Remove reference in the 2.1 release notes | Guido van Rossum | 2001-10-24 | 1 | -4/+8 |
|
|
* | Convert getrefcount() to METH_O, and sys_excepthook() to use | Fred Drake | 2001-10-24 | 1 | -6/+3 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 33 | -189/+257 |
|
|
* | SF bug #473525 pyclbr broken | Tim Peters | 2001-10-24 | 1 | -5/+6 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 12 | -72/+140 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 2 | -108/+377 |
|
|
* | When describing "import *", add a level of indirection between "*" and the | Fred Drake | 2001-10-24 | 1 | -3/+17 |
|
|
* | Fix typo. Thanks to Jack Jansen for spotting it. | Martin v. Löwis | 2001-10-24 | 1 | -1/+1 |
|
|
* | Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and | Martin v. Löwis | 2001-10-24 | 5 | -7/+95 |
|
|
* | Include netdb.h to detect getaddrinfo. Work around problem with getaddrinfo | Martin v. Löwis | 2001-10-24 | 3 | -369/+361 |
|
|
* | Oops, undo previous change, which wasn't supposed to escape from my | Jack Jansen | 2001-10-24 | 1 | -1/+1 |
|
|
* | Added missing cast. | Jack Jansen | 2001-10-23 | 1 | -1/+1 |
|
|
* | Some escaped newlines had spaces between the backslash and the newline. Also ... | Jack Jansen | 2001-10-23 | 1 | -7/+4 |
|
|
* | New URL for Joe Strouts example page. | Jack Jansen | 2001-10-23 | 1 | -3/+3 |
|
|
* | Got this to work in MacPython. The code is #ifdef macintosh style (to match t... | Jack Jansen | 2001-10-23 | 1 | -2/+10 |
|
|
* | Added _hotshot. | Jack Jansen | 2001-10-23 | 2 | -0/+3 |
|
|
* | quit() wasn't included in the suite. This is a quick manual patch to add it. | Jack Jansen | 2001-10-23 | 1 | -1/+2 |
|
|
* | Tweaks for MacPython 2.2b1 | Jack Jansen | 2001-10-23 | 11 | -57/+52 |
|
|