summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix error message for import * in function/class scopeJeremy Hylton2001-08-061-1/+1
* Fix SF bug [ #445474 ] warn about import * inside functionsJeremy Hylton2001-08-061-0/+5
* Tabify the file (pointed out by Thomas Wouters)Andrew M. Kuchling2001-08-061-19/+19
* Update listing of subdirectoriesAndrew M. Kuchling2001-08-061-1/+21
* Remove spurious "closed" attribute definition from the memberlistGuido van Rossum2001-08-061-1/+0
* Remove various outdated files. (Leaving find_recursionlimit.py alone,Andrew M. Kuchling2001-08-069-835/+0
* Update cheatsheet to 2.0 from Brunning/Gruet's quick referenceAndrew M. Kuchling2001-08-061-535/+2212
* Add 'yield' as a keywordAndrew M. Kuchling2001-08-061-2/+2
* A totally new way to do the __new__ wrapper. This should address theGuido van Rossum2001-08-061-34/+45
* Oops, arg type for the glue routine was wrong.Jack Jansen2001-08-061-1/+1
* Show the MacPython IDE version in the interactive banner.Just van Rossum2001-08-061-1/+4
* Oops, this file was apparently never added to the repository. Now it is.Jack Jansen2001-08-061-0/+3
* Replace moddir and incdir byJack Jansen2001-08-051-5/+62
* Patch #448194: Debuging negative reference counts.Martin v. Löwis2001-08-051-5/+6
* Add a comment on time.time() returning non-decreasing values except whenFred Drake2001-08-051-1/+3
* + Made installer more reluctant to overwrite MS C runtime DLLs -- it'sTim Peters2001-08-051-44/+271
* fix for Bug ID 448100 - "test code using NL instead of CRNL"Piers Lauder2001-08-051-1/+1
* began font / indentation pageSteven M. Gava2001-08-051-7/+85
* Rename pydoc.pyw to pydocgui.pyw: Since we changed Python to allow .pywTim Peters2001-08-053-3/+6
* + Redid file associations on Win2K in what I believe is "the right way".Tim Peters2001-08-051-171/+271
* New runtime vrbl DOADMIN. When false, we never try to write under HKLM,Tim Peters2001-08-052-15/+38
* + Add version info to Win2K add/remove.Tim Peters2001-08-041-103/+142
* Add more constants. Contributed by itojun.Martin v. Löwis2001-08-041-1/+73
* Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the threeMartin v. Löwis2001-08-044-5/+10
* Document IPv6 changes. Contributed by itojun.Martin v. Löwis2001-08-042-29/+206
* Hack to workaround bug #445984: attempt to import _socket beforeGreg Ward2001-08-041-0/+4
* further work on keybinding pageSteven M. Gava2001-08-041-29/+119
* Derived from SF patch #446899 Permit import of .pyw under Windows, fromTim Peters2001-08-044-46/+68
* Plug a memory leak in Py_InitModule4(): when PyDict_SetItemString() failed,Fred Drake2001-08-041-2/+6
* Lots of new text and example code on embedding Python in C, contributedFred Drake2001-08-042-1/+309
* Note that the mimetypes.MimeTypes class was added in Python 2.2.Fred Drake2001-08-041-0/+2
* Add documentation for the new aspects of the mimetypes module.Fred Drake2001-08-031-1/+70
* Refactor so that it is easier to work with alternate MIME types databases,Fred Drake2001-08-031-67/+138
* Don't use any characters C doesn't guarantee are safe for text-mode files.Tim Peters2001-08-031-12/+12
* Fix stupid bug: when migrating these tests from the Zope repository, theFred Drake2001-08-031-14/+20
* Change some comments into docstrings.Fred Drake2001-08-031-27/+31
* + Moved IDLE from the "tools" component to the main component.Tim Peters2001-08-031-99/+88
* Apply the new \mailheader macro where appropriate, and fix a few smallFred Drake2001-08-035-54/+57
* Define the \mailheader macro and document conventions for using it.Fred Drake2001-08-033-0/+14
* Minor markup nits and slight style-guide conformance changes.Fred Drake2001-08-031-8/+9
* PyMac_GetFSSpec must be called via the dylib glue code on OSX.Jack Jansen2001-08-033-1/+20
* If we use frameworks we should include CoreServices/CoreServices.h, not theJack Jansen2001-08-032-2/+2
* TXNTSMCheck isn't available under Mach-O Carbon.Jack Jansen2001-08-032-2/+10
* - On OSX add -no-cpp-precomp to OPT. The user still has to manually specifyJack Jansen2001-08-032-355/+365
* ICFindConfigFile isn't needed, and it's gone under carbon.Jack Jansen2001-08-031-2/+3
* EasyDialogs has a working version of this.Jack Jansen2001-08-031-25/+0
* These stopped working a long time ago, and they're not worth fixing.Jack Jansen2001-08-032-132/+0
* Obsolete, EasyDialogs has the same code (but working:-).Jack Jansen2001-08-032-72/+0
* Obsolete: uses old applescript support.Jack Jansen2001-08-031-33/+0
* Obsolete, uses the old non-package-based applescript suite support.Jack Jansen2001-08-031-25/+0