1. a355c14 Whoops. by Georg Brandl · 19 years ago
  2. bf92f46 Convert more modules to METH_VARARGS. by Georg Brandl · 19 years ago
  3. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 19 years ago
  4. 2cfaa34 Correct some value converting strangenesses. by Georg Brandl · 19 years ago
  5. 162997e Silence a warning. by Armin Rigo · 19 years ago
  6. 28b2686 simplify the struct code a bit (no functional changes) by Bob Ippolito · 19 years ago
  7. bda0744 Convert fmmodule to METH_VARARGS. by Georg Brandl · 19 years ago
  8. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 19 years ago
  9. c7c5114 Fix refleak in socketmodule. Replace bogus Py_BuildValue calls. by Georg Brandl · 19 years ago
  10. 964f597 METH_NOARGS functions do get called with two args. by Georg Brandl · 19 years ago
  11. 660222f Convert audioop over to METH_VARARGS. by Georg Brandl · 19 years ago
  12. fbef588 Fix C function calling conventions in _sre module. by Georg Brandl · 19 years ago
  13. c26025c Fix ref-antileak in _struct.c which eventually lead to deallocating None. by Georg Brandl · 19 years ago
  14. cd51ca5 fix struct regression on 64-bit platforms by Bob Ippolito · 19 years ago
  15. 2d40077 needforspeed: use PyObject_MALLOC instead of system malloc for small by Jack Diederich · 19 years ago
  16. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 19 years ago
  17. 1fcdc23 Fix up struct docstrings, add struct.pack_to function for symmetry by Bob Ippolito · 19 years ago
  18. 90bd0a5 Remove the range checking and int usage #defines from _struct and strip out the now-dead code by Bob Ippolito · 19 years ago
  19. d532ba0 Explain why 'consumed' is initialized. by Martin v. Löwis · 19 years ago
  20. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 19 years ago
  21. 2f3136b Fix compiler warning (and whitespace) on Mac OS 10.4. (A lot of this code looked duplicated, I wonder if a utility function could help reduce the duplication here.) by Neal Norwitz · 19 years ago
  22. aa70a17 enable all of the struct tests, use ssize_t, fix some whitespace by Bob Ippolito · 19 years ago
  23. 7784f12 Replace Py_BuildValue("OO") by PyTuple_Pack. by Georg Brandl · 19 years ago
  24. 735ae48 Repair Windows compiler warnings about mixing by Tim Peters · 19 years ago
  25. 0cbf2c5 fix signed/unsigned mismatch in struct by Bob Ippolito · 19 years ago
  26. 1d2b0e3 Enable PY_USE_INT_WHEN_POSSIBLE in struct by Bob Ippolito · 19 years ago
  27. 685dda8 Fix _struct typo that broke some 64-bit platforms by Bob Ippolito · 19 years ago
  28. ad64785 Fix distutils so that libffi will cross-compile between darwin/x86 and darwin/ppc by Bob Ippolito · 19 years ago
  29. e27337b fix #1229380 No struct.pack exception for some out of range integers by Bob Ippolito · 19 years ago
  30. 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 19 years ago
  31. 6c433a9 use Py_ssize_t in places that may need it by Jack Diederich · 19 years ago
  32. c285e62 Repair idiot typo, and complete the job of trying to by Tim Peters · 19 years ago
  33. 4c803f1 Move over to use of METH_O and METH_NOARGS. by Brett Cannon · 19 years ago
  34. 45c6472 Add missing files from x86 darwin ctypes patch by Bob Ippolito · 19 years ago
  35. 7a822da Some Win64 pre-release in 2000 didn't support by Tim Peters · 19 years ago
  36. f5bc414 Fix minor typo in prep_cif.c by Ronald Oussoren · 19 years ago
  37. 964e02a fix test_float regression and 64-bit size mismatch issue by Bob Ippolito · 19 years ago
  38. 66c0935 enable darwin/x86 support for libffi and hence ctypes (doesn't yet support --enable-universalsdk) by Bob Ippolito · 19 years ago
  39. a99865b Use faster struct pack/unpack functions for the endian table that matches the host's by Bob Ippolito · 19 years ago
  40. 04ab994 Use LONG_MIN and LONG_MAX to check Python integer bounds instead of the incorrect INT_MIN and INT_MAX by Bob Ippolito · 19 years ago
  41. 684fd0c Replace PyObject_CallFunction calls with only object args by Georg Brandl · 19 years ago
  42. 3b0cae9 fix a struct regression where long would be returned for short unsigned integers by Bob Ippolito · 19 years ago
  43. 3fc2bb9 Fix Cygwin compiler issue by Bob Ippolito · 19 years ago
  44. 94f68ee Struct now unpacks to PY_LONG_LONG directly when possible, also include #ifdef'ed out code that will return int instead of long when in bounds (not active since it's an API and doc change) by Bob Ippolito · 19 years ago
  45. eb62127 refactor unpack, add unpack_from by Bob Ippolito · 19 years ago
  46. 07c023b fix typo in _struct by Bob Ippolito · 19 years ago
  47. d3611eb forward declaration for PyStructType by Bob Ippolito · 19 years ago
  48. 4de3f99 fix linking issue, warnings, in struct by Bob Ippolito · 19 years ago
  49. 232f3c9 patch #1493701: performance enhancements for struct module by Bob Ippolito · 19 years ago
  50. 7ccc95a patch #1493701: performance enhancements for struct module by Bob Ippolito · 19 years ago
  51. 27abce5 revert #1493701 by Bob Ippolito · 19 years ago
  52. fb8b84a Patch #1493701: performance enhancements for struct module. by Bob Ippolito · 19 years ago
  53. a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 19 years ago
  54. 378d592 Patch #1490224: set time.altzone correctly on Cygwin. by Georg Brandl · 19 years ago
  55. 9e5b5e4 Fix typo in os.utime docstring (patch #1490189) by Georg Brandl · 19 years ago
  56. 402cc24 PyZlib_copy(), PyZlib_uncopy(): Repair leaks on the normal-case path. by Tim Peters · 19 years ago
  57. 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 19 years ago
  58. 5f5d99c - Test for sys/statvfs.h before including it, as statvfs is present by Martin v. Löwis · 19 years ago
  59. e3edaea Fix memory leak. by Martin v. Löwis · 19 years ago
  60. 375f06b Remove lie in new comment. by Tim Peters · 19 years ago
  61. 8931ff1 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV by Tim Peters · 19 years ago
  62. 77c176d Fix alignment error on Itanium. by Martin v. Löwis · 19 years ago
  63. 682b1bb Dynamically allocate path name buffer for Unicode by Martin v. Löwis · 19 years ago
  64. 38e3b7d Don't mask a no memory error with a less meaningful one as discussed on python-checkins by Neal Norwitz · 19 years ago
  65. c6a989a Fix problems found by Coverity. by Neal Norwitz · 19 years ago
  66. 9f485bc Add missing PyMem_Free. by Martin v. Löwis · 19 years ago
  67. d4e3bb3 Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. by Martin v. Löwis · 19 years ago
  68. 9b83fc6 Clean up. by Thomas Heller · 19 years ago
  69. 21a929f Export the 'free' standard C function for use in the test suite. by Thomas Heller · 19 years ago
  70. 4fc2bda Drop now-unnecessary arguments to posix_2str. by Martin v. Löwis · 19 years ago
  71. 8e0d494 Implement os.{chdir,rename,rmdir,remove} using Win32 directly. by Martin v. Löwis · 19 years ago
  72. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 19 years ago
  73. 9652baa Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1. by Neal Norwitz · 19 years ago
  74. 8672519 Work around deadlock risk. Will backport. by Martin v. Löwis · 19 years ago
  75. de9b624 Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. by Georg Brandl · 19 years ago
  76. b75d43d Further changes for #1471883: Edit Misc/NEWS, and add expat_config.h. by Martin v. Löwis · 19 years ago
  77. 6d78a58 Bug #1478429: make datetime.datetime.fromtimestamp accept every float, by Georg Brandl · 19 years ago
  78. 82d4cc2 Fix some warnings on Mac OS X 10.4 by Neal Norwitz · 19 years ago
  79. f4795c8 Fix build on MIPS for libffi. I haven't tested this yet because I by Hye-Shik Chang · 19 years ago
  80. 57a0361 Patch from Aldo Cortesi (OpenBSD buildbot owner). by Neal Norwitz · 19 years ago
  81. 4e1777d Fix compiler warnings on Darwin. by Thomas Heller · 19 years ago
  82. 1ddba60 Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses by Thomas Wouters · 19 years ago
  83. 0452049 Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and by Thomas Wouters · 19 years ago
  84. 6dbff33 SF bug/patch #1433877: string parameter to ioctl not null terminated by Thomas Wouters · 19 years ago
  85. 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 19 years ago
  86. 32fd16e Patch 1471761 - test for broken poll at runtime by Ronald Oussoren · 19 years ago
  87. d06b6f2 Patch 1471925 - Weak linking support for OSX by Ronald Oussoren · 19 years ago
  88. 6685128 Fix more ssize_t issues. by Martin v. Löwis · 19 years ago
  89. 26fd960 Fix more ssize_t problems. by Martin v. Löwis · 19 years ago
  90. 6ce35a9 Fix comment typo by Andrew M. Kuchling · 19 years ago
  91. 4b75a7c Merge in changes from ctypes 0.9.9.6 upstream version. by Thomas Heller · 19 years ago
  92. db8955b Backport p3yk r45619: by Hye-Shik Chang · 19 years ago
  93. c34b931 This is a long-ago patch I submitted to SF (1100924) to time the gc passes. by Skip Montanaro · 19 years ago
  94. 449b24e Address issues brought up by MvL on python-checkins. by Neal Norwitz · 19 years ago
  95. 0d21b1e Whitespace, fix indentation by Neal Norwitz · 19 years ago
  96. 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
  97. a9017c3 SF Patch #1062014: AF_UNIX sockets under Linux have a special by Armin Rigo · 19 years ago
  98. b6dfaed Rename remaining StgDictObject's ffi_type fields to ffi_type_pointer. by Thomas Heller · 19 years ago
  99. 058be9a C++ compiler cleanup: the typical few casts, and ... C++ didn't like that by Skip Montanaro · 19 years ago
  100. cbe2e49 C++ compiler cleanup: a cast here, a cast there... still does not compile under C++ though... by Skip Montanaro · 19 years ago