Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
fedc6d0 Added SOLID definition. 16 December 1997, 17:54:18 UTC
5ca9033 Index the RFC822 reference (some other RFC references were alreaddy indexed). Add index reference to mailbox module; also remove comment that it's undocumented (it has been). 16 December 1997, 15:19:47 UTC
b532399 PhotoImage.put(): Fixed -to handling, including backward compatibility hack. Guido, please take a look at this. 16 December 1997, 15:03:43 UTC
8e07998 The \indexsubitem definition for the actual exceptions did not actually change the \indexsubitem value; fixed. 16 December 1997, 14:54:32 UTC
9d2f7d4 Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurrance escaped with \var{}. 16 December 1997, 14:43:37 UTC
5493205 Module names should be in \code{}. Added index reference to site module. 16 December 1997, 14:41:36 UTC
0514ce1 Descriptions for delitem(), __delitem__(): These delete a value, not set it. Lots of little nits: parameter names in text should be \var{}, etc. 16 December 1997, 14:29:48 UTC
4f496cc Fixed index module reference. 16 December 1997, 04:08:24 UTC
90f2e5e Added a named target for referencing. 16 December 1997, 04:06:33 UTC
bfc28bc Used a named target to form the reference to the Built-in Functions section. 16 December 1997, 04:06:06 UTC
6d2bdb6 Fixed index module reference. Changed references to regex/regsub modules to point to re. 16 December 1997, 04:04:25 UTC
3aa2895 Fixed index references to modules. (This is *not* the spam module!) 16 December 1997, 00:02:01 UTC
e14388c Fixed index references to modules. 15 December 1997, 22:28:38 UTC
19d5827 Fixed index references to modules. Made references to files use \file{} instead of \code{}. 15 December 1997, 22:23:52 UTC
356818e Fixed index references to modules. 15 December 1997, 22:20:33 UTC
8274f32 Fixed index references to modules. Changed regex reference to re. 15 December 1997, 22:19:46 UTC
f5eaa2e Fixed index references to modules. Added new index entry for mimetools module. 15 December 1997, 22:13:50 UTC
a51f5a4 Fixed index references to modules. 15 December 1997, 22:09:42 UTC
4af1814 \refmodindex{}: New macro, used to make an index reference to a module which is neither standard nor built-in. (Used for sitecustomize entry.) 15 December 1997, 22:08:14 UTC
9ab2b2e Fixed index references to modules. Placed references closer to usage. 15 December 1997, 21:59:33 UTC
54820dc Fixed index references to modules. 15 December 1997, 21:56:05 UTC
6206394 Changed illegal \stmodindex{} to \refstmodindex{}, added index reference to the stat module. 15 December 1997, 21:42:51 UTC
8a528bd Added some module references to the index. 15 December 1997, 21:40:15 UTC
207e57b Added definitions of \refbimodindex{} and \refstmodindex{}, which should be used to add index references for built-in and standard modules, respectively. Modified \bimodindex{} and \stmodindex{} to make the page number bold, to allow the defining instance of a module to stand out in the index. Check-ins which fix improper use of \bimodindex{} and \stmodindex{} will be made as fixes are applied. Misc. indexing updates will occur as a side effect in some cases. 15 December 1997, 21:37:45 UTC
d9dbfbd At the top, made it clear that the \bimodindex{} and \stmodindex{} are only used for the defining entry for the module, not every index reference. 15 December 1997, 21:20:03 UTC
80fb344 On NT, use a better template, ~XXX- where XXX is os.getpid(). 15 December 1997, 19:11:53 UTC
85f8b09 Add note about having to add some files to the VC 4.2 files. 15 December 1997, 18:31:32 UTC
aa6fa6b Patch by Oliver Andrich for Lunix using glibc. 15 December 1997, 18:07:10 UTC
92d91f5 Move %x test to nonstandard section because it appears to be locale specific. 15 December 1997, 18:06:19 UTC
97250cb Untested change to include gmp-mparam.h instead of gmp-impl.h. Chris Lawrence <quango@ix.netcom.com> 15 December 1997, 17:55:53 UTC
c0cc635 regex -> re 15 December 1997, 17:53:31 UTC
1eadb41 Patch (by Andrew Kuchling of course) to prevent named back references in the pattern to wear out the reference count on small integers. 15 December 1997, 17:33:24 UTC
f0413d4 Added tag_prevrange analogous to rag_nextrange. 15 December 1997, 17:31:52 UTC
330aafb For base 10, cast unsigned long to long before testing overflow. This prevents 4294967296 from being an acceptable way to spell zero! 15 December 1997, 17:27:35 UTC
30da0ea Believe it or not, some people have an empty group database. Prevent the test from failing there. 15 December 1997, 14:57:19 UTC
095f35a Changed \indexsubitem from ({\tt HTMLParser} method) to just (HTMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change. 12 December 1997, 05:34:35 UTC
1247cea Changed \indexsubitem from ({\tt SGMLParser} method) to just (SGMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change. 12 December 1997, 05:33:34 UTC
0add4c1 Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change. 12 December 1997, 05:32:31 UTC
a226cd8 This commit was manufactured by cvs2svn to create tag 'r15b2'. 12 December 1997, 00:09:34 UTC
98b9d77 Change _nametowidget to nametowidget -- it is a public interface. 12 December 1997, 00:09:34 UTC
d569242 add_idx(): Don't add unnecessary markup around the little markers stuck in the index to cross-references; an image doesn't benefit by being bold! 11 December 1997, 21:46:07 UTC
9e32666 Remove unneeded "import re". 11 December 1997, 21:41:13 UTC
105ff95 Typed in the relevant changes since 1.5b1. 11 December 1997, 20:35:47 UTC
5a978dc Doug Marien. 11 December 1997, 20:24:38 UTC
48d0437 AMK's latest version. 11 December 1997, 20:19:08 UTC
7980826 Prepared the README for 1.5b2. 11 December 1997, 18:01:47 UTC
3723152 Update to the Big Comment at the top of the file. It should better explain what the users of the various Emacsen have to do to get this all working. 11 December 1997, 17:23:13 UTC
7814ea6 Last minute fix to Text.window_cget(), which should properly Tcl-ify the option name (prepend '-', strip trailing '_'). 11 December 1997, 17:08:52 UTC
9afad04 Move the dbm module around and add an introductory paragraph for dbm, gdbm and bsddb, as suggested by Skip Montanaro. 11 December 1997, 16:20:36 UTC
d0ec761 Copy the change from ../getpathp.c here. 11 December 1997, 15:21:33 UTC
2dbabb2 Installer for beta-2. Use Program Files, register pythonw.exe to execute .pyw files. 11 December 1997, 05:16:20 UTC
1058d2e update the example without the example.def file 11 December 1997, 04:06:04 UTC
55b8b03 New instructions, take VC++ 5.x into account. 11 December 1997, 04:01:25 UTC
936c6de Adding VC 5.x workspace and project files 11 December 1997, 03:43:29 UTC
0decf6c Added tkappinit.c source, and define WITH_APPINIT. 11 December 1997, 03:42:40 UTC
4d35e6f yeah, yeah. 11 December 1997, 02:36:42 UTC
691d2ad Allocate one byte extra in some cases. 11 December 1997, 02:32:43 UTC
5ac00ac Fix problem detected by Greg McFarlane -- callbacks passed to bind_class() and bind_all() are destroyed when the widget to which they were passed is destroyed. 11 December 1997, 02:03:55 UTC
d1f4984 Jim Fulton writes: The attached patch adds the following behavior to the handling of REDUCE codes: - A user-defined type may have a __reduce__ method that returns a string rather than a tuple, in which case the object is saved as a global object with a name given by the string returned by reduce. This was a feature added to cPickle a long time ago. - User-defined types can now support unpickling without executing a constructor. The second value returned from '__reduce__' can now be None, rather than an argument tuple. On unpickling, if the second value returned from '__reduce__' during pickling was None, then rather than calling the first value returned from '__reduce__', directly, the '__basicnew__' method of the first value returned from '__reduce__' is called without arguments. I also got rid of a few of Chris' extra ()s, which he used to make python ifs look like C ifs. 10 December 1997, 23:40:18 UTC
79f016a Remove "Lib/test" from the default path; this is now a package! 10 December 1997, 23:38:26 UTC
bd49ac4 The 'l' flag (locale specific matching) has been renamed to 'L'. 10 December 1997, 23:05:53 UTC
d0753e2 At Barry's suggestion, plug the security leak by using an empty __builtins__ for all calls to eval(). This still allows someone to write string.atof("[1]*1000000") (which Jim Fulton worries about) but effectively disables access to system modules and functions. 10 December 1997, 22:59:55 UTC
90d62ab Since this module is used as a fallback in case no built-in modules have been configured, string.atof() should not fail when "import re" fails (usually because pcre is not there). This opens up a tiny security hole: *if* an attacker can make "import re" fail, they can also make string.atof(arbitrary_string) evaluate the arbitrary string. Nothing to keep me awake at night... 10 December 1997, 22:35:02 UTC
e680546 Don't specify base 0 to string.atoi when unpickling integers in text mode. The pickler always uses base 10 so the default base should be fine. (The base gets us in trouble when there's no strop module, as the atoi() in string.py only supports base 10. This is for JPython.) 10 December 1997, 19:36:41 UTC
87908f5 New names. 10 December 1997, 18:57:35 UTC
d58daff Planned release date for 1.5b2. 10 December 1997, 18:56:48 UTC
e44a8d9 Support uue and x-uue as short names for uuencode. 10 December 1997, 18:54:36 UTC
9ab94c1 Doc strings and reformatting with 4 spaces bty Mitch Chapman. Untabified and minor tweaks by me. 10 December 1997, 16:17:39 UTC
24e62e2 Modified quicksort by Raymund Galvin, after studying the GNU libg++ quicksort. This should be much faster if there are lots of duplicates, and otherwise at least as good. 10 December 1997, 15:14:24 UTC
3b99430 # Use proper temp subdir for intermediates. 10 December 1997, 15:12:23 UTC
d6af46d Need a cast when comparing type object in isinstance() 10 December 1997, 05:51:47 UTC
d555957 Start calling it 1.5b2 10 December 1997, 05:51:13 UTC
4fdd1fa Comment out CODE and DATA statements that are apparently obsolete. 10 December 1997, 05:50:55 UTC
d666eae Adding a new project: pythonw, or WinMain.c, containing a main program that doesn't have a console window attached. stdout/stderr are lost. This is handy though for things like grail. 10 December 1997, 05:50:18 UTC
736fe5e Document binary format and __init__-free unpickling. Added a pointer to cPickle. 09 December 1997, 20:45:08 UTC
a42c178 Turn the table for flags into a nested itemized environment. 09 December 1997, 20:41:47 UTC
c525e43 Add a test for a bad format character. 09 December 1997, 20:37:25 UTC
231a41e Add explicit check for correct next character in format at end of format. This will complain about illegal formats like "O#" instead of ignoring the '#'. 09 December 1997, 20:36:39 UTC
eefcba6 Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text. 09 December 1997, 19:47:24 UTC
8291bb3 Reference to PYTHONPATH should be PYTHONSTARTUP. 09 December 1997, 19:46:45 UTC
28f9a68 Added note about the module's obsolescence. 09 December 1997, 19:45:47 UTC
5bdea89 # Typos in the comments giving the names of two recently added distributions. 09 December 1997, 19:43:18 UTC
ba17905 Fix the way the version number is gotten out of the RCS revision. 09 December 1997, 19:39:12 UTC
1a24bb5 Fix the test for pow() -- no more TypeErrors are raised! 09 December 1997, 19:38:39 UTC
ebd05eb Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN. 09 December 1997, 19:35:48 UTC
8d9c2e3 LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES. 09 December 1997, 19:35:11 UTC
b978d18 Guess... :-) 09 December 1997, 16:56:41 UTC
3d20986 Checking in ConfigParser.py -- I don't see a reason why this can't be liberated. This was originally written by Ken and later revamped by Barry. 09 December 1997, 16:10:31 UTC
b1823ad v 0.8.3 -- add an option to suppress URL processing inside <PRE>, by Scott <scott@chronis.icgroup.com> 09 December 1997, 16:04:46 UTC
fc5d8b1 libainstall: Install Modules/Setup.thread in addition to Modules/Setup and Modules/Setup.local. Guido: I hope this is ok; it seems to make a lot of sense to get the whole trio of module config files installed as a set rather than doing it partially. 09 December 1997, 15:18:33 UTC
138dac5 Added more warnings about ni's demise. 09 December 1997, 15:03:41 UTC
7b8970a Deleting ni.py; renamed to ni1.py, really. 09 December 1997, 14:58:26 UTC
6599fb0 Make close(), and hence __del__(), robust in the light of the world being destroyed already. 09 December 1997, 14:18:33 UTC
19b55f2 Fix subtle bug in cleanup code in PyErr_NormalizeException(), detected by Marc Lemburg. There's a path through the code where *val is NULL, but value isn't, and value should be DECREF'ed. 09 December 1997, 14:11:39 UTC
a2e268a Mark file names with \file{} instead of \code{}. 09 December 1997, 03:28:42 UTC
41999c1 Doc strings by Mitch Chapman (with a little reformatting). Also reformatted the whole module with 4 spaces and no tabs. 09 December 1997, 00:12:23 UTC
1707aad Changed the finalization order again so that the reference count printing (when Py_DEBUG is defined) happens while there's still a current thread... 08 December 1997, 23:43:45 UTC
be1eb0d (1) call mktime() just before strftime(); it normalizes the buffer and may set the timezone name for BSD systems... (2) fake all of the timezone variables for the mac. 08 December 1997, 21:56:43 UTC
6a99984 Use long() instead of int() to compare mktime(localtime(t) with t... 08 December 1997, 21:48:01 UTC
c5aec05 Separated the definitions of ntohs(), ntohl(), htons(), htonl(). Separate descriptions really make things look a bit better, and should improve the ability to re-purpose the content. 08 December 1997, 21:25:41 UTC
back to top