- d67a3b9 Many calls to tk.call involve an arglist containing a single tuple. by Kurt B. Kaiser · 17 years ago
- 410c3b5 Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" by Thomas Heller · 17 years ago
- 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 17 years ago
- ea7f88e Fix warnings by using proper function prototype. by Thomas Heller · 17 years ago
- 6088f24 Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls. by Thomas Heller · 17 years ago
- e81c9f6 [ 1715718 ] x64 clean compile patch for _ctypes, by Kristj?n Valur by Thomas Heller · 17 years ago
- b53940f Fixing changes to getbuildinfo.c that broke linux builds by Kristján Valur Jónsson · 17 years ago
- 956f0f7 Patch by Tim Delany (missing DECREF). SF #1731330. by Guido van Rossum · 17 years ago
- 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 17 years ago
- 82958f0 Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different by Hye-Shik Chang · 17 years ago
- 994ebed Backout the original 'fix' to 1721309 which had no effect. by Neal Norwitz · 17 years ago
- 601aa41 Fix compiler warnings. by Thomas Heller · 17 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
- f228482 Update 1432399 to removal of _BT_SOCKADDR_MEMB. by Martin v. Löwis · 18 years ago
- 45423a7 Patch #1432399: Add HCI sockets. by Martin v. Löwis · 18 years ago
- b1cc1d4 Patch #1657276: Make NETLINK_DNRTMSG conditional. Will backport. by Martin v. Löwis · 18 years ago
- 4c11a92 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 18 years ago
- 6d121f1 Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 18 years ago
- 5a0217e Check for a common user error with defaultdict(). by Raymond Hettinger · 18 years ago
- 7a28447 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 18 years ago
- 4378215 Fix for #1643874: When calling SysAllocString, create a PyCObject by Thomas Heller · 18 years ago
- b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 18 years ago
- aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 18 years ago
- 2e07810 Replace C++ comments with C comments. by Thomas Heller · 18 years ago
- bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 18 years ago
- 0741a60 Merged changes from standalone version 2.3.3. This should probably all be by Gerhard Häring · 18 years ago
- 8138c26 Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions by Thomas Heller · 18 years ago
- 9ae562e Must change the version number in the _ctypes extension as well. by Thomas Heller · 18 years ago
- 51c2f6c Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 18 years ago
- d14ef77 Silence a warning from gcc 4.0.1 by specifying a function's parameter list is by Brett Cannon · 18 years ago
- 11a70c3 bump module version to match supported berkeleydb version by Gregory P. Smith · 18 years ago
- 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 18 years ago
- 7b7c9d4 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
- fd7e162 Fix typo. by Walter Dörwald · 18 years ago
- 8d0baae Comment typo by Andrew M. Kuchling · 18 years ago
- 44b054b [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 18 years ago
- 046c4d1 Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
- ef583a4 Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
- 25d208b Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
- 4fe4423 Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
- 45e230a Speed up function calls into the math module by using METH_O. by Neal Norwitz · 18 years ago
- cffcc8b Make cStringIO.truncate raise IOError for negative by Martin v. Löwis · 18 years ago
- 25aabf4 Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
- 6fc2382 Replace C++ comment with C comment (fixes SF bug #1593525). by Walter Dörwald · 18 years ago
- 97a5722 Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if by Neal Norwitz · 18 years ago
- 837ce93 Add some asserts. In sysmodule, I think these were to try to silence by Neal Norwitz · 18 years ago
- 0347a9a Get DBL_MAX from float.h not values.h. Will backport. by Martin v. Löwis · 18 years ago
- 443ccc7 Check for values.h. Will backport. by Martin v. Löwis · 18 years ago
- b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
- 1b2f627 - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 18 years ago
- 10168f2 Patch #1580674: with this patch os.readlink uses the filesystem encoding to by Ronald Oussoren · 18 years ago
- a811c38 Fix various minor errors in passing arguments to PyArg_ParseTuple. by Martin v. Löwis · 18 years ago
- 79665b1 newIobject(): repaired incorrect cast to quiet MSVC warning. by Tim Peters · 18 years ago