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

sort by:
Revision Author Date Message Commit Date
c83d7ca Remove files we never used; l2h would only use these if you use the special "html" package, which we don't and won't. 11 August 1998, 18:31:35 UTC
af06a0b Use Perl's rename() function instead of system(); there's no need for two additional processes for each name change! 11 August 1998, 18:17:47 UTC
211f22c Added the test package under "Frameworks". 11 August 1998, 18:13:31 UTC
be21d98 Use repr() on the filename in EnvironmentError.__str__(). This displays funny characters, like spaces or control characters, more clearly (one of my pet peeves in error messages). Also only suppress the filename if it is None; display it if it is '', since that would be a genuine (illegal) filename passed in! 11 August 1998, 18:01:32 UTC
ee9306b Template file for \documentclass{manual}. 11 August 1998, 17:59:07 UTC
549cb6e Added a module docstring (that's all this module needs). 11 August 1998, 17:50:22 UTC
0618f5e Added step 0: copy this file to <somedir>/lib<module>.tex, and edit the copy. 11 August 1998, 17:43:45 UTC
bd40094 Updated to reflect recent changes. 11 August 1998, 17:41:20 UTC
6fa49e2 Prepping for 1.5.2a1 release... 11 August 1998, 17:31:39 UTC
2f343eb Moved to ../templates/module.tex. 11 August 1998, 17:30:02 UTC
1334147 Relocating file to Doc/templates. 11 August 1998, 17:25:48 UTC
df23ef4 Guess what -- BSD has bifurcated again. :-( 11 August 1998, 16:21:04 UTC
bd65706 Added new files to the LIBFILES variable. 11 August 1998, 15:50:35 UTC
5bdf88a Removed now-documented modules from the list. 11 August 1998, 15:49:09 UTC
23f414c Added new sections. 11 August 1998, 15:47:16 UTC
e72e1e0 Documentation for the compileall module. 11 August 1998, 15:46:42 UTC
4756bb3 Documentation for the py_compile module. 11 August 1998, 15:46:25 UTC
64c105d Added index entries. Small markup nits. 11 August 1998, 15:18:45 UTC
0506a43 Patch by Just van Rossum that changes how we search for submodules of frozen packages. (I *think* this means that we can now have a built-in module bar that's a submodule of a frozen package foo, by registering the built-in module with a name "foo.bar" in the table of builtin modules.) 11 August 1998, 15:07:39 UTC
bd3a527 Two patches by Jason Harper: - Faster conversion to string for binary bases: linear instead of quadratic! - Allocate smaller result for certain masking ops, e.g. (1L<<30000) & 1. 11 August 1998, 15:04:47 UTC
9279ec2 On the mac, shouldn't change the creator+type of the *source* file! 11 August 1998, 14:13:44 UTC
f6b6bbc Add a comment explaining that this script is probably not useful outside the standard Python documentation, since the mkhowto.sh script is. Let there be no doubts.... 11 August 1998, 14:10:40 UTC
4d46487 Make sure the icons/ directory is created even if only one document is converted. 11 August 1998, 13:18:52 UTC
916f7c1 Better check in the date from the last magic-fix-release. ;-) 11 August 1998, 13:14:08 UTC
6aa5d48 Control when/where navigation bars will appear: top & bottom of each page. Include an additional button to the module index in the nav. bars if we generate a module index. Still need a button image, but the ALT text should do for now. 11 August 1998, 03:14:50 UTC
ab9d6f0 Got all the 1.5.2 news that's fit to print. Now we may need to organize it better... 10 August 1998, 22:01:13 UTC
bc74ca5 Add a link to the Macintosh Module Reference here, too. 10 August 1998, 21:48:31 UTC
650e8a6 (imenu-example--python-method-regexp): Patch from Christian Tanzer: "3.67 fixes Imenu as far as classes are concerned, but some default values for function arguments are still not supported." This ought to fix that problem. 10 August 1998, 21:46:24 UTC
12c9294 (py-compute-indentation): Changes to the `t' condition which affect indetnation of normal statements: The regular expression that searches for indenting comment lines has been changed to not require a space/tab after the first `#'. We then explicitly look for py-block-comment-prefix depending on the value of py-honor-comment-indentation. I think this more accurately reflects the documentation for py-honor-comment-indentation. 10 August 1998, 21:44:37 UTC
3da987c Checking in BeOS specific socket module. 10 August 1998, 20:15:32 UTC
2b427c7 Nannified. 10 August 1998, 20:13:17 UTC
27d445f Nannified, and re-indented with 4 spaces. 10 August 1998, 20:12:34 UTC
cc221c4 Fixed a few lines that tabnanny complained about (one space before the tabs). 10 August 1998, 20:07:53 UTC
2880f6e Untabified and deleted trailing blank lines. 10 August 1998, 20:07:00 UTC
295da24 New section header style. Fix up a few synopses. 10 August 1998, 19:42:37 UTC
62e4369 do_cmd_moduleauthor(), do_cmd_sectionauthor(): Parallel the new macros. 10 August 1998, 19:40:44 UTC
b75c615 \moduleauthor, \sectionauthor: New macros to record attributions; no output. 10 August 1998, 18:41:43 UTC
c817e27 New style section headers. 10 August 1998, 18:40:22 UTC
23329d4 Some logical markup, some nits. 10 August 1998, 17:46:22 UTC
20392cc # mention Porting in list of files 10 August 1998, 16:38:58 UTC
6ca3def mini-faq on porting python 10 August 1998, 16:36:48 UTC
71c3adb #Typos from previous checkin 10 August 1998, 16:34:33 UTC
41a05c7 Huge number of docstring changes, typo fixes, rewordings, GNU standard conformations, etc., etc. inspired and given by Michael Ernst. These include error string fixes, moving of comments to docstrings, some other non-related typos, terminology standardizing (b/w TP and myself, and b/w myself and myself :-) although more can still be done. E.g. "outdenting" => "dedenting". 10 August 1998, 16:33:12 UTC
482e82a Corrected some spelling and one technical error. 10 August 1998, 13:18:11 UTC
e7f3953 A script by Mark-Andre Lemburg to produce the PC/python_nt.def file automatically. 10 August 1998, 13:12:22 UTC
a9ca42d Vladimir Marangozov's explanatory message. 10 August 1998, 01:56:14 UTC
d895749 New warnings to the uninitiated reader. 10 August 1998, 01:54:40 UTC
d741f4c Added a bunch of symbols detected by Marc Lemburg's script. 09 August 1998, 04:00:05 UTC
c3e3e64 There's a bunch of files that shouldn't be included in libpython*.a! 09 August 1998, 03:55:31 UTC
37ea410 # New version; not clear what happened. 08 August 1998, 23:48:26 UTC
43ff114 Sigh. More restructuring was needed. Make an explicit test for whether the prefix is in fact the source directory, and then don't use the registry. 08 August 1998, 23:40:40 UTC
7fb6688 Get rid of python15.lib; add some incl files 08 August 1998, 21:04:19 UTC
3804d7e Add PyEval_CallFunction() and PyEval_CallMethod(). 08 August 1998, 20:55:59 UTC
3d109a0 Add missing prototypes for PyEval_CallFunction() and PyEval_CallMethod(). 08 August 1998, 20:53:36 UTC
c4099e6 # Fix strange type (methonname instead of methodname). 08 August 1998, 20:51:26 UTC
b58dff5 Play games with version numbers; add lib-tk to path. 08 August 1998, 20:11:02 UTC
f4edff0 More files to be ignored. 08 August 1998, 20:07:20 UTC
c499572 This file's previous log message is bogus. The real change is that when it gets the path from the registry, it no longer appends the default path to the end (which would mostly be a duplication). 08 August 1998, 20:05:31 UTC
be10c20 Now include Python.h 08 August 1998, 20:01:22 UTC
639ccae This file's previous log message is bogus. The real change is that it now includes "Python.h". 08 August 1998, 20:00:49 UTC
67ab672 Different version games: - MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's extensions won't have to be changed. - FILEVERSION and PRODUCTVERSION are set to 1,5,2,1. (The last number could be the build# or the alpha release# or so.) 08 August 1998, 19:58:59 UTC
e2d81cd Jim Fulton's patches to get rid of the class_map(). 08 August 1998, 19:40:10 UTC
1a87be1 Shouldn't include the lib pragma when building python15.dll itself! 08 August 1998, 18:25:43 UTC
4443830 Added _PyTuple_Resize to list of exported symbols. Don't know how it could hide so long... 08 August 1998, 17:40:28 UTC
1b34424 (py-execute-region): When temp-names are broken (Emacs 19.34), a serial number isn't enough to uniquify the temp file name -- what if two users are on the same machine? Add in the (emacs-pid) to help further. Should never be tickled on Emacs 20, XEmacs 20, 21. 07 August 1998, 22:24:16 UTC
4d10b43 insert_index(): Take two additional parameters: $columns and $letters. Call buildindex.py appropriately. add_idx(), add_module_idx(): Add the appropriate parameters to the calls to insert_index(). 07 August 1998, 20:51:58 UTC
077fffa The letter headings must be requested explicitly with --letters. 07 August 1998, 20:49:54 UTC
aa3f9fb By default, use a two-column index. 07 August 1998, 19:52:37 UTC
7cbf462 Allow multi-column indexes to be produced. 07 August 1998, 19:50:13 UTC
449fdf1 The doc string for setDaemon() disagreed with the implementation. The implementation wins. 07 August 1998, 19:15:20 UTC
66da9d6 re is standard, not built-in. 07 August 1998, 18:57:18 UTC
ed9dcc1 Clarify that the Python interpreter lock need *not* be held by PyInterpreterState_New() and PyThreadState_New() -- but that you may use it to serialize calls to them. 07 August 1998, 18:28:03 UTC
cdf6af1 Document gethostbyname_ex(). 07 August 1998, 18:07:36 UTC
96e1102 Updated list of Library Reference files. Added some dependencies to some of the HTML generation targets. 07 August 1998, 18:01:37 UTC
d89fa0c Add built-in string variables 'quit' and 'exit' that display a hint on how to exit (in a platform dependent way!). We use os.sep to determine which platform we're on, since I expect that this will work better for minority platforms. 07 August 1998, 18:01:14 UTC
aee5e26 Add warning that mutable argument defaults are evaluated only once; with examples and workaround. This keeps coming up, and I believe that this section in the tutorial may have been (in part) the source of the confusion. While it didn't show examples with [] for a default, it also didn't emphasize enough why that would be a bad idea, and while it did say that defaults are evaluated at the point of function definition, the example was not relevant for this issue. 07 August 1998, 17:45:09 UTC
1a0b872 At least mark the URL to the Packages essay using \url. 07 August 1998, 17:40:20 UTC
5ee808d Fix synopsis. 07 August 1998, 17:37:15 UTC
730d837 Clarify that quit() and close() render the instance useless. 07 August 1998, 17:36:59 UTC
161edc2 Added file transfer to example. 07 August 1998, 17:30:49 UTC
0cb7620 Guido's white background. 07 August 1998, 16:43:29 UTC
92a6ed9 Minor refilling of a paragraph... 07 August 1998, 16:33:51 UTC
70da192 im_function --> im_func 07 August 1998, 16:28:13 UTC
60c3caf In the example, make sure all the imports are done. 07 August 1998, 16:03:32 UTC
3700b6f Markup nits. 07 August 1998, 16:02:28 UTC
c18a6f3 Clarify xdrlib synopsis. 07 August 1998, 16:01:15 UTC
2d62395 Fix typo in binascii synopsis. 07 August 1998, 16:00:30 UTC
150ee43 Removed obsolete chapter header. 07 August 1998, 15:58:54 UTC
f44c485 New organization of internet modules into protocols/support and data chapters. 07 August 1998, 15:58:31 UTC
29fe944 New chapter headers for Internet Protocols and Internet Data chapters, which replace the existing internet chapter. 07 August 1998, 15:56:52 UTC
d795c5c Fix synopsis for multifile. 07 August 1998, 15:55:14 UTC
446f033 For Win32, added pragmas specifying the python15[_d].lib library. 07 August 1998, 15:32:00 UTC
2c2f731 [Sjoerd Mullender] Don't use CL module since all constants are now in cl. 07 August 1998, 15:28:23 UTC
1015be3 [Sjoerd Mullender] Fixed infinite loop when a message ends prematurely in some circumstances. 07 August 1998, 15:26:56 UTC
5ff1761 From: "Fredrik Lundh" <fredrik@pythonware.com> Date: Fri, 7 Aug 1998 13:37:12 +0100 the "initialcolor" code is broken in several places in the current version of tkColorChooser. I've attached an up- dated version for 1.5.2. 07 August 1998, 14:55:21 UTC
a42c1ee Added note() message to Page class -- this was used but didn't exist. (The alternative would be to call self.checker.note() but since self.checker might be None that's not quite right. 06 August 1998, 21:31:13 UTC
399fea8 Shorten the module synopsis. 06 August 1998, 21:30:32 UTC
72d157e Shorten the module synopsis. 06 August 1998, 21:23:17 UTC
9940bd7 Variant of AMK's patch to produce text versions of HOWTO documents. This ensures that the text version uses latex2html's -split 1 option, without affecting HTML produced in the same run, and also minimizes the number of l2h runs needed if --split 1 was used for an HTML run. 06 August 1998, 20:15:20 UTC
6446212 Time machine experiment. Use '__name__' as the special key (always present) that refers to the section name. Also added a (slightly) better InterpolationError error message, which includes the raw string. 06 August 1998, 18:48:41 UTC
back to top