summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't use $math$ mode to typeset a simple '>' sign. Use \code, not \samp.Guido van Rossum1997-11-252-2/+2
* Remove strange use of $math$ mode to produce a backslash.Guido van Rossum1997-11-252-2/+4
* Oops, did the previous delete the wrong way.Guido van Rossum1997-11-252-2/+0
* Get rid of last traces of module 'audio'Guido van Rossum1997-11-243-123/+2
* Added "-n file" option to only print files newer than the given file.Guido van Rossum1997-11-241-4/+37
* Use fuzzy comparison from test_support to compare outcome ofGuido van Rossum1997-11-241-1/+4
* New names...Guido van Rossum1997-11-241-0/+3
* Add fileinput.Guido van Rossum1997-11-242-0/+4
* Replace plat-os2 with plat-win, per Jeff Rush' suggestion.Guido van Rossum1997-11-241-1/+1
* Trivial change in prompt label suggested by Case Roole.Guido van Rossum1997-11-241-1/+1
* Change the option used on Linux to export all symbolsGuido van Rossum1997-11-242-3/+3
* Done a sort -u on the symbols (and replaced all tabs with spaces).Guido van Rossum1997-11-241-368/+365
* Oops, the sort took some whitespace into account.Guido van Rossum1997-11-241-5/+4
* Done a sort -u on the symbols.Guido van Rossum1997-11-241-295/+284
* os2 patch by Jeff RushGuido van Rossum1997-11-221-1/+2
* ignore various VC++ turdsGuido van Rossum1997-11-221-0/+5
* Files specific to Visual Age C for OS/2 -- by Jeff RushGuido van Rossum1997-11-226-0/+4846
* Added Jeff Rush' commentsGuido van Rossum1997-11-221-0/+39
* win -> plat-winGuido van Rossum1997-11-221-3/+3
* Add PyImport_Inittab and PyOS_AfterForkGuido van Rossum1997-11-221-0/+2
* os2 patch by Jeff RushGuido van Rossum1997-11-2212-28/+459
* bind_class should return a valueGuido van Rossum1997-11-221-1/+1
* New address parser by Ben Escoto replacesGuido van Rossum1997-11-221-125/+247
* Use fstat if we can; write MAGIC into file last.Guido van Rossum1997-11-221-2/+8
* Redone the _tkinter configuration section with support for popular packages.Guido van Rossum1997-11-221-15/+41
* New tkappinit supporting several popular packages.Guido van Rossum1997-11-221-15/+36
* A new standard module, as discussed on comp.lang.python, to simplifyGuido van Rossum1997-11-211-0/+254
* Add a pointer back to the wizard in the "compat" output.Guido van Rossum1997-11-211-1/+3
* PySocketSock_methods: Added "connect_ex" so the method can actually beBarry Warsaw1997-11-201-0/+1
* A comparison with several other languages that also appears in theGuido van Rossum1997-11-201-0/+129
* Adding Martin von Loewis' documentation for his locale module.Guido van Rossum1997-11-207-1/+383
* Add description for some modules that have been added since this introGuido van Rossum1997-11-202-0/+42
* Add description for Queue; fix typo (whichdbm should be whichdb).Guido van Rossum1997-11-202-2/+8
* Plug memory leak in Py_BuildValue when using {...} to construct dictionaries.Guido van Rossum1997-11-201-3/+5
* (Queue.Empty): When class based exceptions are in force, derive thisBarry Warsaw1997-11-201-116/+130
* libqueue.tex: Documentation for the Queue.py module.Barry Warsaw1997-11-205-1/+179
* Dang. Formatting glitch.Guido van Rossum1997-11-201-2/+2
* New blurb, derived from my Handbook of Object Technology abstract.Guido van Rossum1997-11-201-43/+27
* In the description of sub(), give a better explanation of theBarry Warsaw1997-11-202-8/+36
* Add Martin von Loewis as the author of this module.Guido van Rossum1997-11-191-0/+1
* User-level locale module. A wrapper around _locale which addsGuido van Rossum1997-11-191-0/+75
* Add support for _locale.Guido van Rossum1997-11-191-0/+2
* Add s.connect_ex() which returns errno instead of raising an exception.Guido van Rossum1997-11-191-0/+20
* Add optional support fort Tix and BLT.Guido van Rossum1997-11-191-0/+19
* Fix importing of shared libraries from inside packages.Guido van Rossum1997-11-192-3/+26
* Add declaration for _Py_PackageContext -- needed to fix importingGuido van Rossum1997-11-191-0/+2
* Two changes (here we go again :-( ).Guido van Rossum1997-11-191-35/+3
* Give more detailed error message when the argument count isn't right.Guido van Rossum1997-11-191-4/+6
* Add declaration for PyNumber_CoerceEx().Guido van Rossum1997-11-191-0/+1
* Add a new function PyNumber_CoerceEx() which works just likeGuido van Rossum1997-11-191-3/+15