1997-08-29 |
Guido van Rossum | Added -X option to suppress default import of site... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Added NoSite flag. |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Two independent changes (oops): |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | New site.py semantics. Searches in |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Swap the sense of the -X option vis-a-vis Py_UseClassEx... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Removed obsolete exception PyExc_AccessError. |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Added Py_UseClassExceptionsFlag, the variable containin... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Added extern definition for -X flag variable. |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | New file, which is imported by the built-in module... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Expanded r() function to handle class exceptions. |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Parse new command line option -X which enables exceptio... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Declarations for two phase initialization and finalizat... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Added externs for three new exceptions PyExc_StandardError, |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | PyErr_NoMemory(): If the pre-instantiated memory except... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Added a new variable TESTPYTHON which contains the... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Subtle changes to the AIX shared library things to... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Should remove getbuildno.o/buildno files in clobber... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Cprrect stuoid tyops -- was comparing variabes with... |
commit | commitdiff | tree | snapshot |
1997-08-28 |
Barry Warsaw | eval_code2(), set_exc_info(): Call PyErr_NormalizeExcep... |
commit | commitdiff | tree | snapshot |
1997-08-28 |
Guido van Rossum | Added (binaryfunc) casts to function pointers in method... |
commit | commitdiff | tree | snapshot |
1997-08-28 |
Guido van Rossum | Some long variables should have been int to match the... |
commit | commitdiff | tree | snapshot |
1997-08-28 |
Guido van Rossum | user.py -- when imported, execfile(~/.pythonrc.py). |
commit | commitdiff | tree | snapshot |
1997-08-28 |
Guido van Rossum | Complete log of changes since 1.5a3 at the end. |
commit | commitdiff | tree | snapshot |
1997-08-28 |
Guido van Rossum | Added faqwiz and webchecker. |
commit | commitdiff | tree | snapshot |
1997-08-28 |
Guido van Rossum | Added section about multiple FAQs. |
commit | commitdiff | tree | snapshot |
1997-08-28 |
Guido van Rossum | New installation instructions show how to maintain... |
commit | commitdiff | tree | snapshot |
1997-08-27 |
Guido van Rossum | Removed faqmain.py -- it was an earlier implementation... |
commit | commitdiff | tree | snapshot |
1997-08-27 |
Guido van Rossum | Referred to POSIX docs as well as to Unix docs. |
commit | commitdiff | tree | snapshot |
1997-08-27 |
Jack Jansen | Put all prints inside "if verbose:" |
commit | commitdiff | tree | snapshot |
1997-08-27 |
Jack Jansen | Removed debug print |
commit | commitdiff | tree | snapshot |
1997-08-27 |
Jack Jansen | Modified for CW Pro projects and new filenames |
commit | commitdiff | tree | snapshot |
1997-08-27 |
Jack Jansen | Added #include <WETabs.h>, which had somehow gone missing |
commit | commitdiff | tree | snapshot |
1997-08-27 |
Jack Jansen | Modified for installer and new names of various applets... |
commit | commitdiff | tree | snapshot |
1997-08-27 |
Jack Jansen | Modified for new scripting support |
commit | commitdiff | tree | snapshot |
1997-08-27 |
Jack Jansen | Moved suites to their own folder |
commit | commitdiff | tree | snapshot |
1997-08-26 |
Guido van Rossum | Fixed bugs regarding lines starting with '.' (both... |
commit | commitdiff | tree | snapshot |
1997-08-26 |
Guido van Rossum | Ignore whitespace between formats (not internal to... |
commit | commitdiff | tree | snapshot |
1997-08-26 |
Guido van Rossum | Explicitly close the socket and temp file in URLopener... |
commit | commitdiff | tree | snapshot |
1997-08-26 |
Barry Warsaw | PyErr_Print(): Use PyErr_GivenExceptionMatches() instea... |
commit | commitdiff | tree | snapshot |
1997-08-26 |
Jack Jansen | Replaced by ReadMe |
commit | commitdiff | tree | snapshot |
1997-08-26 |
Jack Jansen | Adapted from ReadMeOrSuffer for the new installer |
commit | commitdiff | tree | snapshot |
1997-08-26 |
Jack Jansen | Handle systemclicks ourselves, in stead of passing... |
commit | commitdiff | tree | snapshot |
1997-08-26 |
Guido van Rossum | Completed first draft. |
commit | commitdiff | tree | snapshot |
1997-08-25 |
Barry Warsaw | unpack_sequence(): In finally clause, watch out for... |
commit | commitdiff | tree | snapshot |
1997-08-25 |
Barry Warsaw | regression test for new sequence unpacking semantics |
commit | commitdiff | tree | snapshot |
1997-08-25 |
Barry Warsaw | Output for sequence unpacking test |
commit | commitdiff | tree | snapshot |
1997-08-25 |
Barry Warsaw | eval_code2(): collapsed the implementations of UNPACK_T... |
commit | commitdiff | tree | snapshot |
1997-08-25 |
Guido van Rossum | Checkpoint. |
commit | commitdiff | tree | snapshot |
1997-08-25 |
Guido van Rossum | Allow assignments to instance.__dict__ and instance... |
commit | commitdiff | tree | snapshot |
1997-08-25 |
Guido van Rossum | Rename roundup() to roundupsize(), as there's a macro... |
commit | commitdiff | tree | snapshot |
1997-08-25 |
Guido van Rossum | Removed some colons that shouldn't be there (probably... |
commit | commitdiff | tree | snapshot |
1997-08-25 |
Guido van Rossum | Arbitrary point checkpoint commit. Take no notice. |
commit | commitdiff | tree | snapshot |
1997-08-23 |
Guido van Rossum | Examples of metaprogramming in pure Python. |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Barry Warsaw | Added a few more tests of exception class raising |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Barry Warsaw | generated output for new tests |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Barry Warsaw | Added tests of the new builtin functions issubclass... |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Barry Warsaw | cmp_exception gets promoted (essentially) to the C... |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Barry Warsaw | Three new C API functions: |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Barry Warsaw | Two new built-in functions: issubclass() and isinstance... |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Guido van Rossum | Correct off-by-two-pixels error. |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Guido van Rossum | Add unsupported variable EXE which can be set to .exe... |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Guido van Rossum | Added configuration tests for presence of alarm(),... |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Fred Drake | Oops, don't suppress echo of the rm command in l2hclean! |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Fred Drake | Simplify LaTeX2HTML targets && support re-use of output... |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Guido van Rossum | Reverse the search order for the Don Beaudry hook so... |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Fred Drake | Changed description of SchedParams() in the following... |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Fred Drake | Added missing "\end{funcdesc}" after FindFolder documen... |
commit | commitdiff | tree | snapshot |
1997-08-22 |
Guido van Rossum | Added new Py_IsInitalized() API function to test the... |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Barry Warsaw | Removed JF's dollar-Log-dollar RCS turd that caused... |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | Remove redundant decl for PyOS_InputHook. |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | Completely disable the declarations for malloc() and... |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | Add warning about dumb SGI make. |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | Use lseek instead of ftell; compensate by adding BUFSIZE |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | Added /**/ around #end tags |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | Must remove conflicting files from archive |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | mention cPickle and cStringIO |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | the usual |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | Fix some badly botched prototypes for PyRun* c.s. |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | Added reop |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | Added missing newline to warning msg |
commit | commitdiff | tree | snapshot |
1997-08-21 |
Guido van Rossum | Richard Jones: I think we can be confident in using... |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Guido van Rossum | Got rid of HP-UX comments (which seem to be out of... |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Guido van Rossum | Globally renamed join() to joinpath() to avoid compilat... |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Guido van Rossum | Renamed strndup to pystrndup, to avoid conflicting... |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Guido van Rossum | Interpret three slashes in file: URL as local file... |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Guido van Rossum | When we have signalmodule.o, remove intrcheck.o as... |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Guido van Rossum | Use a counter instead of a Boolean to check for initial... |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Guido van Rossum | Make sure the objects returned by __getinitargs__(... |
commit | commitdiff | tree | snapshot |
1997-08-20 |
Guido van Rossum | Use 'buildno1' instead of '@buildno' for temp file... |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Guido van Rossum | Need to define AR since it is used, and not all Makes... |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Jack Jansen | Removed support_print docs. |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Jack Jansen | Docs on new tcl/tk, new build tree layout |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Jack Jansen | Very sketchy preliminary docs on new applescripting... |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Jack Jansen | Added reop |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Jack Jansen | MkPluginAliases now knows about fat PythonCore (and... |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Jack Jansen | PythonCore is now a fat shared library, the plugin... |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Guido van Rossum | Moved assert.h to ../Parser directory |
commit | commitdiff | tree | snapshot |
1997-08-19 |
Guido van Rossum | Alas, the thread support for Tk didn't work. Withdraw... |
commit | commitdiff | tree | snapshot |
1997-08-18 |
Guido van Rossum | Made lookdict nearly twice as fast, resulting in a... |
commit | commitdiff | tree | snapshot |
1997-08-18 |
Guido van Rossum | I'm tired -- checking in more news items. This isn... |
commit | commitdiff | tree | snapshot |
next |