]> granicus.if.org Git - python/shortlog
python
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...
1997-08-29 Guido van RossumAdded NoSite flag.
1997-08-29 Guido van RossumTwo independent changes (oops):
1997-08-29 Guido van RossumNew site.py semantics. Searches in
1997-08-29 Barry WarsawSwap the sense of the -X option vis-a-vis Py_UseClassEx...
1997-08-29 Barry WarsawRemoved obsolete exception PyExc_AccessError.
1997-08-29 Barry WarsawAdded Py_UseClassExceptionsFlag, the variable containin...
1997-08-29 Barry WarsawAdded extern definition for -X flag variable.
1997-08-29 Barry WarsawNew file, which is imported by the built-in module...
1997-08-29 Barry WarsawExpanded r() function to handle class exceptions.
1997-08-29 Barry WarsawParse new command line option -X which enables exceptio...
1997-08-29 Barry WarsawDeclarations for two phase initialization and finalizat...
1997-08-29 Barry WarsawAdded externs for three new exceptions PyExc_StandardError,
1997-08-29 Barry WarsawPyErr_NoMemory(): If the pre-instantiated memory except...
1997-08-29 Barry WarsawAdded a new variable TESTPYTHON which contains the...
1997-08-29 Guido van RossumSubtle changes to the AIX shared library things to...
1997-08-29 Guido van RossumShould remove getbuildno.o/buildno files in clobber...
1997-08-29 Guido van RossumCprrect stuoid tyops -- was comparing variabes with...
1997-08-28 Barry Warsaweval_code2(), set_exc_info(): Call PyErr_NormalizeExcep...
next