- b2c59ab A README file for the info tarball. by Fred Drake · 26 years ago
- 1dd152d Added support to handle \versionadded in a reasonable way. by Fred Drake · 26 years ago
- 170e190 Support a canonical() method, implementable by a derived class, to be by Guido van Rossum · 26 years ago
- f761287 setup_readline(): Added a comment about memory leak (reported by by Barry Warsaw · 26 years ago
- 1c7aaa2 Added missing DECREF's in the error branches when creating a compressor or by Andrew M. Kuchling · 26 years ago
- 9b0dc53 Define %descriptor.class, since it's used. by Fred Drake · 26 years ago
- 279ca75 Be a little smarter on some attribute values, making an assumption about by Fred Drake · 26 years ago
- 3a7ff99 fixup_descriptors(): Change the way we look for descriptor nodes; by Fred Drake · 26 years ago
- 3d05b1a initmain(): Nailed a memory leak. bimod must be DECREF'd! by Barry Warsaw · 26 years ago
- 666e600 Added the Doc/sgml/ directory to the tarball. by Fred Drake · 26 years ago
- cb65781 Rewrite code that converts the little descriptor environments to build by Fred Drake · 26 years ago
- 38a5a3b Use only the height to decide whether to zoom in or out. by Guido van Rossum · 26 years ago
- 7890203 bltin_exc[]: EnvironmentError is not a "leaf exception", so set it's by Barry Warsaw · 26 years ago
- 75930b3 Added table entries for \funcline and \funclineni. by Fred Drake · 26 years ago
- e294cf6 Add abspath() by Guido van Rossum · 26 years ago
- 1804dc3 Document abspath() (implementation is forthcoming). by Guido van Rossum · 26 years ago
- f339632 Define a general entity "&version;" that can be used as the current major by Fred Drake · 26 years ago
- fdfd50f Convert <version> to &version;. by Fred Drake · 26 years ago
- 53ea134 doh! added missing comma (will check before committing in the future ;-) -- jvr by Just van Rossum · 26 years ago
- 7859f17 A few scribbles toward the DTD. by Fred Drake · 26 years ago
- 9f08666 added path entry for NumPy -- jvr by Just van Rossum · 26 years ago
- 6bcc53c Standard ISO entities. by Fred Drake · 26 years ago
- d2d2b20 Pythonpath converted to Rez source, and vers resource removed from by Jack Jansen · 26 years ago
- 2eb07f0 The OASIS Exchange table model public text. by Fred Drake · 26 years ago
- 00d225e Correct typo (Py_MethodDef doesn't exist). Reported by Uwe Zessin. by Guido van Rossum · 26 years ago
- 6a71572 Projects moved to Mac:Build. The macfreeze projects still need sorting out. by Jack Jansen · 26 years ago
- 8f67bce Fixed an absolute path. by Jack Jansen · 26 years ago
- f25813a Re-committed as AppleSingle by Jack Jansen · 26 years ago
- 7dab6af Update the docstring. by Fred Drake · 26 years ago
- 3f3b096 Added table entries for \methodline, \methodlineni. by Fred Drake · 26 years ago
- ae3e574 "numberic" --> "numeric", two places by Fred Drake · 26 years ago
- 1453a8c Constructor arguments for classes should be called <args>. by Fred Drake · 26 years ago
- b7ebb83 Make sure the Tcl variables are shared between windows. by Guido van Rossum · 26 years ago
- 07ec896 Move menu/key binding code from Bindings.py to EditorWindow.py, by Guido van Rossum · 26 years ago
- 85ef9dc Add Quit button to the debugger window. by Guido van Rossum · 26 years ago
- e11e3de Added a -s option which is useful for narrowing down memory leaks. by Barry Warsaw · 26 years ago
- ab11f60 Added a new test for old filter() memory leak by Barry Warsaw · 26 years ago
- 30aa1e7 PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the by Barry Warsaw · 26 years ago
- 703b70e Added \modulesynopsis. by Fred Drake · 26 years ago
- 959c937 When find_again() finds exactly the current selection, it's a failure. by Guido van Rossum · 26 years ago
- 3d58bcd Rename idle -> idle.py by Guido van Rossum · 26 years ago
- fa77e09 builtin_map(): A better fix for the previous leak plug (remember by Barry Warsaw · 26 years ago
- c9bda41 Updated for new build and plugin paths by Jack Jansen · 26 years ago
- fcfef78 Everything now builds in the right location,. by Jack Jansen · 26 years ago
- 0e5ff05 Checking in the projects that have been converted so far. by Jack Jansen · 26 years ago
- 541563e Implement -OO; "unsafe" optimization that removes docstrings. by Guido van Rossum · 26 years ago
- 6b86a42 Document -OO; "unsafe" optimization that removes docstrings. Marc-Andre Lemburg. by Guido van Rossum · 26 years ago
- bf07b29 Re-commit in applesingle by Jack Jansen · 26 years ago
- b657c93 Improvement of b/w compat note in help text for clear, by Richard Wolff. by Guido van Rossum · 26 years ago
- 0fa2ccd added default sys.path entry for NumPy -- jvr by Just van Rossum · 26 years ago
- 56d6939 Starting on the new project/plugin structure. Far from complete... by Jack Jansen · 26 years ago
- 7258874 Slight reworking of this test. If nis.maps() gives a nis.error, then by Barry Warsaw · 26 years ago
- 2133287 builtin_map(): Nailed memory leak. PyList_Append() borrows a by Barry Warsaw · 26 years ago
- f988e68 builtin_complex(): Nailed memory leak. This one's in the instance by Barry Warsaw · 26 years ago
- 583cc31 Get rid of do_clear_break / do_clb command -- it is redundant. by Guido van Rossum · 26 years ago
- b80667d pcre_exec(): Andrew Kuchling's patch for pcre memory leak. by Barry Warsaw · 26 years ago
- ffd5112 Add the info "dir" fragment to the info tarball. by Fred Drake · 26 years ago
- 8d7919d Fragment of an info "dir" file for the Python documentation. by Fred Drake · 26 years ago
- ffc4811 Simplify slightly. by Fred Drake · 26 years ago
- c5efde8 Don't build info for the Macintosh module reference by default; it by Fred Drake · 26 years ago
- 105906f initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is by Barry Warsaw · 26 years ago
- 3879333 PyImport_ReloadModule(): Nailed a small memory leak. In the by Barry Warsaw · 26 years ago
- 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 26 years ago
- b5cebfe PyLong_FromString(): Nailed a small memory leak. In the str==start by Barry Warsaw · 26 years ago
- aa2aea0 \py@linkToName: New macro to consolidate support for most internal by Fred Drake · 26 years ago
- 580f4ab Added the files for the repr and ConfigParser modules. by Fred Drake · 26 years ago
- 9d814c6 Document the repr module. This removes the entire "Code objects and by Fred Drake · 26 years ago
- c80baa3 err_input(): Nailed a small memory leak. If the error is E_INTR, the by Barry Warsaw · 26 years ago
- 54892c4 _PySys_Init(): Nailed small memory leak. The stringobject created for by Barry Warsaw · 26 years ago
- da452bf Don't say that the module defines the "following functions" and then by Fred Drake · 26 years ago
- 5763e07 cleaned up ugly hack related to activate events and suspend/resume -- jvr by Just van Rossum · 26 years ago
- f09f6a5 Re-format the module docstring and document the new get() argument. by Barry Warsaw · 26 years ago
- ebe2a12 Incorporate changes for patched version of ConfigParser. by Fred Drake · 26 years ago
- e6506e7 Patch by Chris Petrilli (not really tested since I don't know this by Guido van Rossum · 26 years ago
- 9f253dc \py@modindex: Format the index entry for the module index more like by Fred Drake · 26 years ago
- bc866ce Documentation for the ConfigParser module, by Christopher G. Petrilli by Fred Drake · 26 years ago
- 7c43905 Added Sherlock source for Python documentation, and added icons to them all. by Jack Jansen · 26 years ago
- 5b97716 expandtabs__doc__: blank line which was not terminated with \n\ caused by Barry Warsaw · 26 years ago
- a106568 Add spawnv and spawnve functions for Win32 platforms. by Guido van Rossum · 26 years ago
- 54ec288 A gift from Fredrik Lundh: fast C implementation of expandtabs(). by Guido van Rossum · 26 years ago
- 9700e9b Document the default for tabsize in expandtabs(). by Guido van Rossum · 26 years ago
- 3e0d319 The usual. by Guido van Rossum · 26 years ago
- dfd8954 Allow recognition of attributes even if they don't have space in front by Fred Drake · 26 years ago
- 3dbba6e Change rare occurrences of #if HAVE_LONG_LONG to #ifdef. by Guido van Rossum · 26 years ago
- aa8d167 Make sure not to call realloc() with a NULL pointer -- call malloc() by Guido van Rossum · 26 years ago
- 1180185 Include myselect.h -- needed on some platforms. by Guido van Rossum · 26 years ago
- 8bf6dc7 Rearrange the -I flags for compiling _tkinter.c so that by Guido van Rossum · 26 years ago
- 2fff84d Don't die if CodeType doesn't exist -- ignore the error. This could by Guido van Rossum · 26 years ago
- 7999bfb There's a macro PycString_IMPORT which the documentation listed as by Guido van Rossum · 26 years ago
- 0189c01 Correct typo in new function get_breaks(). by Guido van Rossum · 26 years ago
- 816a9fb Change clear syntax to support three alternatives: by Guido van Rossum · 26 years ago
- 6ea27cc Change clear_break() to the old signature clear_break(file, line). by Guido van Rossum · 26 years ago
- 3bbef60 Ai! complex_nonzero() has && which should be ||, else decidedly by Guido van Rossum · 26 years ago
- d371ff1 Only do ttyname() when HAVE_TTYNAME is defined. by Guido van Rossum · 26 years ago
- 27e0420 Adding sherlock search templates for Python and Python FAQ. by Jack Jansen · 26 years ago
- c94e785 Added Icn module to toolboxmodules by Jack Jansen · 26 years ago
- d26e1a0 Set PythonCore version number to sys.hexversion, and removed version by Jack Jansen · 26 years ago
- d0f0637 Script to synchronize files with / in their name and their _s_ counterparts. by Just van Rossum · 26 years ago
- e3308ec Test checkin, to see whether I really can do it. --jvr schpeaking. by Just van Rossum · 26 years ago
- ae1e875 Test checkin, to see whether I really can do it. --jvr schpeaking. by Just van Rossum · 26 years ago