1997-08-02 |
Guido van Rossum | Avoid function calls to access the current thread state... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Added internal routine PyString_Fini() which deletes... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Mass checkin (more to follow for other directories). |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Add cast to PyInt_AS_LONG macro, as suggested by Marc... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Add cast to PyFloat_AS_DOUBLE macro, as suggested by... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Add a simple way to enable purify; now you can set... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Print ps (process status) for us when starting a new... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Functionality enhancement: allow other threads to use... |
commit | commitdiff | tree | snapshot |
1997-08-01 |
Guido van Rossum | Compatibility with Tcl/Tk 8.0b*. |
commit | commitdiff | tree | snapshot |
1997-07-31 |
Guido van Rossum | Add definitions for symbolic constants LOCK_{EX,NB... |
commit | commitdiff | tree | snapshot |
1997-07-31 |
Guido van Rossum | Extend the "Don Beaudry hack" with "Guido's corollary... |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Guido van Rossum | Added mimify docs (Sjoerd). |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Guido van Rossum | Mention decode_base64 in example. |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Fred Drake | l2h target: l2htut was listed twice and l2hapi was... |
commit | commitdiff | tree | snapshot |
1997-07-28 |
Jack Jansen | Final set of CW11 projects, before switch to CW Pro 1. |
commit | commitdiff | tree | snapshot |
1997-07-27 |
Guido van Rossum | Finally plug the memory leak caused by syntax error... |
commit | commitdiff | tree | snapshot |
1997-07-26 |
Guido van Rossum | Plugged a leak. (The same as the one plugged in compil... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Moved the special compile of getbuildno.o to ../Makefil... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Build getbuildno.o here, to adequately update it every... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Use Py_NewInterpreter() and friends. Remove saving... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Plug a leak in code_dealloc() (and reordered the deallo... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Tweaks by Lars Wirzenius to parse some more forms of... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Added createmessage() -- Lars Wirzenius. |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Patch by Lars Wirzenius to allow f.readline(length). |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Fred Drake | Bump up the version number. The date still needs to... |
commit | commitdiff | tree | snapshot |
1997-07-24 |
Fred Drake | A couple of grammatical nits. |
commit | commitdiff | tree | snapshot |
1997-07-23 |
Guido van Rossum | Regenerated; __assert__ becomes assert. |
commit | commitdiff | tree | snapshot |
1997-07-21 |
Guido van Rossum | Removed some variables that are used to exchange data... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Changed the patch level to 1.5a3, to avoid confusion... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | New test for generic Makefile.pre.in |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Added description of the extend subdirectory. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | For use with Misc/Makefile.pre.in, the libainstall... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Adapted to the new build system. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Change libainstall again: need to install fewer files... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | frozenmain.c is now also in the library, |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Updated for new style build/install; much simpler! |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Oops -- this contains frozen bytecode, but it was Pytho... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Some improvements, e.g. -L/depot/... is not needed. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Added leading comment and security check. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Reformulate security check using getsockname(). |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Change security policy -- only accept requests from... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Removed old signature. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Updated description for embed; added pysvr. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | New example of threaded embedding |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Updated the Makefile to work with the new build strategy. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Remove -s option and $PYTHONSUPPRESS environment variable. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Emptied (in expectation of a laundry list of what's... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Added note about libpython1.5.a. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Some new names. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Add the option to pass an open file object to GzipFile... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Document new 'quote' flag to cgi.escape(). |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Add optional 'quote' flag argument to escape(); if... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | New dialog routines (Fred Lundh) |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Use dictionary's update() method in _cnfmerge(). |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Removed Py_SuppressPrintingFlag flag; added new |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Removed remaining support for Tk versions below 4.0. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Moved PyEval_{Acquire,Release}Thread() to within the... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Adapted to new build procedure (hopefully correct ... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Removed a bunch of extern declarations of functions... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Added declarations for Py_{Set,Get}ProgramName() and... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Added decl for PyInt_GetMax(). |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Make it return a _const_ char*. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | New build procedure. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | New build procedure, using a single library libpython... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Set $VERSION here (fixed to 1.5). |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Moved PyEval_InitThreads to inside WITH_THREAD, where... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Got rid of "suppres printing" flag. |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | This is now the "real" main program -- it calls Py_Main... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Tracking changes to Py_Main(): |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | This is no longer the real main program; it now defines... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Moved some stuff here from main.c (part of a big restru... |
commit | commitdiff | tree | snapshot |
1997-07-19 |
Guido van Rossum | Remove confusing usage comments at end. |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | Include pystate.h earlier so it can be referenced by... |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | Use the new functions PyEval_AcquireThread() and |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | PyEval_SaveThread() and PyEval_RestoreThread() now... |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | Nit: round delays to 0.1 second. |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | Set OPT to -g -O2 (or -O2 when -g not supported) when... |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | added code.py; codehack.py is obsolete |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | Added label{module-spam} |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Fred Drake | Remove pprint from the list of undocumented modules. |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Fred Drake | Add entry for the pprint module. |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Fred Drake | Add libpprint.tex to the lib.dvi dependencies. |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Fred Drake | Slight mods to make the module conform to the documenta... |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Fred Drake | Documentation for the pprint module. |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | Checking in new module code.py -- utilities dealing... |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | This module is now completely obsolete. |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | No longer need to use codehack -- use co.co_firstlineno... |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | Use sys.exc_info() instead of sys.exc_{type,value,trace... |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | Some new tests by Jeffrey |
commit | commitdiff | tree | snapshot |
1997-07-18 |
Guido van Rossum | Jeffrey's latest -- reorder my chages somewhat, |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Huge speedup by inlining some common integer operations: |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Patches by AMK to check that the db is still open. |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Add 'return' keyword before error calls. |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Jeffrey's latests |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Correctly implement sub, subn, and split. Also correct... |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Jeffrey's next installment |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Corresponding output. |
commit | commitdiff | tree | snapshot |
1997-07-17 |
Guido van Rossum | Several additions from Jeffrey. |
commit | commitdiff | tree | snapshot |
next |