summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add definitions for PySys_ResetWarnOptions() andGuido van Rossum2000-12-151-0/+39
* Add declarations for PySys_ResetWarnOptions() andGuido van Rossum2000-12-151-0/+3
* Add the -W option.Guido van Rossum2000-12-151-1/+8
* Python part of the warnings subsystem.Guido van Rossum2000-12-151-0/+227
* Add PyErr_Warn().Guido van Rossum2000-12-151-0/+34
* Add definitions for standard warning category classes (PyExc_WarningGuido van Rossum2000-12-151-0/+36
* Add declarations for standard warning category classes (PyExc_WarningGuido van Rossum2000-12-151-0/+10
* Before calling traceback.print_exc(), call sys.stdout.flush(). This makesFred Drake2000-12-151-0/+1
* DOMException.__init__(): Remember to pass self to Exception.__init__().Fred Drake2000-12-151-1/+1
* Comment out a debugging print statement that triggered a complaint inGuido van Rossum2000-12-151-1/+1
* Added documentation for random.shuffle().Fred Drake2000-12-151-0/+17
* Get rid of string functions.Guido van Rossum2000-12-151-15/+14
* Get rid of string functions. References to string.whitespace,Guido van Rossum2000-12-151-63/+57
* Get rid of string functions.Guido van Rossum2000-12-151-14/+12
* Get rid of string functions, except maketrans() (which is *not*Guido van Rossum2000-12-151-42/+45
* Add test case for error message raised by bad % format characterAndrew M. Kuchling2000-12-151-0/+25
* [ Patch #102852 ] Make % error a bit more informative by indicates theAndrew M. Kuchling2000-12-152-4/+6
* Grant Griffin <grant.griffin@honeywell.com>:Fred Drake2000-12-151-2/+3
* Fix typoAndrew M. Kuchling2000-12-151-1/+1
* Document napms()Andrew M. Kuchling2000-12-151-0/+5
* [Patch #102827] Fix for PR#119558, avoiding core dumps by checking forAndrew M. Kuchling2000-12-151-7/+16
* Wrapper for napms() function, contributed by Thomas Gellekum <tg@FreeBSD.org>Andrew M. Kuchling2000-12-151-1/+50
* Curses demos contributed by Thomas Gellekum <tg@FreeBSD.org>.Andrew M. Kuchling2000-12-154-1/+541
* Various tweaks. It now returns the exact same files as Matthias' tool 95% of ...Jack Jansen2000-12-141-28/+55
* Oops, interaction() returned a single value in stead of a tuple (I thought th...Jack Jansen2000-12-141-3/+2
* First stab at a script that mimicks Matthias Neerachers tool used to build GUSI.Jack Jansen2000-12-141-0/+164
* Set autodispose only if RefCon isn't set yet on the window. This way we don't...Jack Jansen2000-12-142-6/+117
* Fix bit rot: use sock.connect((host, port)) and allow 2nd cmd lineGuido van Rossum2000-12-141-3/+3
* For the title page, insert the package version number before the date.Fred Drake2000-12-141-3/+3
* Update the test suite to cover more ground.Fred Drake2000-12-142-0/+9
* Lots of small bug fixes and DOM API conformance improvements:Fred Drake2000-12-141-49/+145