| Commit message (Expand) | Author | Age | Files | Lines |
* | add -d option that dumps entire AST before compiling | Jeremy Hylton | 2000-10-13 | 1 | -2/+5 |
|
|
* | Now supports entire Python 2.0 language and still supports Python | Jeremy Hylton | 2000-10-13 | 4 | -93/+463 |
|
|
* | Fix SF bug #116263: support for from .. import * | Jeremy Hylton | 2000-10-12 | 3 | -4/+13 |
|
|
* | read in a .pyc file and disassemble the code objects | Jeremy Hylton | 2000-10-09 | 1 | -0/+39 |
|
|
* | Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE). The | Tim Peters | 2000-10-06 | 1 | -0/+13 |
|
|
* | I'm moving redemo.py here from Demo/tkinter/guido, since it is | Guido van Rossum | 2000-10-06 | 1 | -0/+171 |
|
|
* | New tool for normalizing indentation of .py files. | Tim Peters | 2000-10-05 | 1 | -0/+258 |
|
|
* | - don't set the titlecase flag for uppercase letters (sorry, tim) | Fredrik Lundh | 2000-09-25 | 1 | -2/+2 |
|
|
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -4/+19 |
|
|
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 2 | -9/+100 |
|
|
* | unicode database compression, step 2: | Fredrik Lundh | 2000-09-25 | 1 | -15/+47 |
|
|
* | Fiddled w/ /F's cool new splitbins function: documented it, generalized it | Tim Peters | 2000-09-25 | 1 | -26/+54 |
|
|
* | unicode database compression, step 1: | Fredrik Lundh | 2000-09-24 | 1 | -0/+202 |
|
|
* | Implemented new os.startfile function, unique to Windows, exposing a | Tim Peters | 2000-09-22 | 1 | -2/+3 |
|
|
* | change 2-space indent to 4-space indent | Jeremy Hylton | 2000-09-20 | 1 | -1081/+1079 |
|
|
* | distutils setup script | Jeremy Hylton | 2000-09-20 | 1 | -0/+9 |
|
|
* | Fix typo (newtabwith). | Guido van Rossum | 2000-09-20 | 1 | -1/+1 |
|
|
* | Temporary fix for Bug #114821. | Guido van Rossum | 2000-09-19 | 1 | -2/+18 |
|
|
* | satisfy the tabnanny | Jeremy Hylton | 2000-09-18 | 3 | -358/+358 |
|
|
* | Allow this script to act like a module by only calling main() if | Barry Warsaw | 2000-09-16 | 1 | -1/+3 |
|
|
* | Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, this | Guido van Rossum | 2000-09-15 | 1 | -0/+7 |
|
|
* | Include the filename in the errror message for F5 without saving. | Guido van Rossum | 2000-09-15 | 1 | -1/+5 |
|
|
* | main(): Move hackery of sys.argv until after the Tk instance has been | Fred Drake | 2000-09-15 | 1 | -7/+7 |
|
|
* | Don't emit 8 lines of (c) information at startup -- use the same text | Guido van Rossum | 2000-09-05 | 1 | -1/+4 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 2 | -28/+4 |
|
|
* | patch by Neil Schemenauer to improve (fix?) line number generation | Jeremy Hylton | 2000-09-01 | 2 | -17/+32 |
|
|
* | Update magic number. | Jeremy Hylton | 2000-09-01 | 2 | -15/+47 |
|
|
* | Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex. | Guido van Rossum | 2000-09-01 | 2 | -72/+78 |
|
|
* | Tool to generate binary GNU .mo file from .po template files. Written | Barry Warsaw | 2000-09-01 | 1 | -0/+194 |
|
|
* | Bring Tools/compiler almost up to date. Specifically: | Thomas Wouters | 2000-08-12 | 3 | -348/+349 |
|
|
* | add note about compiler directory | Jeremy Hylton | 2000-08-04 | 1 | -0/+4 |
|
|
* | replace most calls to emit 'SET_LINENO' will call to method set_lineno | Jeremy Hylton | 2000-08-04 | 1 | -31/+42 |
|
|
* | update my email address | Jeremy Hylton | 2000-08-04 | 1 | -1/+4 |
|
|
* | Python code coverage tool by Skip Montanaro and Andrew Dalke | Jeremy Hylton | 2000-08-03 | 1 | -0/+661 |
|
|
* | add a bit more legal junk | Greg Stein | 2000-08-03 | 1 | -8/+16 |
|
|
* | Removed Tools/perfecthash, per python-dev discussion | Andrew M. Kuchling | 2000-07-29 | 3 | -842/+0 |
|
|
* | Add the exceptions module to the 'never' list -- it is built in. | Guido van Rossum | 2000-07-28 | 1 | -1/+1 |
|
|
* | Fix UCNs machine with >= 32bit longs | Jeremy Hylton | 2000-07-26 | 3 | -37/+93 |
|
|
* | This script demonstrates use of the visitor interface of the compiler | Jeremy Hylton | 2000-07-25 | 1 | -0/+38 |
|
|
* | change some occurence of python15.dll to python20.dll | Peter Schneider-Kamp | 2000-07-24 | 2 | -6/+6 |
|
|
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 1 | -1/+1 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 3 | -4/+4 |
|
|
* | Modified the standard mac preamble so we include pymactoolbox.h in | Jack Jansen | 2000-07-15 | 1 | -35/+1 |
|
|
* | ScannerPREUH3.initpatterns() should call Scanner.initpatterns() so the | Jack Jansen | 2000-07-15 | 1 | -0/+1 |
|
|
* | Patch by Toby Dickenson, mentored by Mark Hammond, to support | Guido van Rossum | 2000-07-13 | 4 | -7/+62 |
|
|
* | add expandtabs command (-e) | Peter Schneider-Kamp | 2000-07-11 | 1 | -37/+64 |
|
|
* | Update to use the new standard webbrowser module if available, otherwise | Fred Drake | 2000-07-09 | 1 | -2/+8 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -1/+1 |
|
|
* | Fix to use Py_UCS4. By Bill Tutt. | Marc-André Lemburg | 2000-07-07 | 1 | -1/+1 |
|
|
* | Make a distinction between shorts and unsigned shorts. | Jack Jansen | 2000-07-06 | 2 | -1/+2 |
|
|