- 0bd3795 Two small additions to make it identical to the obsolete Frame version. by Guido van Rossum · 27 years ago
- dc1dab1 NewNew abstract, copied from the obsolete Frame version. by Guido van Rossum · 27 years ago
- 0a13f7f # This is a new module I wrote over the weekend. Again, you missed the by Guido van Rossum · 27 years ago
- 5e97783 # Note: a previous checkin message was lost because I can now use CVS by Guido van Rossum · 27 years ago
- e3bd821 Primitive GUI for websucker. by Guido van Rossum · 27 years ago
- d328a9b Fix the way a trailing / is changed to /index.html so that it by Guido van Rossum · 27 years ago
- 6eb9d32 sort the urls in the todo list by Guido van Rossum · 27 years ago
- 62320c9 # (My first checkin from Windows NT using remote CVS!) by Guido van Rossum · 27 years ago
- ad4db17 Fixed the EventHook() code so that it also works on Windows, sort of. by Guido van Rossum · 27 years ago
- d458faa In completer(), return None instead of raising an IndexError when by Guido van Rossum · 27 years ago
- b3f9f4b On Windows, make the pipe() call return Unix file descriptors instead by Guido van Rossum · 27 years ago
- e0fdf6f Keep Microsoft's compiler happy. by Guido van Rossum · 27 years ago
- c3da02e Don't catch interrupts in getpass() -- the finally clause will reset by Guido van Rossum · 27 years ago
- e7c4193 In tcsetattr(), first initialize the mode structure by calling by Guido van Rossum · 27 years ago
- ae9ee73 Use the getpass module instead of having platform-specific echo on/off by Guido van Rossum · 27 years ago
- c8f859a Jonathan Giddy: by Guido van Rossum · 27 years ago
- 590fc2c Jonathan Giddy: by Guido van Rossum · 27 years ago
- 6925661 With the recent change that makes numbers compare smaller than anything, by Guido van Rossum · 27 years ago
- 08636f0 Now that test_MimeWriter is untabified, do the same here! by Guido van Rossum · 27 years ago
- a3eebe6 Add warning about use of lowercase/uppercase with maketrans(). by Guido van Rossum · 27 years ago
- 08d6be4 Add timegm to list of functions tested, for Marc-Andre L. by Guido van Rossum · 27 years ago
- d92fb16 Oops, bug in release date! by Guido van Rossum · 27 years ago
- cff311a Be more careful than the previous patch. The default content-type by Guido van Rossum · 27 years ago
- e894fc0 Support new overridable method, isheader() (ESR). by Guido van Rossum · 27 years ago
- 444d0f8 Eric Raymond: added doc for isheader(); improved docs for constructor. by Guido van Rossum · 27 years ago
- 1299100 Document the changes I just checked in. by Guido van Rossum · 27 years ago
- c7bb857 Some changes suggested/provided by Eric Raymond: by Guido van Rossum · 27 years ago
- 3e5fe42 Document several variables that were previously undocumented, by Guido van Rossum · 27 years ago
- 1f40cd6 Add the __doc__ string from the original module on copy_none(). by Guido van Rossum · 27 years ago
- 929bd0e Added notes about epochs, the year 2038, and a small Y2K disclaimer by Guido van Rossum · 27 years ago
- dd47ec9 Default content-type to application/x-www-form-urlencoded at the top by Guido van Rossum · 27 years ago
- e614fb1 Changed runs of 8 spaces to tab -- to satisfy the tab nanny. by Guido van Rossum · 27 years ago
- 068ad97 Untabified -- to satisfy the tab nanny. by Guido van Rossum · 27 years ago
- 5a43e1a Get rid of tabnanny's last complaints. by Guido van Rossum · 27 years ago
- aa2a7a4 From: "Tim Peters" <tim_one@msn.com> by Guido van Rossum · 27 years ago
- cd5a5f6 When comparing objects of different types (which is done by comparing by Guido van Rossum · 27 years ago
- 5d23758 Added docs for strptime(). by Guido van Rossum · 27 years ago
- 87ce7bb Added strptime, if it exists. Modified after a patch by Jesse Hallio. by Guido van Rossum · 27 years ago
- 5248148 Clarify the type of the signal handler. by Guido van Rossum · 27 years ago
- 4a0144c Should check that PyObject_Str() really returned a string! by Guido van Rossum · 27 years ago
- fe02efd getint() now raises ValueError, not TclError, on errors. by Guido van Rossum · 27 years ago
- 795a4bc Added a line to process SGI_ABI. by Guido van Rossum · 27 years ago
- a45cb45 When unmarshalling, add test for negative lengths on strings, tuples by Guido van Rossum · 27 years ago
- a63eff6 Allow assignments to special class attributes -- with typechecks, and by Guido van Rossum · 27 years ago
- fe216b7 A few minor updates on Emacs mode section by Barry Warsaw · 27 years ago
- 5542449 Remove the doc string -- it doesn't tell the truth. by Guido van Rossum · 27 years ago
- 0da45c4 New demo -- Perl style regular expression matching. by Guido van Rossum · 27 years ago
- 13c8ef6 Say a bit more about .pyc and .pyo files. by Guido van Rossum · 27 years ago
- 3c46234 Remove Emacs and #! cruft. by Guido van Rossum · 27 years ago
- d659693 Improve the self-test code a bit: read a host from sys.argv[1] if set, by Guido van Rossum · 27 years ago
- a119c0d Tim's revision of the previous patch. He also added some sparts to by Guido van Rossum · 27 years ago
- cc20b76 Add comments explaining thread unsafety of this code. by Guido van Rossum · 27 years ago
- d03e119 Make gauss() semi-thread-safe. It can still give duplicate results, by Guido van Rossum · 27 years ago
- b39e461 Two places where _time() should be used said time.time(), which by Guido van Rossum · 27 years ago
- 6884af7 Piers Lauders' latest version, with some of my own changes reapplied. by Guido van Rossum · 27 years ago
- ed6219b Fix a whole bunch of error return NULL that should be return -1. by Guido van Rossum · 27 years ago
- 9396673 Remove a few unused locals (I love VC++ for this!). by Guido van Rossum · 27 years ago
- 3c8c598 Sorry, the initializer for ob_type must really be NULL, by Guido van Rossum · 27 years ago
- d3ab101 Quick fix -- define SIZEOF_LONG and SIZEOF_INT. by Guido van Rossum · 27 years ago
- 3600bee Moved from PC by Guido van Rossum · 27 years ago
- cd3462f Moving to PCbuild by Guido van Rossum · 27 years ago
- 2a5119b On Windows, need #include <windows.h>; and it's MS_WINDOWS, not MS_WIN32. by Guido van Rossum · 27 years ago
- e4e021b Release the interpreter lock for calls that may block: _locking(), by Guido van Rossum · 27 years ago
- 00d9306 Changes to make it possible to write multi-threaded programs using by Guido van Rossum · 27 years ago
- 7e7912f Protect all uses of the random generator with a lock. by Guido van Rossum · 27 years ago
- 3d3a52a An example of a multi-threaded Tkinter program. by Guido van Rossum · 27 years ago
- 1ad0071 Patch by Lars Marius Garshol: by Guido van Rossum · 27 years ago
- ae621ff Guard against changes in the list size during a compare or sort. by Guido van Rossum · 27 years ago
- 578de30 Some systems (e.g. Linux) use enums for some symbols (like IPPROTO_IP) by Guido van Rossum · 27 years ago
- 617c1b0 Uses PyErr_ExceptionMatches() instead of comparing PyErr_Occurred(). by Guido van Rossum · 27 years ago
- 08570de Uses PyErr_ExceptionMatches() instead of comparing PyErr_Occurred(). by Guido van Rossum · 27 years ago
- 41e825a For ControlWindow there is a new method do_rawcontrolhit(), which gets by Jack Jansen · 27 years ago
- 848250c Allow an (optional) tracking function (or -1) to be specified to by Jack Jansen · 27 years ago
- d3dbb38 get_long(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). by Fred Drake · 27 years ago
- bebc97f t_bootstrap(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). by Fred Drake · 27 years ago
- 764b984 Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred() == ... in two by Fred Drake · 27 years ago
- 2b9d029 add handler for JPython's org.python.core.PyStringMap object, which by Jeremy Hylton · 27 years ago
- f638d1c Fix some comments; move 'import random' to top. by Guido van Rossum · 27 years ago
- 90ce848 On SGI, we need to define _SGI_MP_SOURCE before including errno.h when by Guido van Rossum · 27 years ago
- 9be6283 Tim's quicksort on May 25. by Guido van Rossum · 27 years ago
- 16653cb Add Tim's worst case scenario. by Guido van Rossum · 27 years ago
- 7462942 Added some tests to make sure that long->int conversions near by Guido van Rossum · 27 years ago
- f753181 Subject: Buglet in PyLong_AsLong by Guido van Rossum · 27 years ago
- 2028dd0 Replaced the VC++ 5.x instructions with a pointer to ../PCbuild. by Guido van Rossum · 27 years ago
- 9c1bc5b Moved VC++ 5.x files to ../PCbuild. by Guido van Rossum · 27 years ago
- 15b239f Moved VC++ 5.x stuff here. by Guido van Rossum · 27 years ago
- 1c096b7 Mark Hammond writes: by Guido van Rossum · 27 years ago
- 0f1e1fc Don't die if win32api doesn't exist. by Guido van Rossum · 27 years ago
- 55b40b0 Fix a dumb typo in the revparse() regular exception: {1-4} should be {1,4}. by Guido van Rossum · 27 years ago
- a58e9ed Document missing functions: xor, not, truth, countOf, indexOf, and by Guido van Rossum · 27 years ago
- 7bf1564 Use a different implementation of EventHook(). The new version by Guido van Rossum · 27 years ago
- 6a50ba8 Minor grammatical correction: "This module perform ..." --> "This module by Fred Drake · 27 years ago
- 5b34ec1 Fixed spelling in comment: "RFC", not "RFX". by Fred Drake · 27 years ago
- 832f6d2 Add an alias (and preferred name) "contains" for "sequenceIncludes". by Guido van Rossum · 27 years ago
- e9387ea introduce a new platform-specific variable: os.linesep is the by Guido van Rossum · 27 years ago
- fa0b6ab Address some gcc -Wall warnings (e.g. include <ctype.h>). by Guido van Rossum · 27 years ago
- 26fd982 Change the last 4-space indent into a 1-tab indent. by Guido van Rossum · 27 years ago
- 7ef2a1d Shouldn't use newdir.dir(), which no longer exists! by Guido van Rossum · 27 years ago
- b88679b I think there was a tiny bug in new_function() -- the 'defaults' by Guido van Rossum · 27 years ago
- c8498dc Add PyErr_PrintEx and PySequence_Contains. by Guido van Rossum · 27 years ago