1997-10-20 |
Guido van Rossum | AIX notes are simpler -- no need to enable sharedlibs... |
commit | commitdiff | tree | snapshot |
1997-10-20 |
Guido van Rossum | count() now has a 4th parameter too. Also rephrased... |
commit | commitdiff | tree | snapshot |
1997-10-20 |
Guido van Rossum | Documented exc_info(); also updated exc_type and last_t... |
commit | commitdiff | tree | snapshot |
1997-10-20 |
Guido van Rossum | Added separate tests for {}.get(). |
commit | commitdiff | tree | snapshot |
1997-10-20 |
Guido van Rossum | Correct Barry's fix -- take care of {}.get(0). |
commit | commitdiff | tree | snapshot |
1997-10-20 |
Barry Warsaw | Added tests of dict.get() |
commit | commitdiff | tree | snapshot |
1997-10-20 |
Barry Warsaw | dict_get(): Fixed a couple of stupid mistakes which... |
commit | commitdiff | tree | snapshot |
1997-10-15 |
Fred Drake | Change Python-as-executable-script example to use ... |
commit | commitdiff | tree | snapshot |
1997-10-14 |
Fred Drake | splitpasswd(): The parameter is named "user", not... |
commit | commitdiff | tree | snapshot |
1997-10-13 |
Fred Drake | Restore the \seealso formatting that got lost when... |
commit | commitdiff | tree | snapshot |
1997-10-13 |
Fred Drake | Add support for ctypedesc, cvardesc, seealso, seemodule... |
commit | commitdiff | tree | snapshot |
1997-10-13 |
Fred Drake | Remove macpath entry -- it is already documented. |
commit | commitdiff | tree | snapshot |
1997-10-13 |
Fred Drake | socket_type ==> SocketType |
commit | commitdiff | tree | snapshot |
1997-10-13 |
Fred Drake | Remove superfluous comman from between "not" and "in... |
commit | commitdiff | tree | snapshot |
1997-10-13 |
Fred Drake | struct _frozen: |
commit | commitdiff | tree | snapshot |
1997-10-10 |
Guido van Rossum | Shared libraries didn't quite work under AIX because... |
commit | commitdiff | tree | snapshot |
1997-10-10 |
Guido van Rossum | Darn. When thread support is disabled, the BEGIN/END... |
commit | commitdiff | tree | snapshot |
1997-10-10 |
Jack Jansen | Updated (but still not up to date) |
commit | commitdiff | tree | snapshot |
1997-10-10 |
Jack Jansen | Build balloon help for EditPythonPrefs |
commit | commitdiff | tree | snapshot |
1997-10-10 |
Jack Jansen | Fixup sys.path to be able to find macostools |
commit | commitdiff | tree | snapshot |
1997-10-10 |
Jack Jansen | 1.5a4 relnotes |
commit | commitdiff | tree | snapshot |
1997-10-10 |
Jack Jansen | Projects used for 1.5a4 |
commit | commitdiff | tree | snapshot |
1997-10-09 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.5a4 |
commit | commitdiff | tree | snapshot |
1997-10-09 |
Guido van Rossum | Final touch -- Don's SGI_ABI patches. |
commit | commitdiff | tree | snapshot |
1997-10-09 |
Guido van Rossum | Don Beaudry's changes to support SGI_ABI on Irix 6.x. |
commit | commitdiff | tree | snapshot |
1997-10-09 |
Fred Drake | Remove requirement for strdup() since it causes so... |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Typo in description of news in errno; added setlocale... |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Add call to setlocale(LC_ALL, ""). |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Add checks for setlocale() and <locale.h> |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Put back the extern declaration for strdup(), between... |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Jack Jansen | 1.5a3 relnotes (1.5a4 to follow later) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Jack Jansen | Updated for 1.5a4 |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Jack Jansen | Added pcre module |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Jack Jansen | Bug fix for fast module location |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Jack Jansen | Upped version to 1.5a4, changed sys.path initialization... |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | timezone support for macintosh (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Include macbuildno.h here (mac only) (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | lots of "goto error" replaced by "return" (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Converted to new exception style (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Mac does support createfilehandler now (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Moved mac-specific speedup to a different place (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Fixed for WITHOUT_COMPLEX compilation (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Open files in binary mode (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Use better timer on the mac |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Allow open file as parameter (must be seekable) (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Generate new style exception initializer (Jack). |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Ready for the release, I'd say. |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Change test for re.sub() involving g<...> to use a... |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Checking in AMK's latest installement. |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Checking in AMK's latest installement. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Jack Jansen | Implemented nositepython and oldexceptions flags |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Jack Jansen | Fixed for new "import dir.module" semantics. Needs... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Jack Jansen | New exception interface |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Use `...` around binary strings. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Fred Drake | initparser(): Use PyErr_NewException() to create the... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | A few last-minute additions and some rearrangements... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Fix EventHook (the trick to make widgets appear when... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Fred Drake | Remove this pathetic little module! |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add the Setup line for the pcre module. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Barry Warsaw | Updated for Python 1.5, including my experiences with... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Map .shtml to text/html. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Version 0.8.1. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add "set -e" to lock command. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | The target directory is now called dos-8x3, not dos_8x3. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Check that all base classes are indeed class objects... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add get_line_buffer() and insert_text(), suggested... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Whole bunch of additions... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Temporary fix to valid_identifier(). |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Return the error code from most commands, rather than... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Fix join to support multiple arguments. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add XXX note about wanting support for copy_reg.py... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add Jeff Epler's interact() function. Note that it... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add optional arguments lo and hi to insort() and bisect... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Use K&R function prototypes. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | The sequence behavior is now on the Exception root... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Added pointer to api.tex and note about the out-of... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Set Oct 10 as the release date. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Change title to {Python/C API Reference Manual}; remove... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Typo discovered by Case Roole. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Be more careful with closing fd's 0,1,2. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add note about condition.py. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Completed the changes between 1.5a3 and now. Not yet... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | And "ni" has been documented... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Oops; don't know if this was my typo or not: There... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Updated the section "Parsing Python". |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Added keyword module entry. |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Minor nits (Lib/token.py is a file, token is a module... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Documentation for the keyword module. |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Reduced number of temporary names used at module scope... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Move the pprint docs after the code docs, so that all... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | Fix comment to add the all-important trailing colon... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Reduced number of temporary names used at module scope... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | Done with adding changes from 1.4 till 1.5a3. |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Don't do weird things with the "import parser"; just... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | The usual (and some new modules). |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | A variant on webchecker that creates a mirror copy... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | Several changes: |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Barry Warsaw | Document the mapping object's new get() method. |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Barry Warsaw | UserDict.get(): New method to mirror built-in dictionar... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Barry Warsaw | dict_get(): New method for item access with different... |
commit | commitdiff | tree | snapshot |
next |