summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document optional kwargs argument to start_new_thread(). AlsoGuido van Rossum1998-06-271-6/+12
* Define new macro Py_InitModule3(name, methods, doc) which callsGuido van Rossum1998-06-271-0/+4
* Added doc strings. Also export LockType from the modoule, and give itGuido van Rossum1998-06-271-15/+102
* Added doc strings.Guido van Rossum1998-06-261-52/+432
* In raw_input(prompt), make sure that str(prompt) really a stringGuido van Rossum1998-06-261-0/+2
* Slight rearrangement of some code to make it faster, by VladimirGuido van Rossum1998-06-261-9/+15
* Added build.macfreeze to the "special" folders.Jack Jansen1998-06-261-1/+1
* Config file for frozen binaries.Jack Jansen1998-06-261-4/+32
* Initial documentation on freezing.Jack Jansen1998-06-263-6/+134
* Template project, bundle file and config.c file for frozen applications.Jack Jansen1998-06-263-0/+1311
* A well-known example for freeze.Jack Jansen1998-06-261-0/+5
* Mac version of freeze. Uses standard freeze modules where it can,Jack Jansen1998-06-2610-0/+557
* Print message when we load a PYC resource, if verbose import flag is on.Jack Jansen1998-06-261-0/+3
* Remove RCS and #! cruft at top.Guido van Rossum1998-06-261-4/+0
* Allow binding a Tcl command (given as a string) as well as a PythonGuido van Rossum1998-06-251-3/+3
* Mark the 'whence' parameter of the file object's seek() method as optional;Fred Drake1998-06-251-1/+1
* Treat "HEAD" same as "GET", so that CGI scripts won't fail.Guido van Rossum1998-06-251-1/+1
* Rewrite the (test) main program so that when used as a script, it canGuido van Rossum1998-06-251-5/+29
* Piers' latest version, labeled 2.11. This time he integrated myGuido van Rossum1998-06-251-18/+14
* Eric Raymond added support for ESMTP protocol and corrected some typosGuido van Rossum1998-06-251-33/+113
* Ignore Windows case check for ALL CAPS 8.3 filesGuido van Rossum1998-06-241-1/+39
* Subsume the interact() function in a class. This should make itGuido van Rossum1998-06-231-42/+197
* "if match(x) >= 0:" smells of regex matching; should use "if match(x):"Guido van Rossum1998-06-231-1/+1
* Patch by Eric Raymond: add an optional 'seekable' flag to theGuido van Rossum1998-06-231-11/+23
* Removed loading of shared font stuff from howto.cls and manual.cls, moving itFred Drake1998-06-223-10/+13
* Make the large letter at the top of each section use the sans-serif font,Fred Drake1998-06-221-1/+1
* Added texinputs/pypaper.sty to the list of manual style files, so that theFred Drake1998-06-221-1/+1
* Bugfix to ESR's code reported by himself: should use hasattr() to testGuido van Rossum1998-06-221-1/+1
* Fix unclear wording pointed out by Tim Peters, about the interaction betweenAndrew M. Kuchling1998-06-222-4/+6
* There's no point in mentioning F6 as an alternate EOF on DOS -- itGuido van Rossum1998-06-221-1/+1
* Revert the change of revision 1.30. While it's in general a laudableGuido van Rossum1998-06-221-1/+1
* Add check in long-to-int conversion for at least one digit.Guido van Rossum1998-06-221-0/+7
* Fix the tests for various anomalies in the string-to-numbersGuido van Rossum1998-06-221-12/+8
* Translated to use re instead of regex. Also replaced one use ofGuido van Rossum1998-06-191-33/+45
* eval() example: Removed final interpreter prompt; other examples don't haveFred Drake1998-06-191-1/+0
* Somewhat updated, but not checked for everything (just the stuff I was using).Fred Drake1998-06-191-14/+15
* Added Py_{Get,Set}PythonHome.Guido van Rossum1998-06-191-0/+2
* Added {Get,Set}PopupData calls to get at the data for popup menu controls.Jack Jansen1998-06-192-0/+85
* Turns out that 'winfo id' returns the id as a hex string, with 0x prefix.Guido van Rossum1998-06-191-1/+1
* Different trick to get the _test() window to pop up.Guido van Rossum1998-06-191-1/+5
* Added <ctype.h>, needed for Windows.Guido van Rossum1998-06-191-0/+1
* Added _localeGuido van Rossum1998-06-191-0/+2
* There was an error check in a loop in PythonCmd which calledGuido van Rossum1998-06-191-1/+1
* Added a stronger warning about changing the dictionary returned byGuido van Rossum1998-06-181-2/+3
* Piers' latest version -- authentication added by Donn Cave.Guido van Rossum1998-06-181-41/+175
* # Untabified the example :-(Guido van Rossum1998-06-171-2/+2
* Documented that by default the output goes to stderr, and that a fileGuido van Rossum1998-06-171-12/+111
* In class _Subfile, make sure read(n) can't read beyond EOF. AlsoGuido van Rossum1998-06-171-2/+5
* Change the description of input() -- it is exactly equivalent toGuido van Rossum1998-06-171-5/+1
* Minor cleanup by Tim after my changes:Guido van Rossum1998-06-171-25/+19