summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete e-mail addressAndrew M. Kuchling2001-11-051-1/+1
* SF patch 473749 compile under OS/2 VA C++, from Michael Muller.Tim Peters2001-11-051-1/+4
* Correct argument parsing for alp_getstatus, which is METH_VARARGS.Martin v. Löwis2001-11-031-1/+1
* Patch #474169: Move fdopen calls out of critical section.Martin v. Löwis2001-11-021-4/+8
* Correct getnameinfo refcounting and tuple parsing. Fixes #476648.Martin v. Löwis2001-11-021-6/+4
* Simplify initmd5() to use PyModule_AddIntConstant().Fred Drake2001-11-021-3/+2
* Clean up a Tab inconsistency.Fred Drake2001-11-021-4/+2
* [Patch #476612] Add attributes from PEP247 to the md5 and sha modulesAndrew M. Kuchling2001-11-022-4/+11
* has_finalizer(): simplified "if (complicated_bool) 1 else 0" toTim Peters2001-11-011-8/+3
* Add has_finalizer predictate function. Use it when deciding whichNeil Schemenauer2001-11-011-14/+26
* SF bug #477059 (my own): __del__ on new classes vs. GC.Guido van Rossum2001-11-011-1/+3
* Make the gc.collect() function respect the collection lock. This fixesNeil Schemenauer2001-10-311-4/+11
* Change the limit on the input size for b2a_base64 to what will fit inGuido van Rossum2001-10-301-1/+3
* PySocketSock_connect_ex(): On Windows, return the correct Windows exitTim Peters2001-10-301-1/+6
* Make the low-level log-reader object export a dictionary mapping keysFred Drake2001-10-291-45/+163
* Oops. In the tp_name field, the name should be "_socket.socket", notGuido van Rossum2001-10-281-2/+2
* Made SocketType and socket the same thing: a subclassable type whoseGuido van Rossum2001-10-271-119/+167
* Add sendall() method, which loops until all data is written or anGuido van Rossum2001-10-261-2/+44
* Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck)Guido van Rossum2001-10-251-3/+13
* After discussion with itojun, it was clarified that Tru64 is in error,Martin v. Löwis2001-10-251-1/+3
* (experimental) "finditer" method/function. this works pretty muchFredrik Lundh2001-10-241-0/+28
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-244-38/+23
* Fix typo. Thanks to Jack Jansen for spotting it.Martin v. Löwis2001-10-241-1/+1
* Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED andMartin v. Löwis2001-10-241-7/+40
* Include netdb.h to detect getaddrinfo. Work around problem with getaddrinfoMartin v. Löwis2001-10-241-0/+6
* Added missing cast.Jack Jansen2001-10-231-1/+1
* Got this to work in MacPython. The code is #ifdef macintosh style (to match t...Jack Jansen2001-10-231-2/+10
* Convert the ref() and proxy() implementations to use the newFred Drake2001-10-231-2/+2
* another major speedup: let sre.sub/subn check for escapes in theFredrik Lundh2001-10-221-30/+89
* sre.split should return the last segment, even if emptyFredrik Lundh2001-10-221-11/+10
* Adding missing "static" declarations (found by "make smelly").Neil Schemenauer2001-10-212-2/+2
* fixed character set description in docstring (SRE uses PythonFredrik Lundh2001-10-211-96/+41
* sre.Scanner fixes (from Greg Chapman). also added a Scanner sanityFredrik Lundh2001-10-211-0/+17
* rewrote the pattern.sub and pattern.subn methods in CFredrik Lundh2001-10-211-113/+306
* Change clear_handlers argument to indicate whether this is an initialization.Martin v. Löwis2001-10-211-9/+10
* rewrote the pattern.split method in CFredrik Lundh2001-10-201-12/+136
* Add two forgotten 'break' statementsAndrew M. Kuchling2001-10-201-15/+40
* (Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compileGuido van Rossum2001-10-191-1/+1
* SF patch #460805 by Chris Gonnerman: Support for unsetenv()Guido van Rossum2001-10-191-0/+34
* SF patch #443759: Add Interface to readline's add_historyGuido van Rossum2001-10-191-0/+18
* Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW.Martin v. Löwis2001-10-181-0/+17
* Don't leave bare newlines in long strings -- VC doesn't like that.Guido van Rossum2001-10-181-3/+3
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-182-78/+227
* Shut up warnings for setgroups() on Linux -- you have to #includeGuido van Rossum2001-10-181-0/+5
* SRE bug #441409:Fredrik Lundh2001-10-181-1/+3
* Expose setgroups. Fixes feature request #468116.Martin v. Löwis2001-10-181-0/+48
* Expose three OpenSSL API calls for dealing with the PRNG.Jeremy Hylton2001-10-181-0/+67
* The Python symtable module depends on .h files that setup.py doesn't track.Jeremy Hylton2001-10-171-0/+3
* Remove unused convenience routine.Jeremy Hylton2001-10-171-19/+0
* Simplify and regularize docstrings. Also reformat so that each docstringTim Peters2001-10-171-52/+47