| 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 |
| 1997-05-20 |
Guido van Rossum | Moved PyObject_{Get,Set}Attr here (from dictobject... |
commit | commitdiff | tree | snapshot |
| 1997-05-20 |
Guido van Rossum | Got rid of c_error in favor of errno (and EDOM/ERANGE). |
commit | commitdiff | tree | snapshot |
| 1997-05-20 |
Guido van Rossum | Added some minimal comments and tweaked lay-out a bit. |
commit | commitdiff | tree | snapshot |
| 1997-05-20 |
Guido van Rossum | Plug leak of stack frame object in exception handling... |
commit | commitdiff | tree | snapshot |
| 1997-05-20 |
Guido van Rossum | Handling of pathnames pointing to files on toplevel... |
commit | commitdiff | tree | snapshot |
| 1997-05-20 |
Guido van Rossum | fixed ratecv to continue working if product of rates... |
commit | commitdiff | tree | snapshot |
| 1997-05-20 |
Guido van Rossum | Removed MetroWerks workaround, replaced by defines... |
commit | commitdiff | tree | snapshot |
| 1997-05-20 |
Guido van Rossum | workaround for Mac MSL header definitions of TRUE and... |
commit | commitdiff | tree | snapshot |
| 1997-05-20 |
Guido van Rossum | Workaround for bug in Metrowerks MSL headers on 68K... |
commit | commitdiff | tree | snapshot |
| 1997-05-20 |
Guido van Rossum | Logic for enabling mac-specific signal handling fixed... |
commit | commitdiff | tree | snapshot |
| 1997-05-20 |
Guido van Rossum | Use #ifdef in stead of #if (Jack) |
commit | commitdiff | tree | snapshot |
| 1997-05-19 |
Guido van Rossum | Updated Python version no to 1.5. |
commit | commitdiff | tree | snapshot |
| 1997-05-19 |
Guido van Rossum | Added AMK's SocketServer docs. |
commit | commitdiff | tree | snapshot |
| 1997-05-19 |
Guido van Rossum | Add platform to welcome message. |
commit | commitdiff | tree | snapshot |
| 1997-05-19 |
Guido van Rossum | Unlink before rename (for NT). |
commit | commitdiff | tree | snapshot |
| 1997-05-19 |
Guido van Rossum | Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1. |
commit | commitdiff | tree | snapshot |
| 1997-05-16 |
Guido van Rossum | Renamed strndup to my_strndup to avoid conflict witth... |
commit | commitdiff | tree | snapshot |
| 1997-05-16 |
Guido van Rossum | Added CRLF for Notepad. |
commit | commitdiff | tree | snapshot |
| 1997-05-16 |
Guido van Rossum | Address the following problem on DOS and Win 3.1, repor... |
commit | commitdiff | tree | snapshot |
| 1997-05-16 |
Guido van Rossum | Added CRLF for Notepad. |
commit | commitdiff | tree | snapshot |
| 1997-05-16 |
Guido van Rossum | Got rid of all the last_name_* bogosities. I don't... |
commit | commitdiff | tree | snapshot |
| 1997-05-16 |
Guido van Rossum | Changes to make these tests work on the Mac. |
commit | commitdiff | tree | snapshot |
| 1997-05-16 |
Guido van Rossum | Increase the child's sleep time to 5 for slow machines. |
commit | commitdiff | tree | snapshot |
| 1997-05-15 |
Guido van Rossum | Correct comment; -c is off by default. |
commit | commitdiff | tree | snapshot |
| 1997-05-15 |
Guido van Rossum | Made a start with api.tex, the Python-C API Reference... |
commit | commitdiff | tree | snapshot |
| 1997-05-15 |
Guido van Rossum | Oops, another forgotten renaming: varobject -> PyVarObject. |
commit | commitdiff | tree | snapshot |
| 1997-05-15 |
Guido van Rossum | Remove the last three uses of PyArg_GetInt() from the... |
commit | commitdiff | tree | snapshot |
| 1997-05-15 |
Barry Warsaw | Catch nis.error and raise TestFailed instead. This... |
commit | commitdiff | tree | snapshot |
| 1997-05-15 |
Guido van Rossum | Open the output files with 'wb', not 'w'. |
commit | commitdiff | tree | snapshot |
| 1997-05-15 |
Guido van Rossum | Added BabylMailbox class by Fred Lundh (untested). |
commit | commitdiff | tree | snapshot |
| 1997-05-15 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.5a2 |
commit | commitdiff | tree | snapshot |
| 1997-05-15 |
Guido van Rossum | Add pthred-std define for Linux. |
commit | commitdiff | tree | snapshot |
| 1997-05-15 |
Jack Jansen | Regenreated for MSL |
commit | commitdiff | tree | snapshot |
| 1997-05-15 |
Jack Jansen | MSL errno.h has moved some errors around, and doesn... |
commit | commitdiff | tree | snapshot |
| 1997-05-14 |
Guido van Rossum | Bump level to 1.5a2. |
commit | commitdiff | tree | snapshot |
| 1997-05-14 |
Guido van Rossum | Update description of "make test" to new test harness. |
commit | commitdiff | tree | snapshot |
| 1997-05-14 |
Guido van Rossum | Fix typo in error reporting. |
commit | commitdiff | tree | snapshot |
| 1997-05-14 |
Guido van Rossum | Fix hex tests for 64-bit machines. |
commit | commitdiff | tree | snapshot |
| 1997-05-14 |
Guido van Rossum | Instructions updated for 1.5. Added the important... |
commit | commitdiff | tree | snapshot |
| 1997-05-14 |
Guido van Rossum | Add -Olimit 1500 to OPT if CC supports it. |
commit | commitdiff | tree | snapshot |
| 1997-05-14 |
Guido van Rossum | Suppress fork part of socket test when we can't fork. |
commit | commitdiff | tree | snapshot |
| 1997-05-14 |
Guido van Rossum | Updated, mappingobject -> dictobject plus some other... |
commit | commitdiff | tree | snapshot |
| next |