summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added header file for C API exported by _cursesmodule.cAndrew M. Kuchling2000-12-221-0/+133
* Update this demo to use curses.panelAndrew M. Kuchling2000-12-221-2/+3
* Fix bug 126587: matchobject.groupdict() leaks memory because of a missingAndrew M. Kuchling2000-12-221-0/+1
* When using the latest & greatest version of Expat (currently in the ExpatFred Drake2000-12-211-0/+7
* Fix lots of small markup nits.Fred Drake2000-12-211-54/+64
* Another demo from Thomas Gellekum (seasonally-themed, too)Andrew M. Kuchling2000-12-212-0/+907
* Document the window.overlay() and .overwrite() methodsAndrew M. Kuchling2000-12-211-0/+26
* Another patch from Thomas Gellekum: add .overlay() and .overwrite()Andrew M. Kuchling2000-12-211-3/+81
* Whoops! Two stray characters crept in to my last check-inAndrew M. Kuchling2000-12-201-1/+1
* Patch #102492, fixing bug #116677:Andrew M. Kuchling2000-12-202-10/+42
* Patch #102955, fixing one of the warnings in bug #121479:Andrew M. Kuchling2000-12-201-5/+7
* Change expected message for ValueError, fixing bug #126400Andrew M. Kuchling2000-12-201-1/+1
* Make the indentation consistently use tabs instead of using spaces justFred Drake2000-12-201-3/+3
* Add forgotten initialization. Fixes bug #120994, "Traceback withAndrew M. Kuchling2000-12-201-0/+1
* Patch #102940: use only printable Unicode chars in reportingAndrew M. Kuchling2000-12-191-1/+2
* Regenerated so that NewGWorld is included.Jack Jansen2000-12-191-0/+66
* Emulate a few more non-carbon calls in carbon and the other way around.Jack Jansen2000-12-193-93/+163
* Added hash() and compare() functions. Needed because multiple WinObj's can no...Jack Jansen2000-12-192-2/+35
* Blacklisted a few constants with funny definitions (and they're not important...Jack Jansen2000-12-192-6/+13
* Patch #102868 from cgw: fix memory leak when an EOF is encounteredAndrew M. Kuchling2000-12-191-0/+3
* Adding a warning about the regsub module. This also disables furtherGuido van Rossum2000-12-191-0/+7
* Adding a warning about the regex module. This is the first officialGuido van Rossum2000-12-191-0/+3
* Be explicit about scheme_chars -- string.letters is locale dependentGuido van Rossum2000-12-191-20/+18
* Fix typoAndrew M. Kuchling2000-12-191-1/+1
* Use binary mode to open "wave" files.Guido van Rossum2000-12-191-2/+2
* Document the warnings module.Guido van Rossum2000-12-193-0/+193
* Updated string literals description to encompass Unicode literals and theFred Drake2000-12-191-11/+24
* Document warning categories.Guido van Rossum2000-12-191-0/+26
* Clarify __repr__ and __str__.Guido van Rossum2000-12-191-7/+10
* Added documentation on the ErrorHandler interface.Fred Drake2000-12-191-0/+40
* Oops. The value "0 or +1" for the category argument of PyErr_Warn()Guido van Rossum2000-12-191-1/+1
* Document Pyerr_Warn().Guido van Rossum2000-12-191-0/+11
* Document Pyerr_Warn().Guido van Rossum2000-12-191-0/+34
* Document the -W option as best as I can.Guido van Rossum2000-12-191-7/+70
* Improve error messages for invalid warning arguments; don't raiseGuido van Rossum2000-12-191-4/+10
* Make string.translate(s, table) work for Unicode s. Two things areGuido van Rossum2000-12-191-4/+11
* Fix off-by-one error in split_substring(). Fixes SF bug #122162.Guido van Rossum2000-12-191-1/+1
* Test more split argument combinations:Guido van Rossum2000-12-191-0/+7
* Minimal fix for the complaints about pickling Unicode objects. (SFGuido van Rossum2000-12-191-2/+48
* Test some Unicode pickling endcases.Guido van Rossum2000-12-191-0/+12
* Minimal fix for the complaints about pickling Unicode objects. (SFGuido van Rossum2000-12-191-0/+2
* Adapted from a patch by Barry Scott, SF patch #102875 and SF bugGuido van Rossum2000-12-181-3/+4
* gdbm.open() no longer accepts garbage in the flags string. Fix the tests.Neil Schemenauer2000-12-181-2/+7
* Do not talk about "real" numbers; talk about "floats" or "floating pointFred Drake2000-12-181-4/+4
* Add support for gdbm2 open flags ('s' and 'u'). Add module constantNeil Schemenauer2000-12-172-18/+69
* Add returns_unicode to the __members__ list.Fred Drake2000-12-161-1/+2
* Do not assume that types.UnicodeType exists; we might be running in an oldFred Drake2000-12-161-1/+5
* Use the string module instead of string methods; this should still workFred Drake2000-12-161-1/+3
* urlretrieve() description included explanation of "data" parameter, butFred Drake2000-12-151-4/+5
* Typo caught by /F -- thanks!Fred Drake2000-12-151-1/+1