- 556b43d Restore BEGIN/END THREADS macros which were squashed in the previous checkin by Raymond Hettinger · 18 years ago
- 5a29dd3 Fix Coverity #159. by Neal Norwitz · 18 years ago
- c47cf7d dict could be NULL, so we need to XDECREF. by Neal Norwitz · 18 years ago
- a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 18 years ago
- 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 18 years ago
- 8335acb issue1597011: Fix for bz2 module corner-case error due to error checking bug. by Sean Reifscheider · 18 years ago
- 0153159 Add a bunch of GIL release/acquire points in tp_print implementations and for by Brett Cannon · 18 years ago
- 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 18 years ago
- 1ff91d9 Patch # 1140 (my code, approved by Effbot). by Guido van Rossum · 18 years ago
- 98d19da More work on SSL support. by Bill Janssen · 18 years ago
- e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 18 years ago
- f805785 email address update by Gregory P. Smith · 18 years ago
- 49c7c71 Remove unneeded #include. by Thomas Heller · 18 years ago
- 2825b2e Add a 'c_longdouble' type to the ctypes module. by Thomas Heller · 18 years ago
- bddc341 Patch #1733973 by peaker: by Armin Rigo · 18 years ago
- d44a4e9 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 18 years ago
- ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 18 years ago
- 3833640 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 18 years ago
- 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 18 years ago
- af699dd Document that we rely on the OS to release the crypto context. Fixes #1626801. by Martin v. Löwis · 18 years ago
- dcb3c38 Somewhat-preliminary slice-object and extended slicing support for ctypes. by Thomas Wouters · 18 years ago
- 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 18 years ago
- 780b80d > Some of the code sets the error string in this directly before by Guido van Rossum · 18 years ago
- dc98811 Fix a few more variables to try to get this to compile with Visual Studio. by Neal Norwitz · 18 years ago
- 049da9e Try to get this to build with Visual Studio by moving all the variable by Neal Norwitz · 18 years ago
- 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago
- 1a42ece Fix bug 1764407 - the -i switch now does the right thing when using the -m switch by Nick Coghlan · 18 years ago
- 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 18 years ago
- 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
- 91a5721 Fix memory leak in os.readlink by Neal Norwitz · 18 years ago
- b5e81aa Backport r56875 from py3k; double LEAVE_PYTHON when AsString() fails by Guido van Rossum · 18 years ago
- 95d9494 Fix compilation warning. by Georg Brandl · 18 years ago
- 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 18 years ago
- f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 18 years ago
- f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 18 years ago
- 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 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
- 9b73d0a Don't truncate pointers to integers (on win64 platform). by Thomas Heller · 18 years ago
- d83eb31 Stop using PyMem_FREE while the GIL is not held. For details see: by Neal Norwitz · 18 years ago
- 68bb9a1 When accessing the .value attribute of a c_wchar_p instance, and the by Thomas Heller · 18 years ago
- 5a901bd Make sure to call PyErr_NoMemory() in several places where by Thomas Heller · 18 years ago
- 7a0da19 Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64. by Kristján Valur Jónsson · 18 years ago
- bd77c03 Accomodate 64 bit time_t in the _bsddb module. by Kristján Valur Jónsson · 18 years ago
- 0a440d4 Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode(). Use this function in posixmodule.c when implementing fdopen(). This fixes test_subprocess.py for a VisualStudio 2005 compile. by Kristján Valur Jónsson · 18 years ago
- 67387fb Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typecast to get a 64 bit integer, and undefined the Yield macro that conflicts with winbase.h by Kristján Valur Jónsson · 18 years ago
- 17b8e97 Merge change 54909 from release25-maint: Fix several minor issues discovered using code analysis in VisualStudio 2005 Team Edition by Kristján Valur Jónsson · 18 years ago
- bd53870 SF #1703270, add missing declaration in readline.c to avoid compiler warning. by Neal Norwitz · 18 years ago
- a6fbc1eab Point readers at the patch submission instructions by Andrew M. Kuchling · 18 years ago
- 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 18 years ago
- 7a3d41f Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
- 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
- e19e0c2 - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 18 years ago
- 01a807d Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 18 years ago
- e6e660b SF #1693079: Cannot save empty array in shelve by Raymond Hettinger · 18 years ago
- ea3307b Fix method names. Will backport. by Neal Norwitz · 18 years ago
- 30712ab In Windows' time.clock(), when QueryPerformanceFrequency() fails, by Georg Brandl · 18 years ago
- 1fe9f96 Bug 1688393. Adds a control of negative values in by Facundo Batista · 18 years ago
- e6a7039 Prevent creation (followed by a segfault) of array types when the size by Thomas Heller · 18 years ago
- 82730f8 Explain the purpose of the b_needsfree flag (forward ported from release25-maint). by Thomas Heller · 18 years ago
- f493cbd Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 18 years ago
- 4aef727 Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters by Georg Brandl · 18 years ago
- 5dc4fe0 Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. by Thomas Heller · 18 years ago
- a47337f Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 18 years ago
- 7478096 Typos. by Georg Brandl · 18 years ago
- 2456a3c Bug #1651235: When a tuple was passed to a ctypes function call, by Thomas Heller · 18 years ago
- c2f7725 Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) by Thomas Heller · 18 years ago
- 49aafc9 Variant of patch #697613: don't exit the interpreter on a SystemExit by Georg Brandl · 18 years ago
- d391f08 Patch for bug #1633621: if curses.resizeterm() or by Walter Dörwald · 18 years ago
- 40c6261 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
- 2054ee9 Patch #1646728: datetime.fromtimestamp fails with negative by Guido van Rossum · 18 years ago
- b51a57e Fix another reincarnation of bug #1576657 in defaultdict. by Georg Brandl · 18 years ago
- eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 18 years ago
- 1b6ca54 Remove filler struct item and fix leak. by Raymond Hettinger · 18 years ago
- d36862c Add itertools.izip_longest(). by Raymond Hettinger · 18 years ago
- 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago