| Commit message (Expand) | Author | Age | Files | Lines |
* | Got rid of (hopefully) the last 68k-mac related ifdefs. | Jack Jansen | 2001-08-07 | 2 | -69/+0 |
|
|
* | Got rid of 68k-Mac and other outdated ifdefs. | Jack Jansen | 2001-08-07 | 5 | -37/+0 |
|
|
* | Got rid of mactcp cruft, added Mlte and CF modules. | Jack Jansen | 2001-08-07 | 1 | -8/+6 |
|
|
* | Removed unused variable. | Jack Jansen | 2001-08-07 | 1 | -2/+0 |
|
|
* | Yet another project. | Jack Jansen | 2001-08-07 | 2 | -0/+1078 |
|
|
* | Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft. | Jack Jansen | 2001-08-07 | 9 | -21/+0 |
|
|
* | Removed outdated stuff. | Jack Jansen | 2001-08-07 | 3 | -130/+0 |
|
|
* | Document two new items | Andrew M. Kuchling | 2001-08-07 | 1 | -9/+21 |
|
|
* | Project files for the new plugin modules, plus a few that hadn't been added y... | Jack Jansen | 2001-08-07 | 38 | -0/+18457 |
|
|
* | Bit another bullet: all toolbox modules are now in dynamically loaded modules... | Jack Jansen | 2001-08-07 | 9 | -146/+41 |
|
|
* | Bit the bullet and enabled garbage collection (finally). | Jack Jansen | 2001-08-07 | 5 | -12/+64 |
|
|
* | more fleshing out, this time primarily the 'general' page | Steven M. Gava | 2001-08-07 | 1 | -2/+73 |
|
|
* | Another bug fix for recent import * warning (caught by Thomas Wouters) | Jeremy Hylton | 2001-08-06 | 1 | -3/+3 |
|
|
* | + Turn off patch creation (this isn't a patch release! got turned on by | Tim Peters | 2001-08-06 | 1 | -23/+45 |
|
|
* | Fix error message for import * in function/class scope | Jeremy Hylton | 2001-08-06 | 1 | -1/+1 |
|
|
* | Fix SF bug [ #445474 ] warn about import * inside functions | Jeremy Hylton | 2001-08-06 | 1 | -0/+5 |
|
|
* | Tabify the file (pointed out by Thomas Wouters) | Andrew M. Kuchling | 2001-08-06 | 1 | -19/+19 |
|
|
* | Update listing of subdirectories | Andrew M. Kuchling | 2001-08-06 | 1 | -1/+21 |
|
|
* | Remove spurious "closed" attribute definition from the memberlist | Guido van Rossum | 2001-08-06 | 1 | -1/+0 |
|
|
* | Remove various outdated files. (Leaving find_recursionlimit.py alone, | Andrew M. Kuchling | 2001-08-06 | 9 | -835/+0 |
|
|
* | Update cheatsheet to 2.0 from Brunning/Gruet's quick reference | Andrew M. Kuchling | 2001-08-06 | 1 | -535/+2212 |
|
|
* | Add 'yield' as a keyword | Andrew M. Kuchling | 2001-08-06 | 1 | -2/+2 |
|
|
* | A totally new way to do the __new__ wrapper. This should address the | Guido van Rossum | 2001-08-06 | 1 | -34/+45 |
|
|
* | Oops, arg type for the glue routine was wrong. | Jack Jansen | 2001-08-06 | 1 | -1/+1 |
|
|
* | Show the MacPython IDE version in the interactive banner. | Just van Rossum | 2001-08-06 | 1 | -1/+4 |
|
|
* | Oops, this file was apparently never added to the repository. Now it is. | Jack Jansen | 2001-08-06 | 1 | -0/+3 |
|
|
* | Replace moddir and incdir by | Jack Jansen | 2001-08-05 | 1 | -5/+62 |
|
|
* | Patch #448194: Debuging negative reference counts. | Martin v. Löwis | 2001-08-05 | 1 | -5/+6 |
|
|
* | Add a comment on time.time() returning non-decreasing values except when | Fred Drake | 2001-08-05 | 1 | -1/+3 |
|
|
* | + Made installer more reluctant to overwrite MS C runtime DLLs -- it's | Tim Peters | 2001-08-05 | 1 | -44/+271 |
|
|
* | fix for Bug ID 448100 - "test code using NL instead of CRNL" | Piers Lauder | 2001-08-05 | 1 | -1/+1 |
|
|
* | began font / indentation page | Steven M. Gava | 2001-08-05 | 1 | -7/+85 |
|
|
* | Rename pydoc.pyw to pydocgui.pyw: Since we changed Python to allow .pyw | Tim Peters | 2001-08-05 | 3 | -3/+6 |
|
|
* | + Redid file associations on Win2K in what I believe is "the right way". | Tim Peters | 2001-08-05 | 1 | -171/+271 |
|
|
* | New runtime vrbl DOADMIN. When false, we never try to write under HKLM, | Tim Peters | 2001-08-05 | 2 | -15/+38 |
|
|
* | + Add version info to Win2K add/remove. | Tim Peters | 2001-08-04 | 1 | -103/+142 |
|
|
* | Add more constants. Contributed by itojun. | Martin v. Löwis | 2001-08-04 | 1 | -1/+73 |
|
|
* | Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three | Martin v. Löwis | 2001-08-04 | 4 | -5/+10 |
|
|
* | Document IPv6 changes. Contributed by itojun. | Martin v. Löwis | 2001-08-04 | 2 | -29/+206 |
|
|
* | Hack to workaround bug #445984: attempt to import _socket before | Greg Ward | 2001-08-04 | 1 | -0/+4 |
|
|
* | further work on keybinding page | Steven M. Gava | 2001-08-04 | 1 | -29/+119 |
|
|
* | Derived from SF patch #446899 Permit import of .pyw under Windows, from | Tim Peters | 2001-08-04 | 4 | -46/+68 |
|
|
* | Plug a memory leak in Py_InitModule4(): when PyDict_SetItemString() failed, | Fred Drake | 2001-08-04 | 1 | -2/+6 |
|
|
* | Lots of new text and example code on embedding Python in C, contributed | Fred Drake | 2001-08-04 | 2 | -1/+309 |
|
|
* | Note that the mimetypes.MimeTypes class was added in Python 2.2. | Fred Drake | 2001-08-04 | 1 | -0/+2 |
|
|
* | Add documentation for the new aspects of the mimetypes module. | Fred Drake | 2001-08-03 | 1 | -1/+70 |
|
|
* | Refactor so that it is easier to work with alternate MIME types databases, | Fred Drake | 2001-08-03 | 1 | -67/+138 |
|
|
* | Don't use any characters C doesn't guarantee are safe for text-mode files. | Tim Peters | 2001-08-03 | 1 | -12/+12 |
|
|
* | Fix stupid bug: when migrating these tests from the Zope repository, the | Fred Drake | 2001-08-03 | 1 | -14/+20 |
|
|
* | Change some comments into docstrings. | Fred Drake | 2001-08-03 | 1 | -27/+31 |
|
|