- a63f268 Fixed warning in ssl module by Christian Heimes · 17 years ago
- 2518b25 Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments. by Christian Heimes · 17 years ago
- adf9ffd Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate. by Raymond Hettinger · 17 years ago
- 842c178 Fixed a nasty problem in the xxmodule.c by Christian Heimes · 17 years ago
- 99b9df8 Forward-port of commit 59184. by Gerhard Häring · 17 years ago
- 137c49c Patch #1643738 by Ulisses Furquim -- make the is_tripped variable by Guido van Rossum · 17 years ago
- 7b3cc06 Forward-port r59310: by Martin v. Löwis · 17 years ago
- 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
- 0f6d4e6 I followed MA Lemberg's suggestion and added comments to the late initialization of the type slots. by Christian Heimes · 17 years ago
- 3305c52 Applied my patch #1455 with some extra fixes for VS 2005 by Christian Heimes · 17 years ago
- 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 17 years ago
- 8fc2a34 Remove unused global variable, and remove unneeded COMError.__str__ by Thomas Heller · 17 years ago
- b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 17 years ago
- e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 17 years ago
- 901071b Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress by Christian Heimes · 17 years ago
- 5087980 The incremental decoder for utf-7 must preserve its state between calls. by Amaury Forgeot d'Arc · 17 years ago
- 8c4592a Backport some main.c cleanup from the py3k branch by Nick Coghlan · 17 years ago
- 327a39b Patch #1739468: Directories and zipfiles containing __main__.py are now executable by Nick Coghlan · 17 years ago
- 5397fd1 A patch from issue 1378 by roudkerk: by Guido van Rossum · 17 years ago
- 1bc4af4 readline module cleanup by Christian Heimes · 17 years ago
- f354894 Only set rl_completion_display_matches_hook if there by Martin v. Löwis · 17 years ago
- d3ffd34 Use a freelist to speed-up block allocation and deallocation in collections.deque(). by Raymond Hettinger · 17 years ago
- fc00669 * db->get_types is only available in BerkeleyDB >= 4.2 by Gregory P. Smith · 17 years ago
- ac11e02 Add the bsddb.db.DBEnv.lock_id_free method. by Gregory P. Smith · 17 years ago
- ec10a4a Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and by Gregory P. Smith · 17 years ago
- aae141a Fix bug introduced in revision 58385. Database keys could no longer by Gregory P. Smith · 17 years ago
- 9c4382f Fix some compiler warnings for signed comparisons on Unix and Windows. by Neal Norwitz · 17 years ago
- 469b2a5 ffi_type_longdouble may be already #defined. See issue 1324. by Thomas Heller · 17 years ago
- 8feafab Add phuang patch from Issue 708374 which adds offset parameter to mmap module. by Travis E. Oliphant · 17 years ago
- 91ac422 Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. by Thomas Heller · 17 years ago
- f3ca169 Get this module to compile with bsddb versions prior to 4.3 by Neal Norwitz · 17 years ago
- e545ff3 Fix Coverity 168: Close the file before returning (exiting). by Neal Norwitz · 17 years ago
- 088beae Get rid of compiler warning about retval being used (returned) without by Neal Norwitz · 17 years ago
- c740d83 Get rid of warnings on a bunch of platforms by using a proper prototype. by Neal Norwitz · 17 years ago
- 6899586 Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbounded deques. by Raymond Hettinger · 17 years ago
- 10bed54 Fix a double free when positioning a database cursor to a non-existant by Gregory P. Smith · 17 years ago
- 3925053 Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API by Gregory P. Smith · 17 years ago
- e70be5c Stab in the dark attempt to fix the test_bsddb3 failure on sparc and S-390 by Gregory P. Smith · 17 years ago
- 556b43d Restore BEGIN/END THREADS macros which were squashed in the previous checkin by Raymond Hettinger · 17 years ago
- 5a29dd3 Fix Coverity #159. by Neal Norwitz · 17 years ago
- c47cf7d dict could be NULL, so we need to XDECREF. by Neal Norwitz · 17 years ago
- a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 17 years ago
- 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 17 years ago
- 8335acb issue1597011: Fix for bz2 module corner-case error due to error checking bug. by Sean Reifscheider · 17 years ago
- 0153159 Add a bunch of GIL release/acquire points in tp_print implementations and for by Brett Cannon · 17 years ago
- 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 17 years ago
- 1ff91d9 Patch # 1140 (my code, approved by Effbot). by Guido van Rossum · 17 years ago
- 98d19da More work on SSL support. by Bill Janssen · 17 years ago
- e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 17 years ago
- f805785 email address update by Gregory P. Smith · 17 years ago
- 49c7c71 Remove unneeded #include. by Thomas Heller · 17 years ago
- 2825b2e Add a 'c_longdouble' type to the ctypes module. by Thomas Heller · 17 years ago
- bddc341 Patch #1733973 by peaker: by Armin Rigo · 17 years ago
- d44a4e9 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
- ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 17 years ago
- 3833640 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 17 years ago
- 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 17 years ago
- af699dd Document that we rely on the OS to release the crypto context. Fixes #1626801. by Martin v. Löwis · 17 years ago
- dcb3c38 Somewhat-preliminary slice-object and extended slicing support for ctypes. by Thomas Wouters · 17 years ago
- 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 17 years ago
- 780b80d > Some of the code sets the error string in this directly before by Guido van Rossum · 17 years ago
- dc98811 Fix a few more variables to try to get this to compile with Visual Studio. by Neal Norwitz · 17 years ago
- 049da9e Try to get this to build with Visual Studio by moving all the variable by Neal Norwitz · 17 years ago
- 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 17 years ago
- 1a42ece Fix bug 1764407 - the -i switch now does the right thing when using the -m switch by Nick Coghlan · 17 years ago
- 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 17 years ago
- 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
- 91a5721 Fix memory leak in os.readlink by Neal Norwitz · 17 years ago
- b5e81aa Backport r56875 from py3k; double LEAVE_PYTHON when AsString() fails by Guido van Rossum · 17 years ago
- 95d9494 Fix compilation warning. by Georg Brandl · 17 years ago
- 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
- f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 17 years ago
- f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
- 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
- 219336a Document that codecs.lookup() returns a CodecInfo object. by Walter Dörwald · 18 years ago
- fe31d77 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 18 years ago
- ef4fff3 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 18 years ago
- 1421b00 Repair COMError. Since exceptions are new style classes now, setting by Thomas Heller · 18 years ago
- d67a3b9 Many calls to tk.call involve an arglist containing a single tuple. by Kurt B. Kaiser · 18 years ago
- 410c3b5 Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" by Thomas Heller · 18 years ago
- 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 18 years ago
- ea7f88e Fix warnings by using proper function prototype. by Thomas Heller · 18 years ago
- 6088f24 Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls. by Thomas Heller · 18 years ago
- e81c9f6 [ 1715718 ] x64 clean compile patch for _ctypes, by Kristj?n Valur by Thomas Heller · 18 years ago
- b53940f Fixing changes to getbuildinfo.c that broke linux builds by Kristján Valur Jónsson · 18 years ago
- 956f0f7 Patch by Tim Delany (missing DECREF). SF #1731330. by Guido van Rossum · 18 years ago
- 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 18 years ago
- 82958f0 Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different by Hye-Shik Chang · 18 years ago
- 994ebed Backout the original 'fix' to 1721309 which had no effect. by Neal Norwitz · 18 years ago
- 601aa41 Fix compiler warnings. by Thomas Heller · 18 years ago
- 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 18 years ago
- a84dcd7 Stop using METH_OLDARGS implicitly by Neal Norwitz · 18 years ago
- e2e447b Stop using METH_OLDARGS by Neal Norwitz · 18 years ago
- dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
- 4868ef8 Whoops, need to pay attention to those test failures. by Neal Norwitz · 18 years ago
- 59f58aa Clear data so random memory does not get freed. Will backport. by Neal Norwitz · 18 years ago
- 3ebc45d Backport checkin: by Walter Dörwald · 18 years ago
- 1ad576c Do not truncate 64-bit pointers to 32-bit integers. by Thomas Heller · 18 years ago
- db3bfdf On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes the by Thomas Heller · 18 years ago
- f030394 Fix problems in x64 build that were discovered by the testsuite: by Kristján Valur Jónsson · 18 years ago