Staging
v0.8.1

sort by:
Revision Author Date Message Commit Date
c5d2d51 Apply the same change to classes without an __getinitargs__() method as in pickle: the new instance is created without calling __init__(). 07 December 1997, 16:18:22 UTC
e907208 Some reorganization (all limit operations & constants together, and all usage functions and constants together). Make explicit datadesc sections for each of the constants which might appear, and have a description of each. (Descriptions are based on the Linux documentation and sources and the Solaris man pages.) Hopefully Jeremy won't mind, because I didn't ask. ;-) 06 December 1997, 07:25:41 UTC
a0eaa22 Some manipulations with tags to get the TOC and Index to look better 06 December 1997, 00:39:45 UTC
3e396cf New WML file, this time with working Title and Author tags, and mapping chapter and section headings to more appropriate nodes so that the TOC actually works. Now generates one HTML page per chapter. 06 December 1997, 00:38:30 UTC
5ea20d5 Added some links to OO-Browser, given by Harri Pasanen. Updated the to do list. 06 December 1997, 00:00:47 UTC
d48f252 Another large batch of patches from Jeff Rush for OS/2. I hope this time I've taken out all // comments and indended #ifdefs. 05 December 1997, 22:19:34 UTC
a34c313 New batch of patches by Jeff Rush; moved his readme.txt portion here. 05 December 1997, 22:07:14 UTC
cee1dca Moved Jeff Rush's ever expanding comments to os2vacpp/readme.txt. 05 December 1997, 22:06:23 UTC
a075ce1 Two changes by Jeff Rush (slightly tweaked): - New option -x, to skip first line of script - Use the correct platform-specific delimiter and library location in the usage message (Also removed two blank lines and moved one line around so that each part of the usage message is again under 512 bytes and the whole usage message still fits in 23 lines.) 05 December 1997, 21:56:45 UTC
595d7ba Jeff Rush: add definition for S_IFMT for VisualAge C/C++ under OS2. 05 December 1997, 21:45:29 UTC
60aff2c Use the proper OS2 test symbol: PYOS_OS2. 05 December 1997, 21:39:25 UTC
61de0ac Reindented according to new standard, without tabs. Also added one more os2 specific piece of code, by Jeff Rush. 05 December 1997, 21:24:30 UTC
63cf396 ospath.py has been obsolete for long enough. 05 December 1997, 19:49:14 UTC
e467be6 When instantiating a class with no arguments and where the class does not define __getinitargs__, bypass the __init__ constructor completely. This uses the trick of instantiating an empty dummy class and then changing inst.__class__ to the real class. This is done in two places: once for the INST and once for the OBJ format code. Also replaced the much outdated long doc string with a short summary of the module; the information of that doc string is already incorporated in the library reference manual. 05 December 1997, 19:42:42 UTC
346f7af Added doc strings and reindented according to new standard, without tabs. (Like ntpath.py, this was contributed by "Charles G. Waldman" <cgw@pgt.com>) 05 December 1997, 19:04:51 UTC
15e22e1 Added doc strings and reindented according to new standard, without tabs. 05 December 1997, 19:03:01 UTC
7f97328 Fix the exclusion of "config" in the methods copied from Pack to also exclude "configure". 05 December 1997, 17:05:04 UTC
c37eb56 Forgot to use &lt;/&gt; for some example output. 05 December 1997, 16:18:45 UTC
205eb72 Use registry key ProgramFilesDir as default MAINDIR 05 December 1997, 06:32:47 UTC
6656d1f Add a few more PyErr_ symbols 05 December 1997, 06:32:13 UTC
faf8b21 Add pretty icon to python.exe 05 December 1997, 06:31:40 UTC
90136b0 Only parsing requires Python 1.5 04 December 1997, 19:44:30 UTC
00727b0 Updated world codes with latest iso3166 codes 04 December 1997, 19:42:36 UTC
9efdef1 Added parsing of ISO 3166 files 04 December 1997, 19:35:25 UTC
eee08cd Make examples consistently use 4-space indentation. Use \file{} for file names. Prefer \code{blat} and \emph{blat} to {\tt blat} and {\em blat}; this matches current style in the Library Reference a bit better. Made the example startup banner current. The version number should be bumped before the next release. 04 December 1997, 15:43:15 UTC
0d3b4f8 Fixed unresolved reference problem; this module wasn't \label{}ed. Remove spurious underscore following book title. Added specific reference to a Win32 networking book. Changed \indexsubitem from (in module SocketServer) to (SocketServer protocol), since it's talking about a protocol supported by a collection of classes. 04 December 1997, 14:36:52 UTC
98b032a Removed unnecessary escaping. 04 December 1997, 14:20:59 UTC
1cf8749 Arg; more nits, but I may as well finish the job. Removed the large comment remaining from the template documentation section; the template tells us to remove these once they're not needed. Remove some trailing whitespace from VM instruction pseudo-code. 04 December 1997, 04:57:56 UTC
7381e28 Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a left shift. Adjust whitespace around "=" in VM machine descriptions to be consistent throughout the document. 04 December 1997, 04:51:12 UTC
c2297c1 Changed {\sc gdbm} to \code{gdbm} everywhere. Fixed \indexsubitem to gdbm instead of dbm. Changed dbm to \code{dbm} everywhere. 04 December 1997, 04:45:28 UTC
36facb0 Merge between my version and Jim Fulton's version; removed RCS keywords but otherwise unchanged. 04 December 1997, 01:14:08 UTC
fdde96c New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1 distribution. 04 December 1997, 01:13:01 UTC
009f787 When --with-thread(s) is specified, the thread module is now automatically enabled. This is done through a substitution in Modules/Setup.thread(.in). Bill Janssen will be happy. The original idea was by Lele Gaifax (though I changed the implementation to use a separate file). 04 December 1997, 00:51:42 UTC
a0cbb3d Moved the thread module to its own Setup.thread(.in) file, which is edited by the config.status script depending on whether --with-thread is specified or not. Also needs changes to configure(.in). 04 December 1997, 00:48:27 UTC
e612be5 Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1"). 03 December 1997, 22:38:56 UTC
3fa440e Refinement of home for NT, courtesy Jeff Bauer. 03 December 1997, 22:34:03 UTC
7c4cba8 Added handler for opcodedesc environment. Fixed weird index behavior. 03 December 1997, 19:45:08 UTC
f2d7e55 make_str_index_entry(): New function. Similar to make_index_entry(), but includes the string in the returned value instead of the dummy filler character. add_idx(): Override the latex2html function of the same name; this gets the anchor properly embedded in the <dt> element, so the index works in Grail too. 03 December 1997, 19:44:27 UTC
ab76af3 Provide default for blocksize on retrbinary (Skip Montanaro). 03 December 1997, 19:34:14 UTC
98ee50b More generated files for netbsd 1.x, by Anders Andersen. 03 December 1997, 18:44:57 UTC
9981d22 (py-jump-on-exception): Variable which if t, means that if an exception occurs in a synchronous Python subprocess, the mode will automatically jump to the innermost exception. 03 December 1997, 05:25:48 UTC
27ee115 Removed redundant eval-when-compile. (python-mode): Conditionalize imenu initializations to when we can safely require imenu. Under Emacs this should prevent python-mode from hosing the global value of imenu-create-index-function and messing things up for all other modes. Problem identified by Christian Egli. (py-describe-mode): py-delete-char => py-electric-backspace. Given by Christian Egli. 03 December 1997, 05:03:44 UTC
456035f The biggie: changed the funcdesc environments used for opcode descriptions to use the opcodedesc environment. Changed a \code{} to a \file{} near the start where a file is referenced. Fixed a typo: "on" --> "one" in ROT_THREE description. Wherever opcodes were referenced by name, use \code{OPCODE_NAME}; usage was inconsistent. Ideally, another macro would be defined since these don't represent code a programmer would type, but that's minor even for me. It'll probably get converted automatically in the SGML conversion project. Whether that matters or not isn't relevant at this point. 03 December 1997, 04:06:57 UTC
a610f9f Added environment for defining PyVM instructions. This is only used in the libdis.tex file I'm about to check in. I'm not sure this is really an optimal solution yet, but it may be the best alternative. It avoids describing the instructions as either data items or functions. This change was discussed with Guido. (Guido: Take a look at the LaTeX output for this; if this is reasonable I'll go ahead and update the perl code in myformat.perl to match.) 03 December 1997, 03:42:39 UTC
b7f1afe Change the default repr() and str() of class instance objects to look like <modulename.classname instance at ...> (to match the repr() of class objects. 03 December 1997, 00:06:02 UTC
5c38bf6 (python-mode): Patch to make font-lock work automatically for Emacs. Unnecessary for XEmacs, but oh well... 02 December 1997, 22:01:04 UTC
673d05f Test for an up-to-date Custom library when byte-compiling, and issue an informative message when one cannot be found, as is the case with a vanilla Emacs 19.34 (and NTEmacs 19.34). 02 December 1997, 21:51:57 UTC
08052c7 Add the flag RTLD_GLOBAL to the dlopen() options. This exports symbols defined by the loaded extension to other extensions (loaded later). (I'm not quite sure about this but suppose it can't hurt...) 02 December 1997, 20:43:18 UTC
c425d2f Make stdin unbuffered too, when PYTHONUNBUFFERED is specified. 02 December 1997, 20:41:39 UTC
57ba4f3 Patches by Fred Lundh to make it compile better with K&R compilers. (Should really let AMK do this, but don't know when he'll give me a new version.) 02 December 1997, 20:40:28 UTC
e59d3f8 Small bugfixes for broken old style use of the syntax table. AMK, of course. 02 December 1997, 20:39:23 UTC
f259a8e Yes, Virginia, Tix does have a Tix_SafeInit() function. 02 December 1997, 20:38:38 UTC
b447d11 Understand -Xlinker option. 02 December 1997, 20:38:11 UTC
32c575d Left-aligned preprocessor directives and changed C++ comments to C comments. 02 December 1997, 20:37:32 UTC
c5a0f53 Patch for QNX, by Chris Herborth. Also left-aligned preprocessor directives and changed C++ comments to C comments. 02 December 1997, 20:36:02 UTC
7bf22de Patch for QNX, by Chris Herborth. 02 December 1997, 20:34:19 UTC
91221c2 Support for netbsd1 and freebsd3, after suggestions by Anders Andersen and Jacques Vidrine. 02 December 1997, 20:30:29 UTC
c0f29c2 When a port is specified in an ftp:// URL, must convert it to a number! 02 December 1997, 20:26:21 UTC
240ddc8 Typo in example (missing '=') discovered by Sandy Langbart. 02 December 1997, 20:08:06 UTC
80f8be8 Support for the "event" command, new in Tk 4.2. By Case Roole. 02 December 1997, 19:51:39 UTC
2888a12 Add attributions to Jeffrey Ollie and Tim Peters for re.py. 02 December 1997, 19:44:54 UTC
b7f454d Add attributions to Jeffrey Ollie and Tim Peters for re.py; new QNX section from Chris Herborth. 02 December 1997, 19:44:31 UTC
4954595 Changes for FreeBSD and NetBSD: NetBSD does shared libs just like FreeBSD (big surprise), and FreeBSD has pthread support in -lc_r -- maybe NetBSD has too. 02 December 1997, 19:28:29 UTC
8e29a59 Skip directories when installing library files; this avoids problems when test/output is found (/usr/bin/install chokes on this; no idea why install-sh doesn't). 02 December 1997, 19:18:27 UTC
3593e5c Document new behavior of isinstance() when using a type object. 02 December 1997, 19:15:01 UTC
f5dd914 Support type objects in isinstance(). E.g. isinstance('',types.StringType) will return true now instead of raising a TypeError exception. This is for JPython compatibility. 02 December 1997, 19:11:45 UTC
6cedf82 Make modes for installed files and directories variables; change the default for directories (not for files!) to be group writable. 02 December 1997, 17:52:37 UTC
11fbef5 Sjoerd sez: global substitute \240 with \177. 02 December 1997, 17:45:39 UTC
30e817e Changed the occurrence of *shared* in the example so people won't accidentally uncomment it... 02 December 1997, 16:46:39 UTC
376467a Added stropts.h to the list of files automatically regenerated. 02 December 1997, 14:37:20 UTC
5284589 Generated from Solaris 2.6's /usr/include/sys/stropts.h via Tools/scripts/h2py.py. This file contains many useful streamio(7) constants, especially the ones that support passing open file descriptors through a pipe: I_RECVFD and I_SENDFD. 02 December 1997, 04:49:09 UTC
893a8cb *** empty log message *** 02 December 1997, 03:42:17 UTC
f58575e Comment out crypt by default; it's not used very much and messes up the default build on Linux (because it requires -lcrypt which isn't availabel everywhere). Some improvements to the _tkinter build line suggested by Case Roole. 02 December 1997, 03:23:01 UTC
cf4559a Added Pareto and Weibull distributions, courtesy Jeremy Hylton. 02 December 1997, 02:47:39 UTC
c99a239 Added strop.split tests when sep is None. 02 December 1997, 00:30:04 UTC
93be92d split_whitespace(): Make sure delimiter is stripped from the beginning of the remainder item (last item in list) when maxsplit is < the number of occurrences. 02 December 1997, 00:29:30 UTC
8529ebb Require 'cl when compiling so that the push macro gets picked in Emacs 19.34. 01 December 1997, 20:03:12 UTC
0f280b6 Use $LOGNAME instead of $USER to get the current user -- it seems to be the state of the art. 01 December 1997, 18:50:09 UTC
433c8ca Removed Queue.py. It's documented now. 01 December 1997, 16:35:54 UTC
f6e8316 Initialize __version__ to the correct version string regardless of what RCS checkout options are used. Problem first diagnosed by Marc Lemburg. 01 December 1997, 15:57:40 UTC
06ba34c In string.split(), honor maxsplit (if > 0). In string.splitfields(), ignore maxsplit if <= 0, rather than ignoring maxsplit=0 but effectively treating negative numbers the same as maxsplit=1. Also made the test for maxsplit slightly more efficient (set it to the length of the string when <= 0 so the test for its presence can be omitted from the loop). 01 December 1997, 15:25:19 UTC
58a88b3 _Environ(): Added __getinitargs__() method so os.environ.copy() works, as does unpickling, as in: pickle.loads(pickle.dumps(os.environ)). Hope this is right! Don't shoot me Guido. :-) 01 December 1997, 04:30:19 UTC
798654f Added \indexsubitem definition; functions were previously indexed for the wrong module. 30 November 1997, 05:53:22 UTC
2478f9d Added \indexsubitem definition. Non-optimal, but two modules are sharing the documentation here. 30 November 1997, 05:38:44 UTC
92796d1 Added \indexsubitem definition; functions were previously indexed for the wrong module. 30 November 1997, 05:27:26 UTC
7730cc0 Updated \indexsubitem; functions had been indexed for the wrong module. 30 November 1997, 05:23:47 UTC
9181190 Added tests of strop.replace() 29 November 1997, 00:25:30 UTC
f577c08 mymemreplace(), strop_replace(): Add support for optional 4th argument maxsplit which is implemented in string.py but wasn't here. The reference manual doesn't define what happens when maxsplit is negative or larger than the number of occurrences, but in either case, I implemented this as all get replaced. Default value is zero which replaces all occurrences. 29 November 1997, 00:10:07 UTC
ffbc17d (py-traceback-line-re): Relaxation of regexp to catch SyntaxErrors. Harri Pasanen. 27 November 1997, 20:08:14 UTC
73ec2c0 Slip of the keyboard (f__ should be __). Dunno why I had a totally messed up (but not checked in) version in my work files and didn't notice before releasing 1.5 -- at least the distributed latex file doesn't have the bogus warning about changed __init__ semantics. 27 November 1997, 01:39:15 UTC
22cf347 This commit was manufactured by cvs2svn to create tag 'r15b1'. 26 November 1997, 21:20:51 UTC
8253671 Dumb typo. 26 November 1997, 21:20:51 UTC
f471056 (py-process-filter): py-delete-file-silently is obsolete. Use a py-safe wrapped delete-file call instead. 26 November 1997, 21:00:36 UTC
3b3ff4e (py-compute-indentation): Check for multiline stringness and commentness so that hitting TAB in the middle of a comment will still indent the line. 26 November 1997, 20:58:48 UTC
8c4a8de (py-mode-map): Bind py-mark-def-or-class to C-M-h with a different spelling so that it doesn't clobber the standard M-BS binding. This should be portable between X/Emacsen. 26 November 1997, 20:30:33 UTC
66d010a Reordered and slightly edited the highlights of changes. 26 November 1997, 17:37:31 UTC
6477380 Revamped README for release of 1.5b1. 26 November 1997, 17:07:02 UTC
7ea639b Added list of what's new in 1.5b1. Changed intro and some section titles. 26 November 1997, 16:36:28 UTC
4d8e7c5 Four more valuable contributors... 26 November 1997, 16:35:55 UTC
0b23348 The usual 26 November 1997, 15:44:34 UTC
back to top