1997-05-28 |
Guido van Rossum | Added copy() and absorb(). |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Remove '(' in column 0 of doc strings. |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Added dict.absorb() and dict.copy(). |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Hide .fdc files here. |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Checking in zlib demo. |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Tiny script to play with it on a Mac. |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Tweak default source of query a bit so it is possible... |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | lowercase proxies env variables, for Windows. |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Guido van Rossum | Reworded the doc string to remove the need for The... |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Jack Jansen | Changed release note structure: |
commit | commitdiff | tree | snapshot |
1997-05-28 |
Jack Jansen | Added a range of resource numbers reserved for Bruce |
commit | commitdiff | tree | snapshot |
1997-05-27 |
Fred Drake | Widget._setup(): Support name=None in a similar way... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Set version to 0.4; get rid of '(' in column 1 in tripl... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Added marks for very recently (24 hours) and recently... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Added marks for very recently (24 hours) and recently... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Support for more general diffing and retrieving any... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Added keyword searching. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Added keyword searching radio buttons. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Don't need <BR> at end of <LI>. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Bugfix -- should pass headers=0 when formatting query... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Add optional section titles to format_all. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Oops, checked in the wrong SHORTNAME value. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Added a local customization feature: load some paramete... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | I'm happy with this. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Final touch -- bottom link points to FAQ Wizard home. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Forgot to remove debug stmt. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | The official name of the whole thing is now "Python... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Implemented a simple Password scheme. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Added last mtime on whole faq. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Nits. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Reorg TO DO list. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Small nits for Grail; don't forget to cgi.translate... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | - Suppress the visible text in the epilogue when "edit... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Added section titles (for now, hardcoded in the file). |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Removed references to StdClib and PLStringFuncs, rebuil... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Nothing important |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Changed version string and preferences filename to... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Renamed |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Added keys() and mapping interface to shared-library... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | - Added Py_GetProgramFullPath |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Jack Jansen | Added PyMac_StopGUSISpin |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Added code to recognize http/ftp URLs and email address... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Moved the 1.4 NEWS file here (it had to happen someday... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Fred Drake | Add doc string to type object. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Minor change: add prologue() calls to do_info and do_rl... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | Can't return 0 from void function... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | PyObject_Compare can raise an exception now. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Guido van Rossum | PyObject_Compare can now return an error. Unfortunatel... |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | PyFile_WriteString now returns an error indicator inste... |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Py_FlushLine and PyFile_WriteString now return error... |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Py_FlushLine and PyFile_WriteString now return error... |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | PyFile_WriteString now returns an error indicator inste... |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | flushline and writestring can now return an error |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Added Py_GetProgramFullPath (same as GetProgramName) |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Added Py_GetProgramFullPath |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Added cvardesc and ctypedesc macros, for api.tex. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | DG/UX thread patches (Ross Andrus) |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Set sys.executable to full path of python (from argv... |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | More usual effects of a new configure.in |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | DG/UX specific test for threads. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | The usual effects of a new configure.in |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Partial(?) 64bit patch (AMK). |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Added a space in an error message |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Added warning about the optimizer bug on AIX 4.2.1 |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Minor edits for 1.5a2 |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Add kill, execv, fork to tested functions. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Force PYTHONPATH= empty when running test suite. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Just another checkin for backup. Nothing substantial... |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Added menu entry on deleting FAQ entries. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | HTML formatting nits. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Mostly small changes. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Enable putenv and waitpid (== wait4) for NeXT. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Defined array.array_type, the type object. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Guido van Rossum | Fix typo in error checking spotted by Just... |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | Separate prologue/epilogue functions. |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | Oops, left an 'n = n+1' in but n was undefined. |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | Add "Log info" to view rcs log. |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | Lots of new features: |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | Crude but functional, except for adding new entries. |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | Fix for boundary case (Jack) |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | generated from latest doc files |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | Added description of socket_type. |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | Add test for presence of socket_type. |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | Add socket.socket_type, as discussed on c.l.p. |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | Fix ratecv test (Sjoerd). |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Guido van Rossum | Include config.h so it can define const away for K&R. |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Guido van Rossum | Make delimiter and separator static for K&R C. |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Guido van Rossum | Don't use function prototypes in function definition... |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Guido van Rossum | Indent the #error directives so a classic K&R cpp doesn... |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Guido van Rossum | Renamed a local variable from 'PyCFunction' (which... |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Guido van Rossum | Added Py_PROTO macros for SunOS 4.x /bin/cc. |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Guido van Rossum | More robust way of choosing a non-existant uid (faster... |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Guido van Rossum | More robust way of choosing a non-existant uid (faster... |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Guido van Rossum | Moved PyObject_{Get,Set}Attr to object.c. |
commit | commitdiff | tree | snapshot |
next |