]> granicus.if.org Git - python/shortlog
python
1997-09-09 Guido van Rossum#Added doc string.
1997-09-09 Guido van RossumMake functionality more closely the same as what's...
1997-09-09 Guido van Rossum*** empty log message ***
1997-09-09 Guido van RossumCrrected a flow control error that caused the wrong...
1997-09-09 Jack JansenImplemented balloon help for EditPythonPrefs
1997-09-09 Jack JansenAdded Help module
1997-09-09 Jack JansenAdded a button to increment buildno, so it doesn't...
1997-09-09 Jack JansenAdded balloon help for options dialog.
1997-09-09 Jack JansenAdded no-site-python and old-exceptions preferences.
1997-09-09 Jack JansenAdded old-exception and no-site-python options and...
1997-09-09 Jack JansenAdded interface to the Balloon Help Manager
1997-09-09 Jack JansenAdded old-exceptions and no-site-python preferences...
1997-09-09 Jack JansenAdded old-exceptions and no-site-python options and...
1997-09-09 Guido van RossumRenamed platform specific subdirectories to plat-*.
1997-09-09 Guido van RossumRenamed dos_8x3 to dos-8x3.
1997-09-09 Guido van RossumThese directories renamed: tkinter -> lib-tk, stdwin...
1997-09-08 Guido van RossumPatch submitted by Brad Howes (with one bug fixed by...
1997-09-08 Guido van RossumAdded support for __all__, which should be a list of...
1997-09-08 Guido van RossumAdded test for __all__.
1997-09-08 Jack JansenDunno, rebinhexed?
1997-09-08 Jack JansenPreferences is a general module to get (and set) prefer...
1997-09-08 Jack JansenPreference resource now has a version number
1997-09-08 Jack JansenMoved the include of macbuildno.h to getbuildinfo.c...
1997-09-08 Jack JansenAdded SysBeep
1997-09-08 Jack JansenThe preference resource now has a version number
1997-09-08 Jack Jansensys.prefix and sys.exec_prefix are now set correctly.
1997-09-08 Jack JansenThe python preference resource now has a version number...
1997-09-08 Jack JansenMajor overhaul: this is now little more than a user...
1997-09-08 Jack JansenRun NumPy installer, if present.
1997-09-08 Guido van RossumBrought up to date with new options and env vars.
1997-09-08 Guido van Rossum#Adapt the doc string to reality.
1997-09-08 Guido van Rossum#Oops, missed a plat- prefix (for Lib/generic).
1997-09-08 Guido van RossumSome nits, added a whole section on what you could...
1997-09-08 Guido van RossumSet it to 1.5a4, now we have dotted-name import...
1997-09-08 Guido van RossumInitialize self.__tempfiles to [] in the constructor...
1997-09-08 Guido van RossumChange packages -> site-packages
1997-09-08 Guido van Rossum*Semantic change*: when unpickling the instance variabl...
1997-09-08 Guido van RossumIndent the #error so that a strict K&R cpp doesn't...
1997-09-08 Guido van RossumChange packages to site-packages (so it's clearly not...
1997-09-08 Guido van RossumPrefix MACHDEP directory with 'plat-'.
1997-09-08 Guido van RossumChange the names of the subdirectories tkinter and...
1997-09-08 Guido van RossumForgot to install the test/output directory!
1997-09-07 Guido van RossumLook for uuencoded test files in the directory containi...
1997-09-07 Guido van RossumLook for uuencoded test files in the directory containi...
1997-09-07 Guido van RossumReverse the order in which Setup and Setup.local are...
1997-09-07 Guido van RossumPass optional arguments (globals(), locals(), []) to...
1997-09-07 Guido van RossumBugfix: import A.B from inside package was busted by...
1997-09-07 Guido van RossumFix details in the test:
1997-09-07 Guido van RossumAdded warning about ni's obsolescence. Retracted seman...
1997-09-07 Guido van RossumInitial revision
1997-09-06 Guido van RossumSignificant speedup -- when a submodule imports a globa...
1997-09-06 Guido van RossumAdded feeble test for reload() of packages and submodules.
1997-09-06 Guido van RossumFix reload() for package submodules.
1997-09-06 Guido van RossumPhase two of package import. "import a.b.c" and all...
1997-09-06 Guido van Rossum#Added prototype for PyObject_HasAttr() -- must've...
1997-09-06 Guido van RossumTest set for package import.
1997-09-05 Guido van RossumFixed some details of printing the str() of an exceptio...
1997-09-05 Guido van RossumMade the 'info' argument to SyntaxError optional, so...
1997-09-05 Fred DrakeFix in trailing comment: PyDict_SetItemString() does...
1997-09-05 Guido van RossumFirst part of package support.
1997-09-05 Guido van RossumAdded PyImport_ImportModuleEx(name, globals, locals...
1997-09-05 Guido van RossumContribution by Hannu Krosing (with some changes).
1997-09-05 Guido van RossumDon't use ANSI string literal concatenation (everything...
1997-09-05 Guido van RossumGet rid of most silly #include and #ifdefs near the...
1997-09-04 Jeremy HyltonNow produces some reassuring output.
1997-09-04 Jeremy HyltonMany more tests, including tests of many optional argum...
1997-09-04 Jeremy HyltonSeveral changes:
1997-09-04 Guido van RossumAdded some try-excepts so that it can be imported in...
1997-09-04 Guido van RossumThe re test suite is very slow on slower hosts.
1997-09-04 Barry WarsawAdded first line to set Emacs makefile mode (pretty...
1997-09-04 Barry Warsaw(py-parse-partial-sexp-works-p): Removed as obsolete...
1997-09-03 Guido van RossumDifferent test for Unix -- rely on os.sep instead of...
1997-09-03 Guido van RossumOne patch from Sjoerd and one from Jack.
1997-09-03 Guido van RossumGive in to Mike Meyer -- add *both* lib/python1.5/packa...
1997-09-03 Guido van RossumGive in to Mike Meyer -- add *both* lib/python1.5/packa...
1997-09-03 Guido van Rossum#Plug small memory leaks in constructors.
1997-09-03 Guido van RossumPlug small leaks: the [de]compress object itself was...
1997-09-03 Guido van RossumAdded some symbols (I'm afraid more will come).
1997-09-03 Guido van RossumChange instructions to require use of PCbuild directory...
1997-09-03 Guido van RossumAt Mark Hammond's suggestion:
1997-09-03 Guido van RossumAdded empty PCbuild directory for use by the NT build...
1997-09-03 Guido van RossumAdded new flags and exceptions; removed AccessError...
1997-09-03 Guido van RossumChange [_Py_]re_compile_pattern() to return a char*.
1997-09-03 Guido van RossumMod suggested by Donn Cave -- invoke makexp_aix relativ...
1997-09-03 Guido van RossumDisable the portable multimedia modules (audioop, image...
1997-09-03 Guido van Rossum#Removed debug print that was accidentally left in.
1997-09-03 Guido van RossumAdd the same _keep_alive patch (by Michael Scharff...
1997-09-03 Guido van RossumFix the bug Jeremy was experiencing: both the close...
1997-09-01 Jack JansenDefine BUILDNO in macbuildno.h (incremented by fullbuild)
1997-09-01 Jack JansenCan't remember...
1997-09-01 Jack JansenAdded GetTicks() here, so profiling can use a decent...
1997-09-01 Jack JansenFullbuild now maintains BUILDNO for mac builds
1997-09-01 Jack JansenNames changed
1997-08-30 Guido van Rossum#typo
1997-08-30 Guido van RossumDocument newly revamped site configuration mechanism.
1997-08-30 Guido van RossumAdded docs for 'user' customization module. Renamed...
1997-08-30 Guido van RossumInline PyObject_CallObject (Marc-Andre Lemburg).
1997-08-29 Guido van RossumAdded os.altsep; this is '/' on DOS/Windows, and None...
1997-08-29 Guido van RossumWrite out the dynamic OS choice, to avoid exec statements.
1997-08-29 Guido van RossumAdded -X option to suppress default import of site...
next