https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
4e02a97 This commit was manufactured by cvs2svn to create tag 'r152a1'. 12 August 1998, 02:38:11 UTC
e03c050 The usual. 12 August 1998, 02:38:11 UTC
887d072 Get rid of mysterious bsddb.txt. 12 August 1998, 02:31:42 UTC
9b499d2 Define HAVE_STRERROR. 12 August 1998, 02:10:05 UTC
b034e1e Delete CurrentVersion instead of setting it. 12 August 1998, 01:55:26 UTC
5bf2864 Added dependencies between projects. 12 August 1998, 01:54:43 UTC
24edfbb Back out of a recent policy change (Mark Hammond disagreed). The registry always comes first and the default is always appended. 11 August 1998, 20:35:56 UTC
d105523 Two fixes to find_class: 1. Only DECREF the class's module when the module is retrieved via PyImport_Import. If it is retrieved from the modules dictionary with PyDict_GetItem, it is using a borrowed reference. 2. If the module doesn't define the desired class, raise the same SystemError that pickle.py does instead of returning an AttributeError (which is cryptic at best). Also, fix the PyArg_ParseTuple in cpm_loads (the externally visible loads) function: Use "S" instead of "O" because cStringIO will croak with a "bad arguments to internal function" if passed anything other than a string. 11 August 1998, 19:52:51 UTC
370f3c9 Bump RELEASE to 1.5.2a1. 11 August 1998, 19:38:00 UTC
f832f4c Clean things up just a bit. 11 August 1998, 19:36:35 UTC
15c417e Helper script used in creating navigation buttons. 11 August 1998, 19:35:03 UTC
9f7adc4 Get the <IMG> sizes right for the navigation buttons. 11 August 1998, 19:33:38 UTC
0ceaada New contributor. 11 August 1998, 19:23:31 UTC
3d16d3e Fredrik Lundh's font wrapper. 11 August 1998, 19:07:58 UTC
b4750db Added coords() and identify() methods to Scale class. 11 August 1998, 19:07:14 UTC
a69ada6 Ok, blank.pbm is free to go. The rest of these are new or replaced. The buttons are now all the same width. They have the transparency set right. They still need the attention of a designer. But they work, and we have a real button for the Modules Index. 11 August 1998, 18:52:33 UTC
1b9b210 I think this is the last of them. 11 August 1998, 18:50:04 UTC
7aac918 Gosh, there's a lot of them.... 11 August 1998, 18:47:26 UTC
704be95 More files never used here..... 11 August 1998, 18:42:30 UTC
27b3bc3 Reordered the news to make it more accessible. Also removed some dups. 11 August 1998, 18:42:26 UTC
e528458 Icons only needed if using the change control marks, which are bogus. 11 August 1998, 18:40:03 UTC
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
back to top