summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a link to the Macintosh Module Reference here, too.Fred Drake1998-08-101-0/+3
* (imenu-example--python-method-regexp): Patch from Christian Tanzer:Barry Warsaw1998-08-101-1/+1
* (py-compute-indentation): Changes to the `t' condition which affectBarry Warsaw1998-08-101-9/+15
* Checking in BeOS specific socket module.Guido van Rossum1998-08-102-0/+266
* Nannified.Guido van Rossum1998-08-101-3/+2
* Nannified, and re-indented with 4 spaces.Guido van Rossum1998-08-101-88/+88
* Fixed a few lines that tabnanny complained about (one space before theGuido van Rossum1998-08-101-5/+5
* Untabified and deleted trailing blank lines.Guido van Rossum1998-08-101-9/+7
* New section header style.Fred Drake1998-08-10126-209/+364
* do_cmd_moduleauthor(),Fred Drake1998-08-101-156/+180
* \moduleauthor,Fred Drake1998-08-101-0/+6
* New style section headers.Fred Drake1998-08-1013-17/+33
* Some logical markup, some nits.Fred Drake1998-08-101-25/+26
* # mention Porting in list of filesGuido van Rossum1998-08-101-0/+1
* mini-faq on porting pythonGuido van Rossum1998-08-102-2/+44
* #Typos from previous checkinBarry Warsaw1998-08-101-2/+2
* Huge number of docstring changes, typo fixes, rewordings, GNU standardBarry Warsaw1998-08-101-186/+234
* Corrected some spelling and one technical error.Guido van Rossum1998-08-101-5/+5
* A script by Mark-Andre Lemburg to produce the PC/python_nt.def fileGuido van Rossum1998-08-101-0/+102
* Vladimir Marangozov's explanatory message.Guido van Rossum1998-08-101-0/+256
* New warnings to the uninitiated reader.Guido van Rossum1998-08-101-4/+11
* Added a bunch of symbols detected by Marc Lemburg's script.Guido van Rossum1998-08-091-5/+82
* There's a bunch of files that shouldn't be included in libpython*.a!Guido van Rossum1998-08-091-4/+5
* # New version; not clear what happened.Guido van Rossum1998-08-081-2/+0
* Sigh. More restructuring was needed.Guido van Rossum1998-08-081-27/+57
* Get rid of python15.lib; add some incl filesGuido van Rossum1998-08-086-21/+14
* Add PyEval_CallFunction() and PyEval_CallMethod().Guido van Rossum1998-08-081-0/+2
* Add missing prototypes for PyEval_CallFunction() and PyEval_CallMethod().Guido van Rossum1998-08-081-0/+10
* # Fix strange type (methonname instead of methodname).Guido van Rossum1998-08-081-4/+4
* Play games with version numbers; add lib-tk to path.Guido van Rossum1998-08-081-7/+13
* More files to be ignored.Guido van Rossum1998-08-081-0/+3
* This file's previous log message is bogus. The real change is thatGuido van Rossum1998-08-081-1/+1
* Now include Python.hGuido van Rossum1998-08-081-0/+2
* This file's previous log message is bogus.Guido van Rossum1998-08-081-1/+1
* Different version games:Guido van Rossum1998-08-083-12/+20
* Jim Fulton's patches to get rid of the class_map().Guido van Rossum1998-08-081-73/+27
* Shouldn't include the lib pragma when building python15.dll itself!Guido van Rossum1998-08-081-0/+2
* Added _PyTuple_Resize to list of exported symbols. Don't know how itGuido van Rossum1998-08-081-0/+1
* (py-execute-region): When temp-names are broken (Emacs 19.34), aBarry Warsaw1998-08-071-3/+7
* insert_index(): Take two additional parameters: $columns and $letters. CallFred Drake1998-08-071-5/+13
* The letter headings must be requested explicitly with --letters.Fred Drake1998-08-071-5/+15
* By default, use a two-column index.Fred Drake1998-08-071-1/+4
* Allow multi-column indexes to be produced.Fred Drake1998-08-071-6/+60
* The doc string for setDaemon() disagreed with the implementation. TheGuido van Rossum1998-08-071-2/+2
* re is standard, not built-in.Fred Drake1998-08-072-4/+7
* Clarify that the Python interpreter lock need *not* be held byGuido van Rossum1998-08-071-3/+5
* Document gethostbyname_ex().Guido van Rossum1998-08-071-1/+12
* Updated list of Library Reference files.Fred Drake1998-08-071-8/+13
* Add built-in string variables 'quit' and 'exit' that display a hint onGuido van Rossum1998-08-071-0/+12
* Add warning that mutable argument defaults are evaluated only once;Guido van Rossum1998-08-071-0/+39