https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
fa38b3e This commit was manufactured by cvs2svn to create tag 'r152b1'. 22 December 1998, 21:43:35 UTC
45d2ae5 Use installed Tcl lib files -- also for Debug configuration 22 December 1998, 21:43:35 UTC
7aa9f58 Use installed Tcl lib files 22 December 1998, 21:18:40 UTC
0720177 Small, and final docstring merge with Dragon's version. 22 December 1998, 20:37:36 UTC
5cb48a4 Added a \versionchanged since the API changed to support namespaces with 1.5.2. Added an index entry. Fixed XML expansion: XML is the "Extensible Markup Language", not the "eXtended Markup Language". 22 December 1998, 18:46:13 UTC
66419ba Added Tcl 8.0.4 installer. Added Tools/idle. 22 December 1998, 18:45:16 UTC
292b9eb Added information on when this was added, allowing us to release the documentation on the Web while people are still using < 1.5.2b1. 22 December 1998, 18:40:50 UTC
ae48aab Update the date. 22 December 1998, 18:27:22 UTC
1189fa9 Adjust markup to match current conventions, and make it formattable. 22 December 1998, 18:24:13 UTC
768ac6b Start of text that describes differences between match and search. Strengthen pointers to the search() function and method. 22 December 1998, 18:19:45 UTC
5eecd7b Improve a couple of comments. 22 December 1998, 18:15:04 UTC
191f285 Use \moduleauthor and \sectionauthor instead of a comment to credit the author (just happened to notice this one). 22 December 1998, 18:06:02 UTC
7be0cde Add an explanation about what the example does and doesn't do. Fix an appearantly new behavior with latex2html with quoting. (Good incentive to work on the SGML conversion! ;) 22 December 1998, 18:04:48 UTC
2eff3c5 do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC repository. 22 December 1998, 18:02:25 UTC
782c973 Added libnetrc.tex and libshlex.tex to LIBFILES. 22 December 1998, 17:40:43 UTC
c822a45 Add warning to Netrc's docstring that it is obsolete -- use the netrc module instead. (The main advantage of the latter is that it comes with documentation.) 22 December 1998, 16:49:16 UTC
de8b026 Added shlex and netrc modules; added warning about urllib change affecting subclasses (which Jeremy just found out). 22 December 1998, 16:41:09 UTC
d449342 Optimistically, we label this as ready to go today. Also commit several improvements in the descriptions of the QNX and BeOS port, both by Chris Herborth. 22 December 1998, 16:37:01 UTC
af5add4 New test function by Sjoerd, adding -t option. 22 December 1998, 14:23:50 UTC
7ea1d97 The usual. # Message to all python-checkins readers: we have a problem with the # CVS mirroring software. You can't check out the latest changes yet. # We hope to have fixed this by noon EST today. 22 December 1998, 13:50:33 UTC
fdd3028 Fix for modulefinder so that it prints all modules an unknown module was referenced in instead of only the last. (Sjoerd Mullender) 22 December 1998, 13:44:01 UTC
f96cff2 Last-minute oopsie by Chris H. (Chris, please check that I did this right!) 22 December 1998, 13:40:55 UTC
343848b Last-minute update by Chris H. 22 December 1998, 13:35:29 UTC
3c8e54b Applied Fred's patch to fix the bugs that John Skaller noticed. 22 December 1998, 12:42:04 UTC
9c30c24 Adding shlex and netrc by Eric Raymond. 22 December 1998, 05:19:29 UTC
5e97c9d Adding libshlex and libnetrc by Eric Raymond. 22 December 1998, 05:18:24 UTC
a7d9bdf A few other docstring fixes, most importantly to be a little nicer to Emacs ;-) 22 December 1998, 03:24:27 UTC
4c4bec8 Nothing earthshattering, just some fixes to typos and other formatting bugs in various docstrings. 22 December 1998, 03:02:20 UTC
e96bd3f News for 1.5.2b1. Moved news before 1.5.1 to HISTORY. 21 December 1998, 21:45:04 UTC
9818d0f New names. Keep those contributions coming! 21 December 1998, 21:42:22 UTC
439d1fa Moved history up to and including 1.5.1 here. 21 December 1998, 21:41:14 UTC
44331ec Get rid of python_nt.def -- it's no longer needed! 21 December 1998, 20:44:53 UTC
a8b47fe I can't seem to do anything right :-) As Chris H. points out, I should have added 'extern' to the declaration of _PyThreadState_Current. Here it is. 21 December 1998, 20:21:19 UTC
6058eb4 Improve comment for PyImport_Import() as suggested by Bill Tutt. 21 December 1998, 19:51:00 UTC
65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names). 21 December 1998, 19:32:43 UTC
14f53a7 Chris H. adds MACHDEP=beos to the CCSHARED variable 21 December 1998, 19:28:37 UTC
d147a6c Renaming Lib/plat-beos1 to Lib/plat-beos at Chris Herborth's request 21 December 1998, 19:18:55 UTC
b1f97d6 Suggestion by Tim Peters clarifying what "before global" means. (Also added an XXX comment requesting clarification of module initialization -- TBD later.) 21 December 1998, 18:57:36 UTC
e848976 Clarify descriptions of some operations; it's not always clear that strings are not actually modified. Problem reported by Dr. Peter Stoehr <peter.stoehr@weihenstephan.org>. 21 December 1998, 18:56:13 UTC
3b02ddf Add a bunch of index entries related to retrieving information from the process table. 21 December 1998, 18:52:53 UTC
98c17b3 Marc-Andre Lemburg notes about statparse(): """ The message ID is returned lowercased and there is no way to access the original ID the server sent. Now at least some news servers are very picky about the case of the ID and return errors when fetching articles with mixed case given a lowercased version of the ID. The solution is simple: remove the string.lower() call. """ (I might add that the lowercasing was probably introduced as a result of sloppy copy-and-paste coding; there's a string.lower in a similar piece of code a bit higher in the source, that makes more sense -- it's lowercasing the group name.) 21 December 1998, 18:51:23 UTC
95864d3 Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush. (AMK: you should probably copy this into your patch set for pcre.) 21 December 1998, 18:35:49 UTC
885553e Use PyThreadState_GET() macro. 21 December 1998, 18:33:30 UTC
89ce454 Make sure that -t and -tt also work on strings passed to compile(). 21 December 1998, 18:32:40 UTC
b55f9ff 100 bottles of beer on the wall example. After a version by Fredrik Lundh that I found on the web somewhere. (I like mine better, but of course that may have to do with my alcohol consumption. :-) 21 December 1998, 18:30:20 UTC
275ea67 Add macro version of PyThreadState_GET(). This uses _PyThreadState_Current, defined in pystate.c. 21 December 1998, 18:28:10 UTC
18bc7c2 Make current_tstate a global, _PyThreadState_Current. This is to support a macro in pystate.h. 21 December 1998, 18:27:28 UTC
dfaac4d Add XXX comment about the need to add a dump() method to the Text widget -- no time to do this right now. 21 December 1998, 18:25:03 UTC
c08cc50 Add XXX comment about a test that doesn't seem right -- no time to explore this now. 21 December 1998, 18:24:09 UTC
0b56a3e A mod whose author I forget. (I must've mislaid the email. If it's yours, please let me know for propoer acknowledgement.) This avoids recompiling files that haven't changed; it adds a -f option to force recompilation. 21 December 1998, 18:23:38 UTC
91c8f59 Sjoerd Mullender: - Fixed a bug where a syntax error was reported when a document started with white space. (White space at the start of a document is valid if there is no XML declaration.) - Improved the speed quite a bit for documents that don't make use of namespaces. 21 December 1998, 18:15:28 UTC
5bc4abe replace missing zalloc initialization (test_zlib now runs successfully) 21 December 1998, 17:15:00 UTC
3625202 remove debugging fprintf (should have checked this before previous checkin) 21 December 1998, 16:40:21 UTC
c6769c5 Typo discovered by Just. 21 December 1998, 16:26:31 UTC
1f05708 Use __stdin__ instead of stdin to derive FileType -- safer against assignments. 19 December 1998, 23:53:33 UTC
1190ee3 Fred's sysconfig module. 18 December 1998, 23:46:33 UTC
a37e244 patches from Andrew NOTE: There is still a bug of some sort in the behavior of zlib. In at least one case, inflate returns Z_OK (which is typically interpreted to mean that more output space is needed) when it has finished inflating a buffer. This has been reported as a bug to the zlib maintainers; we may need to change the Python interface. 18 December 1998, 22:13:11 UTC
1924a06 Chris H. writes: If we're going to put the PyOS_strtol() proto in intobject.h we should include it here or the symbol isn't exported on PowerPC. 18 December 1998, 22:02:37 UTC
eb45232 Improved instructions by Chris H. 18 December 1998, 22:00:58 UTC
ee789b9 Initial checkin of distutils source files. 18 December 1998, 22:00:30 UTC
b083a9f Sjoerd Mullender writes: Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces. 18 December 1998, 20:17:13 UTC
6de7d0c When _PyString_Resize() reports failure, the variable referring to the string we wanted to resize is set to NULL. Don't Py_DECREF() those variables! (5 places) 18 December 1998, 19:46:59 UTC
654387e Fix the class browser to work even when the file is not on sys.path. 18 December 1998, 15:52:54 UTC
060f24c Forgot to check this in for Chris Herborth 18 December 1998, 15:37:14 UTC
33add0a Sjoerd Mullender: File names with "funny" characters get translated wrong by pathname2url (any variety). E.g. the (Unix) file "/ufs/sjoerd/#tmp" gets translated into "/ufs/sjoerd/#tmp" which, when interpreted as a URL is file "/ufs/sjoerd/" with fragment ID "tmp". Here's an easy fix. (An alternative fix would be to change the various implementations of pathname2url and url2pathname to include calls to quote and unquote. [The main problem is with the normal use of URLs: url = url2pathname(file) transmit url url, tag = splittag(url) urlopen(url) ] In addition, this patch fixes some uses of unquote: - the host part of URLs should be unquoted - the file path in the FTP URL should be unquoted before it is split into components. - because of the latter, I removed all unquoting from ftpwrapper, and moved it to the caller, but that is not essential 18 December 1998, 15:25:22 UTC
dc86a4e Added a -q ('quiet') option to tabnanny, which causes only the names of offending files to be printed. Good for emacs `tabnanny.py *.py` 18 December 1998, 13:56:58 UTC
ea51632 The usual 17 December 1998, 18:08:55 UTC
2666a15 Several tiny changes: - remove PowerPC specific compiler switch for BeOS (Chris Herborth) - FreeBSD/3 support - check for pthread_detach in libc instead of _create 17 December 1998, 18:07:35 UTC
0e1d0e9 Patch by Chris Herborth: have to use a const-correct prototype on BeOS or the compiler gets uppity. 17 December 1998, 18:03:10 UTC
5cd975c Patch by Chris Herborth: BeOS headers live in various non-standard places; luckily, there's an environment variable that lists them all. 17 December 1998, 18:02:15 UTC
fc4966b Changes for new BeOS port by Chris Herborth 17 December 1998, 18:00:33 UTC
476e49f Jim Fulton writes: This fixes a bug that can cause core dumps when doing seeks in input StringIO objects. This has a number of other clean-ups. 15 December 1998, 21:43:15 UTC
2edcf0d Move the prototype for dump_counts() to before where it is used. (This only applies when COUNT_ALLOCS is defined.) 15 December 1998, 16:12:00 UTC
38b92eb Sjoerd Mullender: When printing missing modules, also print the module they were imported from. 15 December 1998, 15:35:23 UTC
9c1696c (py-goto-beginning-of-tqs): Finds the beginning of the triple quoted string we find ourselves in, based on the passed in delimiter. (py-compute-indentation): Fixes for indentation errors when we land inside a triple quoted string. For example: def foo(): if os.path.isfile(o_pri_mbox_file) and os.path.isfile(o_pub_mbox_file): print """\ I found both a private and a public mbox archive file private: %s public : %s I won't move either file, but you should choose one and move it to %s You may want to merge them manually, but be careful about exposing private correspondences to the public.""" % ( o_pri_mbox_file, o_pub_mbox_file, mbox_file) *----indentation would be wrong on this line. 15 December 1998, 04:36:22 UTC
ef30092 Added most of the mechanism to change the strips from color variations to color constants (i.e. red constant, green constant, blue constant). But I haven't hooked this up yet because the UI gets more crowded and the arrows don't reflect the correct values. Added "Go to Black" and "Go to White" buttons. 15 December 1998, 01:04:38 UTC
6403991 A start on the TestModExp applet "Author" => "Contact" 15 December 1998, 01:02:51 UTC
107e623 grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2? 15 December 1998, 00:44:15 UTC
8860405 "Author" -> "Contact" 14 December 1998, 21:36:40 UTC
4c07f81 Fixed bug reported to Gregor Hoffleit: > mpz.mpz('\xff') should return mpz(255). Instead it returns > mpz(4294967295L). Looks like the constructor doesn't work with strings > containing characters above chr(128). Caused by using just 'char' where 'unsigned char' should have been used. 14 December 1998, 19:36:14 UTC
cada293 As noted by Per Cederqvist, new_buffersize() sometimes returns the buffer increment, and sometimes the new buffer size. Make it do what its name says, and fix the one place where this matters to the caller. Also add a comment explaining why we call lseek() and then ftell(). 11 December 1998, 20:44:56 UTC
68055ce When tracing references, reset the type and size of tuples allocated from the fast free list -- the type (at least) is reset by _Py_Dealloc(). 11 December 1998, 14:56:38 UTC
21ef088 Need to initialize self->safe_constructors early on to prevent crash in early dealloc. Patch by Andrew Dalke. 11 December 1998, 03:20:00 UTC
732aa2f Gregor Hoffleit writes: But IMHO, this problem really reveals an annoyance in Python's makesetup. makesetup puts the global include directories "$(INCLUDEPY) $(EXECINCLUDEPY)" in front of the directories defined by the module in Setup. Therefore global (potentially older) header files are preferred over the ones set by the module, which makes it hard to compile new versions of modules when the old versions are installed. AFAIK, the other way around is common practice for most other software. This patch to makesetup would be an potential fix for this problem, though I don't know if it breaks anything else. 11 December 1998, 01:10:29 UTC
aaed971 create_module_info(): New function: Modify a <section> to create a <moduleinfo> element based on various meta information, and strip some cruftiness. This is more usable for information extraction, and organizes the information more clearly. cleanup_synopses(): Rewrite to use create_module_info(), so this will work with multi-rooted "documents". 10 December 1998, 20:25:30 UTC
fee6abe Remove another {\rm ...} construct. Sheesh, where do these things come from? 10 December 1998, 19:57:52 UTC
4abcffb Don't pass around a list of known empty elements, since the ESIS contains "e" events for them. This wasn't used anyway. 10 December 1998, 18:31:37 UTC
46e9705 Remove prototypes for PyOS_strto[u]l -- Chris Herborth. 10 December 1998, 16:57:44 UTC
ca90605 Add more SET_LINENO instructions in long argument lists 10 December 1998, 16:56:22 UTC
f5046d1 Remove prototype for PyOS_strtol -- Chris Herborth. 10 December 1998, 16:54:48 UTC
cc34faa Add prototypes for PyOS_strto[u]l -- Chris Herborth. 10 December 1998, 16:54:17 UTC
9df827f Need to define DL_EXPORT, of course! 10 December 1998, 16:50:49 UTC
e18f887 No longer needed. 10 December 1998, 16:50:14 UTC
5de5420 Needed to add DL_EXPORT to (redundant?) extern decl of module init function. 10 December 1998, 16:49:28 UTC
fba0ba2 Added a transform to start cleaning up the modulesynopsis stuff a little; more thinking is needed about what we really want. 10 December 1998, 05:07:09 UTC
e9e0596 Nits. 10 December 1998, 05:04:21 UTC
c166331 Handle SGML variant as well as XML variant. SGML is *much* more likely to be used. 10 December 1998, 04:56:00 UTC
65e164f Removing the BeOS specific 'ar' utility -- no longer needed, says Chris Herborth. 09 December 1998, 22:24:27 UTC
030d2ec In read_multi, allow a subclass to override the class we instantiate when we create a recursive instance, by setting the class variable 'FieldStorageClass' to the desired class. By default, this is set to None, in which case we use self.__class__ (as before). 09 December 1998, 22:16:46 UTC
f8b3b94 In __getslice__, use self.__class__ instead of UserList. 09 December 1998, 22:15:01 UTC
back to top