]> granicus.if.org Git - python/shortlog
python
1997-09-24 Guido van RossumChange bind() to tag_bind() so it works again.
1997-09-22 Guido van RossumFix by Sjoerd: don't want to resize to zero length.
1997-09-22 Guido van RossumChanges by jack so the generated modules export their...
1997-09-20 Jack JansenExport type objects to Python
1997-09-18 Guido van RossumThe command can now either be a string (as before)...
1997-09-18 Barry WarsawPy_Initialize(): move the call to _PyImport_FixupExtens...
1997-09-18 Barry Warsawiniterrors(): Eliminate circular reference which was...
1997-09-16 Barry Warsaw[Py_Exc]NumberError => [Py_Exc]ArithmeticError
1997-09-16 Barry WarsawNumberError => ArithmeticError
1997-09-16 Guido van RossumNew API PyErr_NewException(name, base, dict) to create...
1997-09-16 Barry Warsaw[Py_Exc]NumberError => [Py_Exc]ArithmeticError
1997-09-16 Barry WarsawPyErr_Print(): When printing a class exception, try...
1997-09-16 Guido van RossumMoved pystone to Lib/test. Use import test.pystone...
1997-09-16 Guido van RossumSkip symlinks; don't bother keeping a list of files...
1997-09-16 Guido van RossumNew API PyErr_NewException(name, base, dict) to create...
1997-09-16 Guido van RossumIntroduce PyExc_Exception as the conceptual root class...
1997-09-16 Guido van RossumTwo subtle changes:
1997-09-16 Guido van RossumMove the "import readline" to an earlier place so it...
1997-09-15 Guido van RossumAdd strerror() interface.
1997-09-15 Guido van RossumPatch by Case Roole <cjr@bound.xs4all.nl> to fail with...
1997-09-15 Guido van RossumEntirely rewritten parseaddr() function by Sjoerd Mulle...
1997-09-14 Guido van RossumAdded code to emit trailing ',' for singleton tuples...
1997-09-13 Guido van RossumExport names for the types defined by this module:...
1997-09-12 Guido van RossumThree independent changes:
1997-09-12 Guido van RossumWhen creating a class, set its __module__ attribute...
1997-09-11 Guido van RossumAdded hint to skip the heavy stuff on first reading.
1997-09-11 Guido van RossumAs Paul Prescod pointed out, metaprogramming is really...
1997-09-11 Guido van RossumInstall config.h under $exec_prefix/include rather...
1997-09-09 Guido van RossumAdded docstrings. Not for the obsolete functions though.
1997-09-09 Guido van RossumDeleted find_module_in_package and find_module_in_direc...
1997-09-09 Guido van RossumUpdate the description and the example to the new funct...
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.
next