summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Martin von Loewis' _locale module (locale.py follows tomorrow).Guido van Rossum1997-11-181-0/+355
* Undo another glitch of the automatic not-so-Grand Renaming; some localGuido van Rossum1997-11-181-10/+10
* start numbering things 1.5b1 nowGuido van Rossum1997-11-181-1/+1
* Assert that the proxies object passed in to the URLopener constructorGuido van Rossum1997-11-181-0/+1
* Added docstrings (contributed by Martin von Loewis).Guido van Rossum1997-11-181-1/+13
* Fix the release date for 1.5b1 to be Nov. 26Guido van Rossum1997-11-182-2/+2
* Add support for NULL macro (like UNIX, ABC etc.).Guido van Rossum1997-11-181-0/+1
* Add xmllib; remove (slow) from description of htmllib.Guido van Rossum1997-11-182-2/+8
* dis is now documented; bisect is deemed useful.Guido van Rossum1997-11-182-6/+2
* Document s.connect_ex(), which does not raise an exception on error.Guido van Rossum1997-11-182-0/+14
* Clarified reference to old profiler.Guido van Rossum1997-11-182-6/+14
* Added doc for errorcode dictionary.Guido van Rossum1997-11-182-2/+12
* Fixed case sensitivity of attributes (they are case *sensitive*).Guido van Rossum1997-11-181-12/+8
* Adding dis and xmllib docsGuido van Rossum1997-11-183-1/+5
* Docu for xmllib.py, by Sjoerd Mullender.Guido van Rossum1997-11-182-0/+370
* Docu for dis.py, written by Martin von Loewis.Guido van Rossum1997-11-182-0/+1048
* Sjoerd Mullender's xml parser (based on sgmllib, somewhat).Guido van Rossum1997-11-181-0/+568
* This BUGS list hasn't been updated since the release of Python 1.2!Guido van Rossum1997-11-141-373/+0
* This fix (across 4 files in 3 directories) solves a subtle problem withGuido van Rossum1997-11-144-0/+16
* Suggestion by David Ascher: set EXE macro to empty string and use itGuido van Rossum1997-11-111-2/+5