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

sort by:
Revision Author Date Message Commit Date
b8a7d72 Moved icons into the html directory to avoid pollution of the top level. 15 February 1999, 21:42:47 UTC
6b6e61d (finally) unified the interpreter and the applet as Just suggested ages ago. The resulting program is called PythonInterpreter. 15 February 1999, 21:33:34 UTC
66b989c Be explicit about the reference count of the original value of the first parameter to PyString_Concat(). 15 February 1999, 20:15:39 UTC
4d33e4e HTMLBASE: New variable. Make it easier to check an "installed" copy of the HTML documents using the webcheck target. When there's not a usable .aux file, use mkdvi.sh --aux instead of building the .dvi completely. This makes the most difference for the library reference. 15 February 1999, 19:29:08 UTC
efa641c Add an optional parameter to make the script run latex only once to generate an .aux file. This can make HTML generation a bit faster when print formats aren't needed. Explained parameters in a comment. 15 February 1999, 19:27:07 UTC
3618c14 Use a common definition for $(SUBMAKE) instead of repeating everything all over the place. 15 February 1999, 16:50:28 UTC
aa1afa8 Added availability notes for samefile(), sameopenfile(), samestat() since these are not available on Windows. 15 February 1999, 16:34:00 UTC
5d59d3d Added --l2h-config option to add additional initialization files for latex2html. Can be useful in setting up things like the upward external link for the top of the documents. 15 February 1999, 16:27:42 UTC
ec9fbe9 Added section "Providing a C API for an Extension Module" by Konrad Hinsen. "\C{}" --> "C" 15 February 1999, 16:20:25 UTC
efd146c Markup nits. Added section on module objects; described functions in moduleobject.c. 15 February 1999, 15:30:45 UTC
69d49d6 Set target. 15 February 1999, 15:02:21 UTC
98cc19f Patch by Chris Petrilli to display the origin of a module in its repr() -- either "(builtin)" or "from '<filename>'". 15 February 1999, 14:47:16 UTC
e784f1e Add PyModule_GetFilename(). 15 February 1999, 14:43:11 UTC
cdcc0f0 AskPassword(): added reference to the module doc string; added support for autoKey events. --jvr 15 February 1999, 00:04:05 UTC
3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The resulting program is called PythonInterpreter. 14 February 1999, 23:12:06 UTC
f32834c Minor fix that helps out with the index. 12 February 1999, 22:06:32 UTC
9474d86 Make sure all HTML pages generated from this section have reasonable names. Markup nits. 12 February 1999, 22:05:33 UTC
5761b76 L2HARGS: Specify the HTML version we're producing, since this is what we generate anyway. 12 February 1999, 21:42:23 UTC
2d2b6a0 Markup nits. 12 February 1999, 20:40:49 UTC
99cd573 Minor markup nits. 12 February 1999, 20:40:09 UTC
7b84972 Use the shorter form of Christopher Petrilli's email address. 12 February 1999, 20:09:59 UTC
28bc711 Added section for MimeWriter, contributed by Christopher Petrilli <petrilli@amber.org>. This spells the end of another whole section in the undoc chapter! 12 February 1999, 19:26:09 UTC
f7bf3b2 Added entry for MimeWriter module. 12 February 1999, 19:24:02 UTC
15799ed Make table headers the same color as the navigation bars so they stand out a little better. Make sure the boxes for the last column of tables always get drawn; these are often left empty of content when used as a "Notes" column. They look a little better this way. 12 February 1999, 19:23:17 UTC
7a9ed71 Moved the navigation-bar background color to a variable. 12 February 1999, 19:00:38 UTC
26b698f Document <complex #>.conjugate(). 12 February 1999, 18:27:31 UTC
15988fd Documented __complex__(), made sure all the discipline names hit the index. 12 February 1999, 18:14:57 UTC
72ce858 Fix by Chris Petrilli (to his own code) to limit the number of iterations looking for expansions to 10. 12 February 1999, 14:13:10 UTC
561df24 Changed case on cm and qt modules, removed last references to toolboxmodules. 12 February 1999, 10:33:47 UTC
87352f8 Build all plugins modules separately, the PlugIns.prj project seems to have stopped working. 12 February 1999, 10:29:06 UTC
c731723 Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it exists. 11 February 1999, 14:41:46 UTC
a598bc4 Updated for the new one-slb-per-extension scheme. Added a few references to cvs locations for external libraries. img now builds in its own Extensions folder. 10 February 1999, 23:08:24 UTC
b92268a Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink. 10 February 1999, 22:38:44 UTC
eef0486 Try a new commit, hoping it'll fix the problems with this project on flap. 10 February 1999, 21:18:26 UTC
2e1ee3e Fix up some routines to coordinate the "indexsubitem" stuff so that the subitem text is updated correctly when each module section is processed. Print [<modulename>] when we start on \declaremodule so we can more easily track progress during the library reference. 10 February 1999, 21:17:04 UTC
72e5a90 Remove unnecessary <p> from top navigation bar. 10 February 1999, 17:35:41 UTC
ec5c0b4 Revert previous change; there's a better way to do it. 10 February 1999, 17:08:00 UTC
00f7da4 Patch by Steve Clift -- fix the indices now that f_fsid is no longer returned! 10 February 1999, 13:12:07 UTC
49fc666 Use typeFloat for all floating point values. The previously used typeExtended was a Think-ism that must have stopped working years and years ago without anyone noticing. 10 February 1999, 09:51:35 UTC
ca74da4 Got rid of the file-global PosixError. This was redundant since it was just an alias for PyExc_OSError and the way we were doing it was causing a (small) memory leak anyway. Just use PyExc_OSError everywhere. 09 February 1999, 19:31:45 UTC
95474f9 Change the navigation bar to be a little prettier and more consistent with the python.org style. 09 February 1999, 18:45:50 UTC
2e7840f The usual. 09 February 1999, 18:40:13 UTC
01b7ced On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws up the _tkinter main loop. Not clear why; the _kbhit() call _tkinter makes probably confuses the stdio library when buffering isn't set to whatever it is by default. 09 February 1999, 18:36:51 UTC
446ab75 New blank icon to match the others in size & color, with without any symbol on it. 09 February 1999, 18:27:21 UTC
2d1f81e do_cmd_maketitle(): Small nit in creating the "title page". 09 February 1999, 16:03:31 UTC
1a4c539 Back out some of the fine tuning; something in all that interacted badly in practice and botched the whole thing. Wasn't obvious when looking at the local effects (which worked), but completely broke entire pages. ;-( 09 February 1999, 15:31:52 UTC
d1f66dc Fix buglet in load_put -- the test for bad readline result tested the wrong variable. 08 February 1999, 22:38:25 UTC
c54367a Uwe Zessin. 08 February 1999, 22:29:40 UTC
ec119a3 Don't crash if a window no longer exists. 08 February 1999, 22:27:49 UTC
5ec13c5 Restructured a bit. 08 February 1999, 22:27:18 UTC
7d83a5e The variable TESTPATH should be initialized to empty. The test code is now accessed as a package. 08 February 1999, 21:49:22 UTC
ce67f06 Update documentation to reflect changes to Queue.py by Tim Peters. 08 February 1999, 18:43:13 UTC
9e1721f Tim Peters: + Implements a put_nowait method. + Adds a corresponding Queue.Full exception. + Simplifies the implementation by adding optional "block" args to get() and put(), and makes the old get_nowait() and new put_nowait() one-line redirections to get() and put(). + Uses (much) simpler logic for the nowait cases. + Regularizes the doc strings to something closer to "Guido style" <wink>. + Converts two stray tabs into spaces. + Removes confusing verbiage about the queue "not being available" from the docstrings -- never knew what that meant as a user, and after digging into the implementation still didn't know what it was trying to say. 08 February 1999, 18:34:01 UTC
68de064 The writelines() function was never tested and contained numerous bugs (including a docstring saying "blah"). Fixed all this. (Please review for potential memory leaks!) 08 February 1999, 17:03:27 UTC
c55b0ca Put a try-except around the "image delete" call in Image.__del__ to avoid tracebacks when the root is destroyed before the image object. 08 February 1999, 15:26:49 UTC
7f1653c new dangerous script: it removes all apps (except sys.executable), shared libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr 07 February 1999, 16:36:22 UTC
e058189 Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as argument and return a Control or Menu object. 07 February 1999, 14:02:03 UTC
b068789 Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules into the config file. This define is also automatically set if USE_TOOLBOX is defined. 07 February 1999, 14:00:50 UTC
fd44e3d Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules into the config file. 07 February 1999, 13:59:49 UTC
fa155a1 Don't create symlinks to toolbox modules any more. 07 February 1999, 13:59:06 UTC
496cae7 Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore. Moved other toolbox modules to their own .slb file. 07 February 1999, 13:57:11 UTC
6d3d6e4 Added Extensions:img:Mac to default sys.path 06 February 1999, 17:56:59 UTC
6c45a82 - img modules are no longer in PlugIns folder - Added a dependency on toolboxmodules to icglue.cfm68k 06 February 1999, 17:46:21 UTC
8eea5ba img modules are no longer in PlugIns folder. 06 February 1999, 17:44:28 UTC
8f81a22 Some weird symbol (M_I386) was used to decide whether to include the audioop module; this was no longer defined. Use MS_WINDOWS instead. (I have a feeling that this was for the WATCOM port; too bad.) 05 February 1999, 22:34:57 UTC
d42e46e Ehm, when we don't need to byteswap the data, don't go through an array object at all. 05 February 1999, 22:32:11 UTC
ebb9c92 Two important fixes: (1) on a little-endian platform, don't byteswap; (2) in _patchheader(), there was a missing self._file argument to a _write_long() call. 05 February 1999, 22:28:17 UTC
2aaeb52 fixed problem with "reloading" sub-sub-modules -- jvr 05 February 1999, 21:58:25 UTC
14162ab The encoding type was wrong, I think. 05 February 1999, 20:57:44 UTC
2013ba4 Should open files in binary mode! Also finally get rid of some obsolete commented-out access statements. A note about the previous checkin: I believe it's correct, but I found something strange: the file Lib/test/audiotest.au in the Python distribution was evidently encoded in u-LAW format but had its encoding set to 2, i.e. linear-8. I hope that this is a mistake caused by some conversion program that produced this .au file; I just found it on a website. 05 February 1999, 20:55:16 UTC
dfb4e24 Respond to suggestion from "Albert" <hat@se-46.wpa.wtb.tue.nl> to add document titles to the list of files. Also added total page count and a note that comments should be directed to python-docs@python.org. 05 February 1999, 20:50:59 UTC
5ebeea0 Shouldn't be treating linear-8 as u-law! 05 February 1999, 19:59:27 UTC
2ff880e More magic to tighten up a little of the formatting. 05 February 1999, 18:31:29 UTC
f9918f2 Minor nit to prevent dropping a space in the HTML generation. 05 February 1999, 18:30:49 UTC
e600578 Add winsound -- by Toby Dickenson with permission. 04 February 1999, 22:40:42 UTC
f9ffb03 Jim Fulton: this fixes seg faults with bad pickles like "c". 04 February 1999, 14:54:04 UTC
d673d48 Document sameopenfile(), samestat(). 03 February 1999, 22:31:30 UTC
0256c1f Document splitdrive(). For all split*(), these split path *into* pairs, not split path *in* pairs. "Into" can be used for transformations, "in" is for containment. 03 February 1999, 19:24:44 UTC
ead9d8d New test for ntpath module 03 February 1999, 17:21:21 UTC
534972b New splitdrive() that knows about UNC paths (e.g., network paths like \\host\mountpoint\dir\file). By Larry Hastings. Also cleaned up some docstrings. 03 February 1999, 17:20:50 UTC
0c9608c Portability fix for [f]statvfs() return tuple: no longer return the f_fsid field, since it's not a scalar on all systems supporting this call (in particular, it's a tuple of two longs on AIX). Since it's not particularly useful, just nuke it. Adapted the doc strings too. 03 February 1999, 16:32:37 UTC
c256ece Partly updated to reflect the new organization and the availability of CVS access. Will still need a bit of work when all plugins are separated, probably. 03 February 1999, 13:09:27 UTC
33a5d7e Just's script to find non-7-bit-clean charactres in a source tree (slightly modified by Jack to skip files that are binary despite the TEXT type). 03 February 1999, 12:07:14 UTC
7bcd84d updated to the new numpy build setup -- jvr 02 February 1999, 23:58:50 UTC
579ed77 Never mind, this belongs in the PC subdirectory, and besides Toby Dickenson sent me a more functional (if lower level) wrapper around PlaySound. 02 February 1999, 23:41:44 UTC
edab939 re-checkin with "ISO-8859 translation" turned on. 02 February 1999, 22:31:05 UTC
b8bf163 added some comments 02 February 1999, 22:27:41 UTC
2e3f7be Fredrik Lundh fixes Sjoerd's patch... """Sjoerd's version stores unbound methods. that's not good enough ;-) Here's an alternative implementation of fixdict.""" 02 February 1999, 22:15:24 UTC
dbd37df Remove three items. 02 February 1999, 19:03:09 UTC
215fe2f Fix the os/posix documentation issue. 02 February 1999, 19:02:35 UTC
dda199b Moved \versionadded to end of description sections. 02 February 1999, 19:01:37 UTC
12ba786 Moved posixpath to os.path. 02 February 1999, 19:00:37 UTC
560bcae Added posixpath, winsound. 02 February 1999, 18:59:58 UTC
a9b9bf9 Change this to be os.path. Use consistent parameter naming with the os documentation (paths always named "path" or "path1", "path2"...). 02 February 1999, 18:58:33 UTC
bb79438 This seems to fix a problem with targeting from the indexes. 02 February 1999, 18:57:12 UTC
2116d98 Make \versionadded and \versionchanged less prominant -- neither bold nor a separate paragraph. 02 February 1999, 18:02:48 UTC
d0bceee Move \versionadded macros to end of descriptions. 02 February 1999, 18:00:40 UTC
09da65e Patch by Sjoerd Mullender to placate /F: Clarified (hopefully :-) the documentation of elements and attributes variables. 02 February 1999, 17:55:12 UTC
cc2c291 Patch by Sjoerd Mullender to placate /F: Fix leaking of instances by removing the elements variable that we created on closing the parser. The elements variable is now created in the reset() method, so that the sequence close(); reset(); ... works. Also, add the name of the entity reference that wasn't found to the error message. 02 February 1999, 17:54:38 UTC
7e3535c Added documentation to the docstrings for the W*() functions that take a process exit status as a parameter. 02 February 1999, 16:37:11 UTC
back to top