| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops. In the tp_name field, the name should be "_socket.socket", not | Guido van Rossum | 2001-10-28 | 1 | -2/+2 |
|
|
* | Made SocketType and socket the same thing: a subclassable type whose | Guido van Rossum | 2001-10-27 | 1 | -119/+167 |
|
|
* | Add sendall() method, which loops until all data is written or an | Guido van Rossum | 2001-10-26 | 1 | -2/+44 |
|
|
* | Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck) | Guido van Rossum | 2001-10-25 | 1 | -3/+13 |
|
|
* | After discussion with itojun, it was clarified that Tru64 is in error, | Martin v. Löwis | 2001-10-25 | 1 | -1/+3 |
|
|
* | (experimental) "finditer" method/function. this works pretty much | Fredrik Lundh | 2001-10-24 | 1 | -0/+28 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 4 | -38/+23 |
|
|
* | Fix typo. Thanks to Jack Jansen for spotting it. | Martin v. Löwis | 2001-10-24 | 1 | -1/+1 |
|
|
* | Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and | Martin v. Löwis | 2001-10-24 | 1 | -7/+40 |
|
|
* | Include netdb.h to detect getaddrinfo. Work around problem with getaddrinfo | Martin v. Löwis | 2001-10-24 | 1 | -0/+6 |
|
|
* | Added missing cast. | Jack Jansen | 2001-10-23 | 1 | -1/+1 |
|
|
* | Got this to work in MacPython. The code is #ifdef macintosh style (to match t... | Jack Jansen | 2001-10-23 | 1 | -2/+10 |
|
|
* | Convert the ref() and proxy() implementations to use the new | Fred Drake | 2001-10-23 | 1 | -2/+2 |
|
|
* | another major speedup: let sre.sub/subn check for escapes in the | Fredrik Lundh | 2001-10-22 | 1 | -30/+89 |
|
|
* | sre.split should return the last segment, even if empty | Fredrik Lundh | 2001-10-22 | 1 | -11/+10 |
|
|
* | Adding missing "static" declarations (found by "make smelly"). | Neil Schemenauer | 2001-10-21 | 2 | -2/+2 |
|
|
* | fixed character set description in docstring (SRE uses Python | Fredrik Lundh | 2001-10-21 | 1 | -96/+41 |
|
|
* | sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity | Fredrik Lundh | 2001-10-21 | 1 | -0/+17 |
|
|
* | rewrote the pattern.sub and pattern.subn methods in C | Fredrik Lundh | 2001-10-21 | 1 | -113/+306 |
|
|
* | Change clear_handlers argument to indicate whether this is an initialization. | Martin v. Löwis | 2001-10-21 | 1 | -9/+10 |
|
|
* | rewrote the pattern.split method in C | Fredrik Lundh | 2001-10-20 | 1 | -12/+136 |
|
|
* | Add two forgotten 'break' statements | Andrew M. Kuchling | 2001-10-20 | 1 | -15/+40 |
|
|
* | (Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile | Guido van Rossum | 2001-10-19 | 1 | -1/+1 |
|
|
* | SF patch #460805 by Chris Gonnerman: Support for unsetenv() | Guido van Rossum | 2001-10-19 | 1 | -0/+34 |
|
|
* | SF patch #443759: Add Interface to readline's add_history | Guido van Rossum | 2001-10-19 | 1 | -0/+18 |
|
|
* | Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW. | Martin v. Löwis | 2001-10-18 | 1 | -0/+17 |
|
|
* | Don't leave bare newlines in long strings -- VC doesn't like that. | Guido van Rossum | 2001-10-18 | 1 | -3/+3 |
|
|
* | SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. | Guido van Rossum | 2001-10-18 | 2 | -78/+227 |
|
|
* | Shut up warnings for setgroups() on Linux -- you have to #include | Guido van Rossum | 2001-10-18 | 1 | -0/+5 |
|
|
* | SRE bug #441409: | Fredrik Lundh | 2001-10-18 | 1 | -1/+3 |
|
|
* | Expose setgroups. Fixes feature request #468116. | Martin v. Löwis | 2001-10-18 | 1 | -0/+48 |
|
|
* | Expose three OpenSSL API calls for dealing with the PRNG. | Jeremy Hylton | 2001-10-18 | 1 | -0/+67 |
|
|
* | The Python symtable module depends on .h files that setup.py doesn't track. | Jeremy Hylton | 2001-10-17 | 1 | -0/+3 |
|
|
* | Remove unused convenience routine. | Jeremy Hylton | 2001-10-17 | 1 | -19/+0 |
|
|
* | Simplify and regularize docstrings. Also reformat so that each docstring | Tim Peters | 2001-10-17 | 1 | -52/+47 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2001-10-17 | 1 | -62/+62 |
|
|
* | Removed more comments that didn't make much sense. | Tim Peters | 2001-10-17 | 1 | -17/+1 |
|
|
* | Removed obsolete comments about confused string refcount tricks (Jeremy | Tim Peters | 2001-10-17 | 1 | -9/+4 |
|
|
* | Undo needless INCREF chicanery introduced by SF patch #450702. | Jeremy Hylton | 2001-10-16 | 1 | -47/+15 |
|
|
* | Simplify and fix error handling for most cases. | Jeremy Hylton | 2001-10-16 | 1 | -167/+113 |
|
|
* | More reformatting. | Jeremy Hylton | 2001-10-16 | 1 | -51/+50 |
|
|
* | Add zlib_error() helper. | Jeremy Hylton | 2001-10-16 | 1 | -92/+25 |
|
|
* | Remove many calls to set MemoryError exceptions. | Jeremy Hylton | 2001-10-16 | 1 | -28/+4 |
|
|
* | Reformat! | Jeremy Hylton | 2001-10-16 | 1 | -586/+576 |
|
|
* | Partial patch from SF #452266, by Jason Petrone. | Guido van Rossum | 2001-10-16 | 1 | -9/+10 |
|
|
* | [ #403753 ] zlib decompress; uncontrollable memory usage | Jeremy Hylton | 2001-10-16 | 1 | -10/+64 |
|
|
* | Must terminate the Pickler_members[] and Pickler_getsets with NULL. | Jeremy Hylton | 2001-10-16 | 1 | -1/+3 |
|
|
* | Removed useless code to count the number of calls into the profiler. | Fred Drake | 2001-10-15 | 1 | -51/+177 |
|
|
* | Better fix for core dumps on recursive objects in fast mode. | Jeremy Hylton | 2001-10-15 | 1 | -32/+64 |
|
|
* | Remove a couple of tp_xxx fields that you are not expected to | Guido van Rossum | 2001-10-15 | 1 | -5/+0 |
|
|