]> granicus.if.org Git - python/shortlog
python
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...
1997-08-28 Guido van RossumAdded (binaryfunc) casts to function pointers in method...
1997-08-28 Guido van RossumSome long variables should have been int to match the...
1997-08-28 Guido van Rossumuser.py -- when imported, execfile(~/.pythonrc.py).
1997-08-28 Guido van RossumComplete log of changes since 1.5a3 at the end.
1997-08-28 Guido van RossumAdded faqwiz and webchecker.
1997-08-28 Guido van RossumAdded section about multiple FAQs.
1997-08-28 Guido van RossumNew installation instructions show how to maintain...
1997-08-27 Guido van RossumRemoved faqmain.py -- it was an earlier implementation...
1997-08-27 Guido van RossumReferred to POSIX docs as well as to Unix docs.
1997-08-27 Jack JansenPut all prints inside "if verbose:"
1997-08-27 Jack JansenRemoved debug print
1997-08-27 Jack JansenModified for CW Pro projects and new filenames
1997-08-27 Jack JansenAdded #include <WETabs.h>, which had somehow gone missing
1997-08-27 Jack JansenModified for installer and new names of various applets...
1997-08-27 Jack JansenModified for new scripting support
1997-08-27 Jack JansenMoved suites to their own folder
1997-08-26 Guido van RossumFixed bugs regarding lines starting with '.' (both...
1997-08-26 Guido van RossumIgnore whitespace between formats (not internal to...
1997-08-26 Guido van RossumExplicitly close the socket and temp file in URLopener...
1997-08-26 Barry WarsawPyErr_Print(): Use PyErr_GivenExceptionMatches() instea...
1997-08-26 Jack JansenReplaced by ReadMe
1997-08-26 Jack JansenAdapted from ReadMeOrSuffer for the new installer
1997-08-26 Jack JansenHandle systemclicks ourselves, in stead of passing...
1997-08-26 Guido van RossumCompleted first draft.
1997-08-25 Barry Warsawunpack_sequence(): In finally clause, watch out for...
1997-08-25 Barry Warsawregression test for new sequence unpacking semantics
1997-08-25 Barry WarsawOutput for sequence unpacking test
1997-08-25 Barry Warsaweval_code2(): collapsed the implementations of UNPACK_T...
1997-08-25 Guido van RossumCheckpoint.
1997-08-25 Guido van RossumAllow assignments to instance.__dict__ and instance...
1997-08-25 Guido van RossumRename roundup() to roundupsize(), as there's a macro...
1997-08-25 Guido van RossumRemoved some colons that shouldn't be there (probably...
1997-08-25 Guido van RossumArbitrary point checkpoint commit. Take no notice.
1997-08-23 Guido van RossumExamples of metaprogramming in pure Python.
1997-08-22 Barry WarsawAdded a few more tests of exception class raising
1997-08-22 Barry Warsawgenerated output for new tests
1997-08-22 Barry WarsawAdded tests of the new builtin functions issubclass...
1997-08-22 Barry Warsawcmp_exception gets promoted (essentially) to the C...
1997-08-22 Barry WarsawThree new C API functions:
1997-08-22 Barry WarsawTwo new built-in functions: issubclass() and isinstance...
1997-08-22 Guido van RossumCorrect off-by-two-pixels error.
1997-08-22 Guido van RossumAdd unsupported variable EXE which can be set to .exe...
1997-08-22 Guido van RossumAdded configuration tests for presence of alarm(),...
1997-08-22 Fred DrakeOops, don't suppress echo of the rm command in l2hclean!
1997-08-22 Fred DrakeSimplify LaTeX2HTML targets && support re-use of output...
1997-08-22 Guido van RossumReverse the search order for the Don Beaudry hook so...
1997-08-22 Fred DrakeChanged description of SchedParams() in the following...
1997-08-22 Fred DrakeAdded missing "\end{funcdesc}" after FindFolder documen...
1997-08-22 Guido van RossumAdded new Py_IsInitalized() API function to test the...
1997-08-21 Barry WarsawRemoved JF's dollar-Log-dollar RCS turd that caused...
1997-08-21 Guido van RossumRemove redundant decl for PyOS_InputHook.
1997-08-21 Guido van RossumCompletely disable the declarations for malloc() and...
1997-08-21 Guido van RossumAdd warning about dumb SGI make.
1997-08-21 Guido van RossumUse lseek instead of ftell; compensate by adding BUFSIZE
1997-08-21 Guido van RossumAdded /**/ around #end tags
1997-08-21 Guido van RossumMust remove conflicting files from archive
1997-08-21 Guido van Rossummention cPickle and cStringIO
1997-08-21 Guido van Rossumthe usual
1997-08-21 Guido van RossumFix some badly botched prototypes for PyRun* c.s.
1997-08-21 Guido van RossumAdded reop
1997-08-21 Guido van RossumAdded missing newline to warning msg
1997-08-21 Guido van RossumRichard Jones: I think we can be confident in using...
1997-08-20 Guido van RossumGot rid of HP-UX comments (which seem to be out of...
1997-08-20 Guido van RossumGlobally renamed join() to joinpath() to avoid compilat...
1997-08-20 Guido van RossumRenamed strndup to pystrndup, to avoid conflicting...
1997-08-20 Guido van RossumInterpret three slashes in file: URL as local file...
1997-08-20 Guido van RossumWhen we have signalmodule.o, remove intrcheck.o as...
1997-08-20 Guido van RossumUse a counter instead of a Boolean to check for initial...
1997-08-20 Guido van RossumMake sure the objects returned by __getinitargs__(...
1997-08-20 Guido van RossumUse 'buildno1' instead of '@buildno' for temp file...
1997-08-19 Guido van RossumNeed to define AR since it is used, and not all Makes...
1997-08-19 Jack JansenRemoved support_print docs.
1997-08-19 Jack JansenDocs on new tcl/tk, new build tree layout
1997-08-19 Jack JansenVery sketchy preliminary docs on new applescripting...
1997-08-19 Jack JansenAdded reop
1997-08-19 Jack JansenMkPluginAliases now knows about fat PythonCore (and...
1997-08-19 Jack JansenPythonCore is now a fat shared library, the plugin...
1997-08-19 Guido van RossumMoved assert.h to ../Parser directory
next