| Commit message (Expand) | Author | Age | Files | Lines |
* | Support a canonical() method, implementable by a derived class, to be | Guido van Rossum | 1999-01-29 | 1 | -6/+20 |
|
|
* | setup_readline(): Added a comment about memory leak (reported by | Barry Warsaw | 1999-01-29 | 1 | -1/+5 |
|
|
* | Added missing DECREF's in the error branches when creating a compressor or | Andrew M. Kuchling | 1999-01-29 | 1 | -1/+12 |
|
|
* | Define %descriptor.class, since it's used. | Fred Drake | 1999-01-29 | 1 | -0/+4 |
|
|
* | Be a little smarter on some attribute values, making an assumption about | Fred Drake | 1999-01-29 | 1 | -1/+4 |
|
|
* | fixup_descriptors(): Change the way we look for descriptor nodes; | Fred Drake | 1999-01-29 | 1 | -4/+15 |
|
|
* | initmain(): Nailed a memory leak. bimod must be DECREF'd! | Barry Warsaw | 1999-01-29 | 1 | -0/+1 |
|
|
* | Added the Doc/sgml/ directory to the tarball. | Fred Drake | 1999-01-29 | 1 | -1/+1 |
|
|
* | Rewrite code that converts the little descriptor environments to build | Fred Drake | 1999-01-29 | 1 | -53/+114 |
|
|
* | Use only the height to decide whether to zoom in or out. | Guido van Rossum | 1999-01-29 | 1 | -7/+8 |
|
|
* | bltin_exc[]: EnvironmentError is not a "leaf exception", so set it's | Barry Warsaw | 1999-01-29 | 1 | -1/+1 |
|
|
* | Added table entries for \funcline and \funclineni. | Fred Drake | 1999-01-29 | 1 | -0/+2 |
|
|
* | Add abspath() | Guido van Rossum | 1999-01-29 | 4 | -0/+28 |
|
|
* | Document abspath() (implementation is forthcoming). | Guido van Rossum | 1999-01-29 | 1 | -0/+6 |
|
|
* | Define a general entity "&version;" that can be used as the current major | Fred Drake | 1999-01-29 | 3 | -0/+10 |
|
|
* | Convert <version> to &version;. | Fred Drake | 1999-01-29 | 1 | -0/+2 |
|
|
* | doh! added missing comma (will check before committing in the future ;-) -- jvr | Just van Rossum | 1999-01-29 | 1 | -1/+1 |
|
|
* | A few scribbles toward the DTD. | Fred Drake | 1999-01-29 | 2 | -0/+47 |
|
|
* | added path entry for NumPy -- jvr | Just van Rossum | 1999-01-29 | 1 | -0/+1 |
|
|
* | Standard ISO entities. | Fred Drake | 1999-01-29 | 20 | -0/+1231 |
|
|
* | Pythonpath converted to Rez source, and vers resource removed from | Jack Jansen | 1999-01-29 | 10 | -0/+119 |
|
|
* | The OASIS Exchange table model public text. | Fred Drake | 1999-01-29 | 2 | -0/+302 |
|
|
* | Correct typo (Py_MethodDef doesn't exist). Reported by Uwe Zessin. | Guido van Rossum | 1999-01-29 | 1 | -1/+1 |
|
|
* | Projects moved to Mac:Build. The macfreeze projects still need sorting out. | Jack Jansen | 1999-01-29 | 39 | -3493/+0 |
|
|
* | Fixed an absolute path. | Jack Jansen | 1999-01-29 | 1 | -0/+0 |
|
|
* | Re-committed as AppleSingle | Jack Jansen | 1999-01-29 | 18 | -0/+0 |
|
|
* | Update the docstring. | Fred Drake | 1999-01-28 | 1 | -101/+159 |
|
|
* | Added table entries for \methodline, \methodlineni. | Fred Drake | 1999-01-28 | 1 | -0/+2 |
|
|
* | "numberic" --> "numeric", two places | Fred Drake | 1999-01-28 | 1 | -2/+2 |
|
|
* | Constructor arguments for classes should be called <args>. | Fred Drake | 1999-01-28 | 1 | -1/+1 |
|
|
* | Make sure the Tcl variables are shared between windows. | Guido van Rossum | 1999-01-28 | 2 | -9/+9 |
|
|
* | Move menu/key binding code from Bindings.py to EditorWindow.py, | Guido van Rossum | 1999-01-28 | 3 | -79/+127 |
|
|
* | Add Quit button to the debugger window. | Guido van Rossum | 1999-01-28 | 1 | -0/+6 |
|
|
* | Added a -s option which is useful for narrowing down memory leaks. | Barry Warsaw | 1999-01-28 | 1 | -4/+42 |
|
|
* | Added a new test for old filter() memory leak | Barry Warsaw | 1999-01-28 | 1 | -0/+17 |
|
|
* | PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the | Barry Warsaw | 1999-01-28 | 1 | -0/+1 |
|
|
* | Added \modulesynopsis. | Fred Drake | 1999-01-28 | 1 | -0/+2 |
|
|
* | When find_again() finds exactly the current selection, it's a failure. | Guido van Rossum | 1999-01-28 | 1 | -0/+8 |
|
|
* | Rename idle -> idle.py | Guido van Rossum | 1999-01-28 | 1 | -0/+0 |
|
|
* | builtin_map(): A better fix for the previous leak plug (remember | Barry Warsaw | 1999-01-28 | 1 | -3/+6 |
|
|
* | Updated for new build and plugin paths | Jack Jansen | 1999-01-28 | 3 | -11/+11 |
|
|
* | Everything now builds in the right location,. | Jack Jansen | 1999-01-28 | 18 | -0/+0 |
|
|
* | Checking in the projects that have been converted so far. | Jack Jansen | 1999-01-28 | 10 | -0/+0 |
|
|
* | Implement -OO; "unsafe" optimization that removes docstrings. | Guido van Rossum | 1999-01-28 | 1 | -0/+3 |
|
|
* | Document -OO; "unsafe" optimization that removes docstrings. | Guido van Rossum | 1999-01-28 | 2 | -1/+11 |
|
|
* | Re-commit in applesingle | Jack Jansen | 1999-01-28 | 7 | -0/+0 |
|
|
* | Improvement of b/w compat note in help text for clear, by Richard Wolff. | Guido van Rossum | 1999-01-28 | 1 | -1/+2 |
|
|
* | added default sys.path entry for NumPy -- jvr | Just van Rossum | 1999-01-28 | 1 | -0/+0 |
|
|
* | Starting on the new project/plugin structure. Far from complete... | Jack Jansen | 1999-01-28 | 40 | -0/+3494 |
|
|
* | Slight reworking of this test. If nis.maps() gives a nis.error, then | Barry Warsaw | 1999-01-28 | 1 | -2/+5 |
|
|