]> granicus.if.org Git - python/shortlog
python
1999-01-30 Guido van RossumFrom: Mike Orr <mso@oz.net>
1999-01-29 Guido van RossumEmbarrassing: remove a debug print statement from set_b...
1999-01-29 Fred DrakeUpdated comments on version of XML package needed.
1999-01-29 Guido van RossumUse win32api.GetFullPathName(path) if it exists to...
1999-01-29 Fred DrakeAdded the info tarball to the tarballs target. Added...
1999-01-29 Fred DrakeA README file for the info tarball.
1999-01-29 Fred DrakeAdded support to handle \versionadded in a reasonable...
1999-01-29 Guido van RossumSupport a canonical() method, implementable by a derive...
1999-01-29 Barry Warsawsetup_readline(): Added a comment about memory leak...
1999-01-29 Andrew M. KuchlingAdded missing DECREF's in the error branches when creat...
1999-01-29 Fred DrakeDefine %descriptor.class, since it's used.
1999-01-29 Fred DrakeBe a little smarter on some attribute values, making...
1999-01-29 Fred Drakefixup_descriptors(): Change the way we look for descri...
1999-01-29 Barry Warsawinitmain(): Nailed a memory leak. bimod must be DECREF'd!
1999-01-29 Fred DrakeAdded the Doc/sgml/ directory to the tarball.
1999-01-29 Fred DrakeRewrite code that converts the little descriptor enviro...
1999-01-29 Guido van RossumUse only the height to decide whether to zoom in or...
1999-01-29 Barry Warsawbltin_exc[]: EnvironmentError is not a "leaf exception...
1999-01-29 Fred DrakeAdded table entries for \funcline and \funclineni.
1999-01-29 Guido van RossumAdd abspath()
1999-01-29 Guido van RossumDocument abspath() (implementation is forthcoming).
1999-01-29 Fred DrakeDefine a general entity "&version;" that can be used...
1999-01-29 Fred DrakeConvert <version> to &version;.
1999-01-29 Just van Rossumdoh! added missing comma (will check before committing...
1999-01-29 Fred DrakeA few scribbles toward the DTD.
1999-01-29 Just van Rossumadded path entry for NumPy -- jvr
1999-01-29 Fred DrakeStandard ISO entities.
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...
next