| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow [] after a parameter name. We currently take this to be the same as * i... | Jack Jansen | 2001-07-13 | 1 | -13/+7 |
|
|
* | Change the way hex type-ins are displayed. The old way was way too | Barry Warsaw | 2001-07-10 | 1 | -48/+53 |
|
|
* | __init__(), save_views(): Catch ValueError along with IOError and | Barry Warsaw | 2001-07-10 | 1 | -6/+7 |
|
|
* | Update a comment. | Barry Warsaw | 2001-07-10 | 1 | -2/+4 |
|
|
* | __init__(): Use augmented assignments. | Barry Warsaw | 2001-07-10 | 1 | -3/+5 |
|
|
* | De-string-module-ification. | Barry Warsaw | 2001-07-10 | 2 | -10/+11 |
|
|
* | __version__: Bump to 1.2 | Barry Warsaw | 2001-07-10 | 1 | -6/+8 |
|
|
* | __populate(): Use augmented assignments. | Barry Warsaw | 2001-07-10 | 1 | -1/+1 |
|
|
* | __delta(): Use augmented assignments. | Barry Warsaw | 2001-07-10 | 1 | -6/+6 |
|
|
* | De-string-module-ification and other Python 2.x improvements. | Barry Warsaw | 2001-07-10 | 1 | -29/+18 |
|
|
* | Update a comment. | Barry Warsaw | 2001-07-10 | 1 | -1/+1 |
|
|
* | Updated documentation, and bump the version number to 1.2. | Barry Warsaw | 2001-07-10 | 1 | -10/+25 |
|
|
* | Amazing. A very subtle change in policy in descr-branch actually | Guido van Rossum | 2001-07-06 | 1 | -1/+1 |
|
|
* | Added WeakLink...Generator classes (should have done that ages ago). These ch... | Jack Jansen | 2001-07-01 | 2 | -0/+22 |
|
|
* | Make basechain a class variable in stead of initializing it in __init__. That... | Jack Jansen | 2001-06-28 | 1 | -1/+1 |
|
|
* | Added a couple more types that Apple has taken a fancy to. | Jack Jansen | 2001-06-27 | 1 | -1/+3 |
|
|
* | Added a Parser_OSX class that can parse new-style (C-only) headers, | Jack Jansen | 2001-06-26 | 1 | -4/+19 |
|
|
* | This is a trivial command line utility to print MD5 checksums. | Guido van Rossum | 2001-06-22 | 1 | -0/+32 |
|
|
* | write(): Karl Eichwalder points out that the #, flag comments should | Barry Warsaw | 2001-06-20 | 1 | -1/+4 |
|
|
* | write(): It's been generally agreed on the i18n-sig that the docstring | Barry Warsaw | 2001-06-19 | 1 | -1/+1 |
|
|
* | Taught IDLE's autoident parser that "yield" is a keyword that begins a | Tim Peters | 2001-06-19 | 1 | -0/+1 |
|
|
* | Make copy, cut and paste events case insensitive. Reported by Patrick | Guido van Rossum | 2001-06-12 | 1 | -3/+3 |
|
|
* | SF bug 430991: wrong co_lnotab | Tim Peters | 2001-06-09 | 1 | -17/+14 |
|
|
* | Patch #430754: Makes ftpmirror.py .netrc aware | Martin v. Löwis | 2001-06-07 | 1 | -3/+10 |
|
|
* | Quick update to the extension mechanism (extend.py is gone, long live | Guido van Rossum | 2001-06-04 | 1 | -6/+20 |
|
|
* | Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor | Neil Schemenauer | 2001-06-02 | 2 | -2/+4 |
|
|
* | write(): Aggressively sort all catalog entries, and fix the bug where | Barry Warsaw | 2001-05-24 | 1 | -35/+37 |
|
|
* | write(): Do two levels of sorting: first sort the individual location | Barry Warsaw | 2001-05-23 | 1 | -0/+10 |
|
|
* | main(): default-domain argument to getopt.getopt() was missing a = to | Barry Warsaw | 2001-05-21 | 1 | -1/+1 |
|
|
* | __addentry(): add optional keyword arg `isdocstring' which is a flag | Barry Warsaw | 2001-05-21 | 1 | -4/+10 |
|
|
* | write(): A patch inspired by Tokio Kikuchi that sorts location entries | Barry Warsaw | 2001-05-21 | 1 | -7/+12 |
|
|
* | Generate prototype-style function headers in stead of K&R style. Makes life e... | Jack Jansen | 2001-05-19 | 3 | -33/+12 |
|
|
* | Moved the encoding map building logic from the individual mapping | Marc-André Lemburg | 2001-05-16 | 1 | -3/+1 |
|
|
* | Refactored, with some future plans in mind. | Guido van Rossum | 2001-05-12 | 1 | -11/+23 |
|
|
* | Move the action of loading the configuration to the IdleConf module | Guido van Rossum | 2001-05-12 | 2 | -8/+1 |
|
|
* | Delete goodname() method, which is unused. | Guido van Rossum | 2001-05-12 | 1 | -11/+7 |
|
|
* | Only catch NameError and TypeError when attempting to subclass an | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Fix several bugs and add two features. | Jeremy Hylton | 2001-05-08 | 1 | -34/+88 |
|
|
* | Remove BrowserControl module; this had been left in for Python 1.5.2 | Fred Drake | 2001-04-18 | 1 | -157/+0 |
|
|
* | Remove legacy support for the BrowserControl module; the webbrowser | Fred Drake | 2001-04-18 | 1 | -7/+3 |
|
|
* | update_yourself(): Removed unused local variable reported by | Barry Warsaw | 2001-04-18 | 1 | -1/+0 |
|
|
* | __init__(): Removed unused local variable reported by PyChecker. | Barry Warsaw | 2001-04-18 | 1 | -1/+0 |
|
|
* | StripWidget.__init__(), update_yourself(): Removed some unused local | Barry Warsaw | 2001-04-18 | 1 | -21/+20 |
|
|
* | Helpwin.__init__(): Removed an unused local variable (via import) | Barry Warsaw | 2001-04-18 | 1 | -1/+1 |
|
|
* | Bump the version to 1.1 | Barry Warsaw | 2001-04-18 | 1 | -1/+1 |
|
|
* | There have been a few new Python releases <wink> in the 2 years since | Barry Warsaw | 2001-04-18 | 1 | -10/+7 |
|
|
* | Pop loop off the loop stack before handling the loop's else clause. | Jeremy Hylton | 2001-04-12 | 1 | -4/+4 |
|
|
* | Use new _implicitNameOp() to generate name op code for list comprehensions. | Jeremy Hylton | 2001-04-12 | 1 | -4/+17 |
|
|
* | Add support for visitAssAttr to findOp(). | Jeremy Hylton | 2001-04-12 | 1 | -1/+1 |
|
|
* | pyassem.py: | Jeremy Hylton | 2001-04-12 | 2 | -14/+111 |
|
|