1. d67a3b9 Many calls to tk.call involve an arglist containing a single tuple. by Kurt B. Kaiser · 17 years ago
  2. 410c3b5 Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" by Thomas Heller · 17 years ago
  3. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  4. ea7f88e Fix warnings by using proper function prototype. by Thomas Heller · 17 years ago
  5. 6088f24 Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls. by Thomas Heller · 17 years ago
  6. e81c9f6 [ 1715718 ] x64 clean compile patch for _ctypes, by Kristj?n Valur by Thomas Heller · 17 years ago
  7. b53940f Fixing changes to getbuildinfo.c that broke linux builds by Kristján Valur Jónsson · 17 years ago
  8. 956f0f7 Patch by Tim Delany (missing DECREF). SF #1731330. by Guido van Rossum · 17 years ago
  9. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 17 years ago
  10. 82958f0 Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different by Hye-Shik Chang · 17 years ago
  11. 994ebed Backout the original 'fix' to 1721309 which had no effect. by Neal Norwitz · 17 years ago
  12. 601aa41 Fix compiler warnings. by Thomas Heller · 17 years ago
  13. 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 18 years ago
  14. a84dcd7 Stop using METH_OLDARGS implicitly by Neal Norwitz · 18 years ago
  15. e2e447b Stop using METH_OLDARGS by Neal Norwitz · 18 years ago
  16. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
  17. 4868ef8 Whoops, need to pay attention to those test failures. by Neal Norwitz · 18 years ago
  18. 59f58aa Clear data so random memory does not get freed. Will backport. by Neal Norwitz · 18 years ago
  19. 3ebc45d Backport checkin: by Walter Dörwald · 18 years ago
  20. 1ad576c Do not truncate 64-bit pointers to 32-bit integers. by Thomas Heller · 18 years ago
  21. db3bfdf On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes the by Thomas Heller · 18 years ago
  22. f030394 Fix problems in x64 build that were discovered by the testsuite: by Kristján Valur Jónsson · 18 years ago
  23. 9b73d0a Don't truncate pointers to integers (on win64 platform). by Thomas Heller · 18 years ago
  24. d83eb31 Stop using PyMem_FREE while the GIL is not held. For details see: by Neal Norwitz · 18 years ago
  25. 68bb9a1 When accessing the .value attribute of a c_wchar_p instance, and the by Thomas Heller · 18 years ago
  26. 5a901bd Make sure to call PyErr_NoMemory() in several places where by Thomas Heller · 18 years ago
  27. 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
  28. bd77c03 Accomodate 64 bit time_t in the _bsddb module. by Kristján Valur Jónsson · 18 years ago
  29. 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
  30. 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
  31. 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
  32. bd53870 SF #1703270, add missing declaration in readline.c to avoid compiler warning. by Neal Norwitz · 18 years ago
  33. a6fbc1eab Point readers at the patch submission instructions by Andrew M. Kuchling · 18 years ago
  34. 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 18 years ago
  35. 7a3d41f Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
  36. 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  37. e19e0c2 - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 18 years ago
  38. 01a807d Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 18 years ago
  39. e6e660b SF #1693079: Cannot save empty array in shelve by Raymond Hettinger · 18 years ago
  40. ea3307b Fix method names. Will backport. by Neal Norwitz · 18 years ago
  41. 30712ab In Windows' time.clock(), when QueryPerformanceFrequency() fails, by Georg Brandl · 18 years ago
  42. 1fe9f96 Bug 1688393. Adds a control of negative values in by Facundo Batista · 18 years ago
  43. e6a7039 Prevent creation (followed by a segfault) of array types when the size by Thomas Heller · 18 years ago
  44. 82730f8 Explain the purpose of the b_needsfree flag (forward ported from release25-maint). by Thomas Heller · 18 years ago
  45. f493cbd Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 18 years ago
  46. 4aef727 Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters by Georg Brandl · 18 years ago
  47. 5dc4fe0 Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. by Thomas Heller · 18 years ago
  48. a47337f Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 18 years ago
  49. 7478096 Typos. by Georg Brandl · 18 years ago
  50. 2456a3c Bug #1651235: When a tuple was passed to a ctypes function call, by Thomas Heller · 18 years ago
  51. c2f7725 Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) by Thomas Heller · 18 years ago
  52. 49aafc9 Variant of patch #697613: don't exit the interpreter on a SystemExit by Georg Brandl · 18 years ago
  53. d391f08 Patch for bug #1633621: if curses.resizeterm() or by Walter Dörwald · 18 years ago
  54. 40c6261 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  55. 2054ee9 Patch #1646728: datetime.fromtimestamp fails with negative by Guido van Rossum · 18 years ago
  56. b51a57e Fix another reincarnation of bug #1576657 in defaultdict. by Georg Brandl · 18 years ago
  57. eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 18 years ago
  58. 1b6ca54 Remove filler struct item and fix leak. by Raymond Hettinger · 18 years ago
  59. d36862c Add itertools.izip_longest(). by Raymond Hettinger · 18 years ago
  60. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  61. f228482 Update 1432399 to removal of _BT_SOCKADDR_MEMB. by Martin v. Löwis · 18 years ago
  62. 45423a7 Patch #1432399: Add HCI sockets. by Martin v. Löwis · 18 years ago
  63. b1cc1d4 Patch #1657276: Make NETLINK_DNRTMSG conditional. Will backport. by Martin v. Löwis · 18 years ago
  64. 4c11a92 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 18 years ago
  65. 6d121f1 Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 18 years ago
  66. 5a0217e Check for a common user error with defaultdict(). by Raymond Hettinger · 18 years ago
  67. 7a28447 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 18 years ago
  68. 4378215 Fix for #1643874: When calling SysAllocString, create a PyCObject by Thomas Heller · 18 years ago
  69. b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 18 years ago
  70. aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 18 years ago
  71. 2e07810 Replace C++ comments with C comments. by Thomas Heller · 18 years ago
  72. bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 18 years ago
  73. 0741a60 Merged changes from standalone version 2.3.3. This should probably all be by Gerhard Häring · 18 years ago
  74. 8138c26 Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions by Thomas Heller · 18 years ago
  75. 9ae562e Must change the version number in the _ctypes extension as well. by Thomas Heller · 18 years ago
  76. 51c2f6c Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 18 years ago
  77. d14ef77 Silence a warning from gcc 4.0.1 by specifying a function's parameter list is by Brett Cannon · 18 years ago
  78. 11a70c3 bump module version to match supported berkeleydb version by Gregory P. Smith · 18 years ago
  79. 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 18 years ago
  80. 7b7c9d4 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
  81. fd7e162 Fix typo. by Walter Dörwald · 18 years ago
  82. 8d0baae Comment typo by Andrew M. Kuchling · 18 years ago
  83. 44b054b [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 18 years ago
  84. 046c4d1 Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  85. ef583a4 Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
  86. 25d208b Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  87. 4fe4423 Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  88. 45e230a Speed up function calls into the math module by using METH_O. by Neal Norwitz · 18 years ago
  89. cffcc8b Make cStringIO.truncate raise IOError for negative by Martin v. Löwis · 18 years ago
  90. 25aabf4 Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  91. 6fc2382 Replace C++ comment with C comment (fixes SF bug #1593525). by Walter Dörwald · 18 years ago
  92. 97a5722 Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if by Neal Norwitz · 18 years ago
  93. 837ce93 Add some asserts. In sysmodule, I think these were to try to silence by Neal Norwitz · 18 years ago
  94. 0347a9a Get DBL_MAX from float.h not values.h. Will backport. by Martin v. Löwis · 18 years ago
  95. 443ccc7 Check for values.h. Will backport. by Martin v. Löwis · 18 years ago
  96. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
  97. 1b2f627 - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 18 years ago
  98. 10168f2 Patch #1580674: with this patch os.readlink uses the filesystem encoding to by Ronald Oussoren · 18 years ago
  99. a811c38 Fix various minor errors in passing arguments to PyArg_ParseTuple. by Martin v. Löwis · 18 years ago
  100. 79665b1 newIobject(): repaired incorrect cast to quiet MSVC warning. by Tim Peters · 18 years ago