summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Patches from Greg Stein to support 'P' format in struct module'sGuido van Rossum1998-09-181-0/+31
* Remove some unused variables from gethostbyaddr_ex and gethostbyaddr,Guido van Rossum1998-09-131-4/+0
* Michael P. Reilly suggested this fix: makesetup wants to prependGuido van Rossum1998-09-091-0/+1
* Now that we have standard (optional) long long support, the long longGuido van Rossum1998-08-311-66/+0
* Y2K fix affecting asctime(), mktime(), strftime().Guido van Rossum1998-08-251-19/+37
* Enter Jim Fulton's latest version. He writes:Jeremy Hylton1998-08-131-20/+80
* Need mytime.h for Sleep().Guido van Rossum1998-08-131-0/+2
* Two fixes to find_class:Jeremy Hylton1998-08-111-9/+22
* Added a module docstring (that's all this module needs).Guido van Rossum1998-08-111-1/+15
* Now include Python.hGuido van Rossum1998-08-081-0/+2
* Jim Fulton's patches to get rid of the class_map().Guido van Rossum1998-08-081-73/+27
* In Win32 version of listdir(), when FindFirstFile() returnsGuido van Rossum1998-08-061-0/+2
* Removed unused variables.Guido van Rossum1998-08-061-4/+0
* Undo a silly effect of a global substitution: the macintosh panic()Guido van Rossum1998-08-051-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-0412-14/+132
* Added gethostbyname_ex(), which returns the same kind of data asGuido van Rossum1998-08-041-37/+99
* parser__pickler(): Use Py_DECREF() when reference is known to be non-NULL.Fred Drake1998-08-041-1/+1
* Patch by Jody Winston (with my changes) to add some of the "waitGuido van Rossum1998-08-041-0/+151
* Better error messages when raising ValueError for int literals. (TheGuido van Rossum1998-08-041-8/+3
* Make sure that at least one digit has been consumed in atoi().Guido van Rossum1998-07-251-0/+4
* Use 'S' format character for the optional constructor argument, so weGuido van Rossum1998-07-241-1/+1
* Several changes to support inclusion of filename in releventBarry Warsaw1998-07-231-13/+21
* (pause_doc): Sun CC complains about newline in string literalBarry Warsaw1998-07-211-2/+2
* Add test for failure of the getattr call in pcre_expand() -- it usedGuido van Rossum1998-07-171-0/+4
* I_getattr(),Fred Drake1998-07-171-1/+7
* Temporarily get rid of the registration of Tcl_Finalize() as aGuido van Rossum1998-07-141-0/+5
* Marc-Andre Lemburg's patch to support instance methods with otherGuido van Rossum1998-07-081-3/+15
* Add a cast that a picky SGI compiler found was necessary.Guido van Rossum1998-07-071-1/+1
* Fix a benign problem found by a picky SGI compiler (unreachable breakGuido van Rossum1998-07-071-1/+0
* Fix benign problems found by a picky SGI compiler (unreachable breakGuido van Rossum1998-07-071-2/+0
* Fix benign problems found by a picky SGI compiler (unreachable breakGuido van Rossum1998-07-072-20/+0
* Fix some problems that a picky SGI compiler reported. Two were benignGuido van Rossum1998-07-071-3/+1
* Added copious docstrings, plus two minor layout tweaks.Guido van Rossum1998-07-071-39/+309
* On Windows, put the select file descriptor arrays on the heap.Guido van Rossum1998-07-021-0/+22
* Unsigned 1 and 2 byte sized formats shouldn't result in long integer values!Guido van Rossum1998-06-291-2/+8
* # Added missing semicolon (was #ifdef'ed out in edit on Windows).Guido van Rossum1998-06-281-1/+1
* Added doc strings.Guido van Rossum1998-06-282-10/+98
* Added doc strings.Guido van Rossum1998-06-271-11/+114
* # Remove an extra blank line from a doc string.Guido van Rossum1998-06-271-1/+0
* Added doc strings. Also export LockType from the modoule, and give itGuido van Rossum1998-06-271-15/+102
* Added <ctype.h>, needed for Windows.Guido van Rossum1998-06-191-0/+1
* There was an error check in a loop in PythonCmd which calledGuido van Rossum1998-06-191-1/+1
* # Note: a previous checkin message was lost because I can now use CVSGuido van Rossum1998-06-151-36/+7
* # (My first checkin from Windows NT using remote CVS!)Guido van Rossum1998-06-151-52/+134
* Fixed the EventHook() code so that it also works on Windows, sort of.Guido van Rossum1998-06-131-6/+26
* On Windows, make the pipe() call return Unix file descriptors insteadGuido van Rossum1998-06-121-2/+5
* In tcsetattr(), first initialize the mode structure by callingGuido van Rossum1998-06-121-0/+3
* Added strptime, if it exists. Modified after a patch by Jesse Hallio.Guido van Rossum1998-06-091-10/+53
* Sorry, the initializer for ob_type must really be NULL,Guido van Rossum1998-05-291-1/+1
* On Windows, need #include <windows.h>; and it's MS_WINDOWS, not MS_WIN32.Guido van Rossum1998-05-291-2/+6