https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
d60ec8f This commit was manufactured by cvs2svn to create tag 'r152b2'. 18 February 1999, 16:04:35 UTC
126cbfa Updated for 1.5.2b2 release. 18 February 1999, 16:04:35 UTC
74608e6 New in 1.5.2b2. 18 February 1999, 16:02:20 UTC
8a06aea Couple of new names. 18 February 1999, 16:01:43 UTC
b0f99a6 Comment out confusing write call. 18 February 1999, 14:22:05 UTC
29fb54f Update note about the (...) format specifier for PyArg_ParseTuple(). 18 February 1999, 03:50:01 UTC
951eea4 atof() description: Add information about accepting 'NaN' to produce the NaN value. 18 February 1999, 03:49:20 UTC
594b3d6 Some new stuff. Get the HTML docs via a new variable. Comment out freeze script (doesn't work at all). Add dialog to get program manager group. 17 February 1999, 23:53:35 UTC
66368cc Patch by Tommy Burnette to accept an arbitrary sequence when "(...)" is used in the format string, instead of requiring a tuple. This is in line with the general trend towards accepting arbitrary sequences. 17 February 1999, 23:16:43 UTC
127ed0a Updated list of standard exceptions in section 4.1. 17 February 1999, 23:09:05 UTC
a89b98f News in 0.3. 17 February 1999, 22:47:41 UTC
8e01517 Small updates and grammatical adjustments. Remove comment about this manual being out of date from the abstract. 17 February 1999, 18:12:14 UTC
dce019e Bump version to 0.3. 17 February 1999, 17:37:24 UTC
1a566ff When the parameter to PyInt_AsLong() has already been checked with PyInt_Check(), use PyInt_AS_LONG() instead (two places). 17 February 1999, 17:35:53 UTC
8f2918f After all, we don't need to call the callbacks ourselves! 17 February 1999, 17:34:58 UTC
be5f2f1 When deleting, call the callbacks *after* deleting the window from our list! 17 February 1999, 17:34:25 UTC
d804f4e _safe_repr(): Simplify the condition tests in the first possible return path. 17 February 1999, 17:30:52 UTC
c4f752f Fix up the Windows menu via the new callback mechanism instead of depending on menu post commands (which don't work when the menu is torn off). 17 February 1999, 17:20:50 UTC
5437ddf Support callbacks to patch up Windows menus everywhere. 17 February 1999, 17:19:37 UTC
a79a93f Oh, why not. Checking in the Emacs-generated change log. 17 February 1999, 16:20:08 UTC
3b4e2f0 (py-shell): Added optional argprompt, which will prompt for additional switches to pass into the shell process (only on initial startup). 16 February 1999, 23:52:46 UTC
aa384fd (py-default-interpreter): New variable which selects whether CPython or JPython is the default interpreter to use when `C-c !' is entered for the first time. 16 February 1999, 23:36:16 UTC
33698f8 Removed old dynamic linking chapter. Integrated information on Windows DLLs from Chris Phoenix (Thanks!). Added "Acknowledgements" area to thank contributing authors. 16 February 1999, 23:06:32 UTC
a0d5d70 # Accidentally checked in a test version of this file with a bogus # "import fooblurg" :-) 16 February 1999, 23:05:46 UTC
2f7bfaf Remove all email addresses. 16 February 1999, 22:51:09 UTC
9ea3289 Only pop up the stack viewer when requested in the Debug menu. 16 February 1999, 22:34:17 UTC
6724835 Use the portable form of initializing the ob_type field for new types. 16 February 1999, 22:15:42 UTC
71ddcd8 Finn Bock. 16 February 1999, 21:30:18 UTC
3de61bc Integrated notes on building extension modules on Windows, by Neil Schemenauer <neil_schemenauer@transcanada.com>. Thanks, Neil! 16 February 1999, 21:14:16 UTC
f6838c0 Copy in the stylesheet after latex2html is done. 16 February 1999, 20:43:53 UTC
fcf57ad Copy in the stylesheet after latex2html is done. 16 February 1999, 20:28:25 UTC
90fdda5 Become more stylesheet-friendly. 16 February 1999, 20:27:42 UTC
00d98ee CSS style sheet for the documentation. 16 February 1999, 20:27:08 UTC
63f2177 Bump release to 1.5.2b2. 16 February 1999, 20:23:55 UTC
f43ce00 Make sure errors get propogated. 16 February 1999, 20:05:43 UTC
5d856fc The usual 16 February 1999, 20:05:35 UTC
0b07035 Add source file winsound.c and library winmm.lib 16 February 1999, 19:56:27 UTC
85a59dd The _O_* constants are defined as O_* in the os module. 16 February 1999, 19:41:01 UTC
9329e5e Remove "_" from the P_* symbols used with the spawn*() functions. 16 February 1999, 19:40:19 UTC
6543e88 Check for potential error returned by _ungetch(). 16 February 1999, 19:40:02 UTC
7d38529 The symbols P_* (for spawn*(), MS specific) should not have a leading underscore after all, for consistency with the O_* symnbols. 16 February 1999, 19:38:04 UTC
c7b72db Added chapter on Windows modules, including msvcrt and winsound. 16 February 1999, 19:18:38 UTC
a5fab7f Added some files to the library reference. 16 February 1999, 19:08:16 UTC
abfd7d6 Small grammatical fix; missing comma. 16 February 1999, 17:34:51 UTC
295fb43 Make it clear that Demo/embed/ is from the source distribution. 16 February 1999, 17:29:42 UTC
beb27bf Make navigation panels more CSS-friendly. Make sure the contents page always has the "table of child links" turned off; this wasn't being handled properly by latex2html for "howto" ("article") documents, so just do it ourselves for all document types. 16 February 1999, 17:22:32 UTC
d14e973 Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not "python modulator.py EXAMPLE.py") and that it's only there in case you don't have Tkinter. 16 February 1999, 17:19:39 UTC
e96a31d Use the same markup for email addresses as is produced by using \email in the LaTeX sources. 16 February 1999, 16:16:37 UTC
208c15a Added optional arguments to dialogs to allow setting of button titles. 16 February 1999, 16:06:39 UTC
ed52a20 In open_ftp(), check that retrlen is not None before using it in a %d format! 16 February 1999, 15:10:12 UTC
b8c3cbd Fixed totally bogus conversion factors used in the Win32 version of os.times(). 16 February 1999, 14:37:28 UTC
cce8d2a Adjust cellspacing attribute of the navigation bar tables to get some space between cells on all (major) browsers. 16 February 1999, 14:21:54 UTC
3c7ce60 Updated for new folder layout (but not fully tested yet). 16 February 1999, 00:18:53 UTC
72a027f Replaced .hqx project file by binary version, and updated to current CW. 16 February 1999, 00:18:15 UTC
68ecab4 Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k standalone Python compile. 15 February 1999, 23:34:56 UTC
6f9dd5d Remove stuff related to copying the icons directory around -- just isn't needed. 15 February 1999, 21:43:55 UTC
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
back to top