summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* struct.pack wants H for unsigned shorts, not h.Jack Jansen2001-01-031-1/+1
* Got rid of 68K support.Jack Jansen2001-01-032-59/+41
* Use == rather than cmp(). The return value of cmp() is not well defined whenNeil Schemenauer2001-01-032-128/+130
* Use numbers that can be accurately represented on binary machines. I hopeNeil Schemenauer2001-01-032-587/+587
* Do not cache <img> tags for navigation icons as agressively; this fixesFred Drake2001-01-021-31/+36
* Remove (unused) regex imports.Jack Jansen2001-01-022-2/+0
* Use re in stead of regex.Jack Jansen2001-01-023-31/+34
* Make the test program work outside IDLE.Guido van Rossum2001-01-021-6/+6
* Add forgotten importAndrew M. Kuchling2001-01-021-0/+1
* Duh. Instead of string.whitespace and string.digits, use isspace()Guido van Rossum2001-01-021-6/+5
* Improve description of else clause of the try/except/else statement.Fred Drake2001-01-021-6/+11
* Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2).Guido van Rossum2001-01-021-2/+1
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-024-0/+1346
* Add garbage collection for module objects. Closes patch #102939 andNeil Schemenauer2001-01-021-2/+27
* Updated for new universal headers (oops... this was loooong due).Jack Jansen2001-01-013-330/+1712
* Minor clarficiations in the dialogs about which errno file is wanted when (I ...Jack Jansen2001-01-011-2/+2
* New .mcp names for tkinter and imgmodules projects.Jack Jansen2001-01-011-2/+2
* Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>.Fred Drake2001-01-011-1/+1
* Patch by kragen@pobox.com: When tracing is turned on, lines shorterGuido van Rossum2001-01-011-0/+2
* Change documentation of 'else' clause of 'try/except' to make clear that itThomas Wouters2000-12-311-3/+5
* Replaced with .mcp projects in Extensions/ImagingJack Jansen2000-12-312-1/+0
* Added test case for legal DOM childrenAndrew M. Kuchling2000-12-312-2/+28
* Patch #102485 ] Check for legal children when adding children to a DOM nodeAndrew M. Kuchling2000-12-311-6/+30
* Christmas present to myself: changed regrtest in two ways:Tim Peters2000-12-301-4/+30
* Changed the search path for pyexpat to include all of the expat folder.Jack Jansen2000-12-291-1/+1
* getopt used to sort the long option names, in an attempt to simplifyTim Peters2000-12-291-12/+2
* Fred, THIS NEEDS DOCS! The function docstrings tell the tale.Tim Peters2000-12-294-4/+200
* Merge with 1.8 of pulldom.py:Martin v. Löwis2000-12-281-1/+7
* Merge changes up to 1.10 from PyXML:Martin v. Löwis2000-12-281-1/+11
* Fixed snake logo and minus image by Daniel Calvelo.Guido van Rossum2000-12-272-0/+0
* Make Traceback header conform to new traceback ("innermost last" ->Guido van Rossum2000-12-272-2/+2
* (python-font-lock-keywords): Add highlighting of `as' as a keyword,Barry Warsaw2000-12-271-0/+2
* Fix for SF bugTim Peters2000-12-271-13/+30
* Add test case for SF bugTim Peters2000-12-271-0/+9
* Fix doubled wordAndrew M. Kuchling2000-12-261-1/+1
* Remove redundant reference to tab (since it = 'horizontal tab')Andrew M. Kuchling2000-12-261-1/+1
* Make isspace(chr(32)) return trueAndrew M. Kuchling2000-12-261-1/+1
* Document ERR and OKAndrew M. Kuchling2000-12-261-0/+11
* Add the curses constants ERR and OK to the module at TG's suggestionAndrew M. Kuchling2000-12-261-0/+3
* Make sure subsections are formatted into HTML pages with reasonable names.Fred Drake2000-12-251-4/+5
* Added information on the ExternalEntityParserCreate() method.Fred Drake2000-12-231-2/+12
* The "context" parameter to the ExternalEntityRefParameter exposes internalFred Drake2000-12-232-4/+44
* The regression test for the regex module should not trip the deprecationFred Drake2000-12-231-0/+3
* Choose the smallest value of x,y for the clock's radius (instead of just taki...Andrew M. Kuchling2000-12-231-9/+6
* Remove superfluous semicolonsAndrew M. Kuchling2000-12-233-8/+8
* CHange error messages for ord(), using "string" instead of "string or Unicode"Andrew M. Kuchling2000-12-231-2/+3
* Shortened / wrapped some long lines.Fred Drake2000-12-231-8/+11
* Add 'see also' link to curses.panelAndrew M. Kuchling2000-12-221-0/+2
* Add correction caught by Thomas Gellekum (and sitting in my e-mail)Andrew M. Kuchling2000-12-221-1/+2
* Wrapper for _curses_panel module; currently this adds nothing extraAndrew M. Kuchling2000-12-221-0/+9