]> granicus.if.org Git - python/shortlog
python
1999-01-29 Jack JansenPythonpath converted to Rez source, and vers resource...
1999-01-29 Fred DrakeThe OASIS Exchange table model public text.
1999-01-29 Guido van RossumCorrect typo (Py_MethodDef doesn't exist). Reported...
1999-01-29 Jack JansenProjects moved to Mac:Build. The macfreeze projects...
1999-01-29 Jack JansenFixed an absolute path.
1999-01-29 Jack JansenRe-committed as AppleSingle
1999-01-28 Fred DrakeUpdate the docstring.
1999-01-28 Fred DrakeAdded table entries for \methodline, \methodlineni.
1999-01-28 Fred Drake"numberic" --> "numeric", two places
1999-01-28 Fred DrakeConstructor arguments for classes should be called...
1999-01-28 Guido van RossumMake sure the Tcl variables are shared between windows.
1999-01-28 Guido van RossumMove menu/key binding code from Bindings.py to EditorWi...
1999-01-28 Guido van RossumAdd Quit button to the debugger window.
1999-01-28 Barry WarsawAdded a -s option which is useful for narrowing down...
1999-01-28 Barry WarsawAdded a new test for old filter() memory leak
1999-01-28 Barry WarsawPyInit_zlib(): Plug a small memory leak. Jeremy is...
1999-01-28 Fred DrakeAdded \modulesynopsis.
1999-01-28 Guido van RossumWhen find_again() finds exactly the current selection...
1999-01-28 Guido van RossumRename idle -> idle.py
1999-01-28 Barry Warsawbuiltin_map(): A better fix for the previous leak plug...
1999-01-28 Jack JansenUpdated for new build and plugin paths
1999-01-28 Jack JansenEverything now builds in the right location,.
1999-01-28 Jack JansenChecking in the projects that have been converted so...
1999-01-28 Guido van RossumImplement -OO; "unsafe" optimization that removes docst...
1999-01-28 Guido van RossumDocument -OO; "unsafe" optimization that removes docstr...
1999-01-28 Jack JansenRe-commit in applesingle
1999-01-28 Guido van RossumImprovement of b/w compat note in help text for clear...
1999-01-28 Just van Rossumadded default sys.path entry for NumPy -- jvr
1999-01-28 Jack JansenStarting on the new project/plugin structure. Far from...
1999-01-28 Barry WarsawSlight reworking of this test. If nis.maps() gives...
1999-01-28 Barry Warsawbuiltin_map(): Nailed memory leak. PyList_Append(...
1999-01-27 Barry Warsawbuiltin_complex(): Nailed memory leak. This one's...
1999-01-27 Guido van RossumGet rid of do_clear_break / do_clb command -- it is...
1999-01-27 Barry Warsawpcre_exec(): Andrew Kuchling's patch for pcre memory...
1999-01-27 Fred DrakeAdd the info "dir" fragment to the info tarball.
1999-01-27 Fred DrakeFragment of an info "dir" file for the Python documenta...
1999-01-27 Fred DrakeSimplify slightly.
1999-01-27 Fred DrakeDon't build info for the Macintosh module reference...
1999-01-27 Barry Warsawiniterrno(): Nailed a not-so-tiny memory leak. The...
1999-01-27 Barry WarsawPyImport_ReloadModule(): Nailed a small memory leak...
1999-01-27 Guido van RossumPatches by William Lewis for Nextstep descendants.
1999-01-27 Barry WarsawPyLong_FromString(): Nailed a small memory leak. In...
1999-01-27 Fred Drake\py@linkToName: New macro to consolidate support for...
1999-01-27 Fred DrakeAdded the files for the repr and ConfigParser modules.
1999-01-27 Fred DrakeDocument the repr module. This removes the entire...
1999-01-27 Barry Warsawerr_input(): Nailed a small memory leak. If the error...
1999-01-27 Barry Warsaw_PySys_Init(): Nailed small memory leak. The stringobj...
1999-01-27 Fred DrakeDon't say that the module defines the "following functi...
1999-01-27 Just van Rossumcleaned up ugly hack related to activate events and...
1999-01-26 Barry WarsawRe-format the module docstring and document the new...
1999-01-26 Fred DrakeIncorporate changes for patched version of ConfigParser.
1999-01-26 Guido van RossumPatch by Chris Petrilli (not really tested since I...
1999-01-26 Fred Drake\py@modindex: Format the index entry for the module...
1999-01-26 Fred DrakeDocumentation for the ConfigParser module, by Christoph...
1999-01-26 Jack JansenAdded Sherlock source for Python documentation, and...
1999-01-26 Barry Warsawexpandtabs__doc__: blank line which was not terminated...
1999-01-25 Guido van RossumAdd spawnv and spawnve functions for Win32 platforms.
1999-01-25 Guido van RossumA gift from Fredrik Lundh: fast C implementation of...
1999-01-25 Guido van RossumDocument the default for tabsize in expandtabs().
1999-01-25 Guido van RossumThe usual.
1999-01-25 Fred DrakeAllow recognition of attributes even if they don't...
1999-01-25 Guido van RossumChange rare occurrences of #if HAVE_LONG_LONG to #ifdef.
1999-01-25 Guido van RossumMake sure not to call realloc() with a NULL pointer...
1999-01-25 Guido van RossumInclude myselect.h -- needed on some platforms.
1999-01-25 Guido van RossumRearrange the -I flags for compiling _tkinter.c so...
1999-01-25 Guido van RossumDon't die if CodeType doesn't exist -- ignore the error...
1999-01-25 Guido van RossumThere's a macro PycString_IMPORT which the documentatio...
1999-01-25 Guido van RossumCorrect typo in new function get_breaks().
1999-01-25 Guido van RossumChange clear syntax to support three alternatives:
1999-01-25 Guido van RossumChange clear_break() to the old signature clear_break...
1999-01-25 Guido van RossumAi! complex_nonzero() has && which should be ||, else...
1999-01-25 Guido van RossumOnly do ttyname() when HAVE_TTYNAME is defined.
1999-01-25 Jack JansenAdding sherlock search templates for Python and Python...
1999-01-25 Jack JansenAdded Icn module to toolboxmodules
1999-01-25 Jack JansenSet PythonCore version number to sys.hexversion, and...
1999-01-24 Just van RossumScript to synchronize files with / in their name and...
1999-01-23 Just van RossumTest checkin, to see whether I really can do it. -...
1999-01-22 Just van RossumTest checkin, to see whether I really can do it. -...
1999-01-22 Fred DrakeAdd "term" to AUTOCLOSE.
1999-01-22 Guido van RossumHeader for PyObject_DelItem() mentioned non-existing...
1999-01-22 Jack JansenUpdated for 1.5.2b1
1999-01-22 Jack JansenIn unpackevent, get the direct object (----) before...
1999-01-22 Jack JansenSelect the whole default input field in AskString ...
1999-01-21 Barry Warsaw(py-mode-map): Add back force of RET (aka C-m) to
1999-01-21 Jack JansenAdded examples/testcode for the Icn module.
1999-01-21 Jack JansenDon't qualify local symbols with aetools...
1999-01-21 Jack JansenManually added definitions for normal, bold, etc. These...
1999-01-21 Jack JansenUpdated for 1.5.2b1
1999-01-21 Jack JansenUpdated for 1.5.2b1 (better late than never:-)
1999-01-21 Jack JansenUpdated the version number in the vers and preffilename...
1999-01-21 Jack JansenRemoved warnings for packages (Just implemented support...
1999-01-20 Fred Drakeconvert(): Added parameter "autoclose", which should...
1999-01-20 Fred DrakeModified the "sgml" and "xml" targets to stop if the...
1999-01-20 Fred DrakeAdd caveat on partial dependence on the "cl" module...
1999-01-20 Fred DrakeMove the jpeg module to the SGI section; it is dependen...
1999-01-19 Fred Drakecreate_module_info(): If there's a \moduleauthor,...
1999-01-19 Fred Drakeisnmtoken(), istoken(): Fix to ensure the regex has...
1999-01-19 Fred Drakehandle_labels(): Fix problem for document fragments...
1999-01-19 Fred DrakeRevised comments on null bytes in pattern string.
1999-01-19 Fred DrakeFix second description of handling 2-digit years (last...
next