- 10f9c07 Remove obsolete e-mail address by Andrew M. Kuchling · 23 years ago
- 603c683 SF patch 473749 compile under OS/2 VA C++, from Michael Muller. by Tim Peters · 23 years ago
- 0bd292f Correct argument parsing for alp_getstatus, which is METH_VARARGS. by Martin v. Löwis · 23 years ago
- dedbe25 Patch #474169: Move fdopen calls out of critical section. by Martin v. Löwis · 23 years ago
- 06b1d21 Correct getnameinfo refcounting and tuple parsing. Fixes #476648. by Martin v. Löwis · 23 years ago
- 52a42e9 Simplify initmd5() to use PyModule_AddIntConstant(). by Fred Drake · 23 years ago
- 8b14ac9 Clean up a Tab inconsistency. by Fred Drake · 23 years ago
- 75fec2c [Patch #476612] Add attributes from PEP247 to the md5 and sha modules by Andrew M. Kuchling · 23 years ago
- db86561 has_finalizer(): simplified "if (complicated_bool) 1 else 0" to by Tim Peters · 23 years ago
- a765c12 Add has_finalizer predictate function. Use it when deciding which by Neil Schemenauer · 23 years ago
- 8cc705e SF bug #477059 (my own): __del__ on new classes vs. GC. by Guido van Rossum · 23 years ago
- e8c40cb Make the gc.collect() function respect the collection lock. This fixes by Neil Schemenauer · 23 years ago
- 355bc0c Change the limit on the input size for b2a_base64 to what will fit in by Guido van Rossum · 23 years ago
- c32410a PySocketSock_connect_ex(): On Windows, return the correct Windows exit by Tim Peters · 23 years ago
- 4c2e1af Make the low-level log-reader object export a dictionary mapping keys by Fred Drake · 23 years ago
- ca6dfa5 Oops. In the tp_name field, the name should be "_socket.socket", not by Guido van Rossum · 23 years ago
- 384ca9c Made SocketType and socket the same thing: a subclassable type whose by Guido van Rossum · 23 years ago
- 9f7a539 Add sendall() method, which loops until all data is written or an by Guido van Rossum · 23 years ago
- a0dfc85 Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck) by Guido van Rossum · 23 years ago
- 7c4b5fa After discussion with itojun, it was clarified that Tru64 is in error, by Martin v. Löwis · 23 years ago
- 703ce81 (experimental) "finditer" method/function. this works pretty much by Fredrik Lundh · 23 years ago
- e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
- b8fc972 Fix typo. Thanks to Jack Jansen for spotting it. by Martin v. Löwis · 23 years ago
- eb9b103 Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and by Martin v. Löwis · 23 years ago
- 861a65b Include netdb.h to detect getaddrinfo. Work around problem with getaddrinfo by Martin v. Löwis · 23 years ago
- 72af01a Added missing cast. by Jack Jansen · 23 years ago
- 963659a Got this to work in MacPython. The code is #ifdef macintosh style (to match the existing #ifdef MS_WINDOWS), but eventually ifdeffing on configure features is probably better. by Jack Jansen · 23 years ago
- 0d429e8 Convert the ref() and proxy() implementations to use the new by Fred Drake · 23 years ago
- 6de22ef another major speedup: let sre.sub/subn check for escapes in the by Fredrik Lundh · 23 years ago
- f864aa8 sre.split should return the last segment, even if empty (sorry, barry) by Fredrik Lundh · 23 years ago
- 2677512 Adding missing "static" declarations (found by "make smelly"). by Neil Schemenauer · 23 years ago
- dac5849 fixed character set description in docstring (SRE uses Python by Fredrik Lundh · 23 years ago
- 1296a8d sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity by Fredrik Lundh · 23 years ago
- bec95b9 rewrote the pattern.sub and pattern.subn methods in C by Fredrik Lundh · 23 years ago
- 5b68ce3 Change clear_handlers argument to indicate whether this is an initialization. by Martin v. Löwis · 23 years ago
- 971e78b rewrote the pattern.split method in C by Fredrik Lundh · 23 years ago
- 16e65a0 Add two forgotten 'break' statements by Andrew M. Kuchling · 23 years ago
- cad8fa1 (Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile by Guido van Rossum · 23 years ago
- c524d95 SF patch #460805 by Chris Gonnerman: Support for unsetenv() by Guido van Rossum · 23 years ago
- b6c1d52 SF patch #443759: Add Interface to readline's add_history by Guido van Rossum · 23 years ago
- 4fe3c27 Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW. by Martin v. Löwis · 23 years ago
- a4dc73e Don't leave bare newlines in long strings -- VC doesn't like that. by Guido van Rossum · 23 years ago
- 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
- a6535fd Shut up warnings for setgroups() on Linux -- you have to #include by Guido van Rossum · 23 years ago
- 397a654 SRE bug #441409: by Fredrik Lundh · 23 years ago
- 61c5edf Expose setgroups. Fixes feature request #468116. by Martin v. Löwis · 23 years ago
- de80f2e Expose three OpenSSL API calls for dealing with the PRNG. by Jeremy Hylton · 23 years ago
- a25d995 The Python symtable module depends on .h files that setup.py doesn't track. by Jeremy Hylton · 23 years ago
- 771f914 Remove unused convenience routine. by Jeremy Hylton · 23 years ago
- adbd35b Simplify and regularize docstrings. Also reformat so that each docstring by Tim Peters · 23 years ago
- 977e540 Trimmed trailing whitespace. by Tim Peters · 23 years ago
- b1a37c0 Removed more comments that didn't make much sense. by Tim Peters · 23 years ago
- 6605c64 Removed obsolete comments about confused string refcount tricks (Jeremy by Tim Peters · 23 years ago
- ba3dd99 Undo needless INCREF chicanery introduced by SF patch #450702. by Jeremy Hylton · 23 years ago
- 9d620d0 Simplify and fix error handling for most cases. by Jeremy Hylton · 23 years ago
- 49900000 More reformatting. by Jeremy Hylton · 23 years ago
- 0965e08 Add zlib_error() helper. by Jeremy Hylton · 23 years ago
- 9bc9d66 Remove many calls to set MemoryError exceptions. by Jeremy Hylton · 23 years ago
- 9714f99 Reformat! by Jeremy Hylton · 23 years ago
- 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
- 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 23 years ago
- 3eb46f3 Must terminate the Pickler_members[] and Pickler_getsets with NULL. by Jeremy Hylton · 23 years ago
- 30d1c75 Removed useless code to count the number of calls into the profiler. by Fred Drake · 23 years ago
- 499ab6a Better fix for core dumps on recursive objects in fast mode. by Jeremy Hylton · 23 years ago
- 2ef1b8f Remove a couple of tp_xxx fields that you are not expected to by Guido van Rossum · 23 years ago
- 17209fc Fix a bunch of warnings reported by Skip. by Guido van Rossum · 23 years ago
- 1c91707 Very subtle syntax change: in a list comprehension, the testlist in by Guido van Rossum · 23 years ago
- 1c07b4b Test for __sun instead of __sun__, since SUNWspro only defines the latter; by Martin v. Löwis · 23 years ago
- a38d916 Cast argument to set_panel_userptr to void*. Fixes bug #417240. by Martin v. Löwis · 23 years ago
- 7d99ff2 Speed the Windows code by using native 64-bit int compiler support instead by Tim Peters · 23 years ago
- 1b6e08a This compiles on Windows now. by Tim Peters · 23 years ago
- feab23f My editor can't deal with long backslash-continued strings. Changed 'em. by Tim Peters · 23 years ago
- 1566a17 Get hotshot closer to compiling on Windows. by Tim Peters · 23 years ago
- 8c081a1 The HotShot core: look, ma, no hands! by Fred Drake · 23 years ago
- bca8c2e Use double curly braces for the generation0/1/2 initializers, to shut by Guido van Rossum · 23 years ago
- 716aac0 PySocket_getaddrinfo(): fix two refcount bugs, both having to do with by Guido van Rossum · 23 years ago
- a0fb177 Progress on SF bug #466175 and general cleanup. by Jeremy Hylton · 23 years ago
- 9e4ca10 SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0. by Tim Peters · 23 years ago
- e2adc6c Use PySocket_Err() instead of PyErr_SetFromErrno(). by Jeremy Hylton · 23 years ago
- ba69936 Commit parts of SF patch #462759 by Jeremy Hylton · 23 years ago
- ae0013d Convert socket methods to use METH_O and METH_NOARGS where possible. by Jeremy Hylton · 23 years ago
- 57ca873 Add a bunch of SSL error constants by Jeremy Hylton · 23 years ago
- 5b6ce5a Lots of code reorganization with a few small API changes. by Jeremy Hylton · 23 years ago
- 22738b9 Do simple error checking before doing any SSL calls. by Jeremy Hylton · 23 years ago
- b0b0bd6 USe PyObject_SetString() instead of PyObject_SetObject() in newSSLObject(). by Jeremy Hylton · 23 years ago
- ec4b545 In newSSLObject(), initialize the various members of an SSLObject to NULL. by Jeremy Hylton · 23 years ago
- ab00645 A bit of reformatting to match the standard style by Jeremy Hylton · 23 years ago
- f86d63e Fix two memory leaks in socket.ssl(). by Jeremy Hylton · 23 years ago
- 1dbce44 Update URL. Fixes bug #468118. by Martin v. Löwis · 23 years ago
- ffa7aff Add additional fields to Xxo_Type declaration. Fixes bug #469250. by Martin v. Löwis · 23 years ago
- f2a67da Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. by Tim Peters · 23 years ago
- 6d483d3 _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value. by Tim Peters · 23 years ago
- 406fe3b Repaired the debug Windows deaths in test_descr, by allocating enough by Tim Peters · 23 years ago
- 8c18f25 _PyObject_GC_Malloc(): split a complicated line in two. As is, there was by Tim Peters · 23 years ago
- f7f8cad Adjust the _weakref module to use the public API for the weak reference by Fred Drake · 23 years ago
- 38300c6 Fix typo in docstring by Andrew M. Kuchling · 23 years ago
- 244edc8 Add chroot call. Implements feature #459267. by Martin v. Löwis · 23 years ago
- a645b30 Add various typecasts (back and forth from char * to unsigned char *) by Greg Ward · 23 years ago
- 1ce3cf7 SF patch [#466877] SIGBREAK is missing from signal module. by Tim Peters · 23 years ago
- 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 23 years ago