1. ce32eb7 #6416: Fix compilation of the select module on Windows, as well as test_subprocess: by Amaury Forgeot d'Arc · 15 years ago
  2. 5fd3af2 Issue #1523: Remove deprecated overflow masking in struct module, and by Mark Dickinson · 15 years ago
  3. 24766ba Typo in error message by Mark Dickinson · 15 years ago
  4. e93eee7 #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD. by Amaury Forgeot d'Arc · 15 years ago
  5. 463dc4b Issues #1530559, #1741130: Fix various inconsistencies in struct.pack by Mark Dickinson · 15 years ago
  6. 0fe7991 Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and by Alexandre Vassalotti · 15 years ago
  7. 9d36fd2 Adds the select.PIPE_BUF attribute to expose the system constant. by Gregory P. Smith · 15 years ago
  8. 8693214 multiprocessing doesn't compile in Solaris because a typo by Jesus Cea · 15 years ago
  9. 8839fd7 Issue #6344: Fixed a crash of mmap.read() when passed a negative argument. by Hirokazu Yamamoto · 15 years ago
  10. bcff47a Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttributesEx[AW] by Hirokazu Yamamoto · 15 years ago
  11. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 15 years ago
  12. ca69bb9 Fix a compilation warning on Windows by Amaury Forgeot d'Arc · 15 years ago
  13. 0115e09 Issue 6305: Clarify error message for large arguments to itertools.islice(). by Raymond Hettinger · 15 years ago
  14. 94819cf remove some unused symtable constants by Benjamin Peterson · 15 years ago
  15. 9f7baec backport r73430 by Benjamin Peterson · 15 years ago
  16. 983a465 Issue #6271: mmap tried to close invalid file handle (-1) when annonymous. by Hirokazu Yamamoto · 15 years ago
  17. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago
  18. 1672dc6 Fix signed/unsigned compiler warning. by Raymond Hettinger · 15 years ago
  19. e021c9c backport r73268 by Benjamin Peterson · 15 years ago
  20. 4f16d3b Issue #4873: Fix resource leaks in error cases of pwd and grp. by Martin v. Löwis · 15 years ago
  21. 7937d93 Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g by Jeffrey Yasskin · 15 years ago
  22. 57bef68 Issue 5794: fix cPickle's unpickling of recursive tuples. by Collin Winter · 15 years ago
  23. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 15 years ago
  24. 7285a26 fix error handling by Benjamin Peterson · 15 years ago
  25. 179bf21 Issue 5670: special-case pickling of dicts. This nearly doubles the performance of dict pickling in cPickle. by Collin Winter · 15 years ago
  26. a7724e5 stop using Py_FindMethod by Benjamin Peterson · 15 years ago
  27. d49e375 Issue #1309352: fcntl now converts its third arguments to a C `long` rather by Antoine Pitrou · 15 years ago
  28. 4fe3858 Fix build under Windows by Antoine Pitrou · 15 years ago
  29. e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 15 years ago
  30. 76dd2d1 Some pid_t-expecting or producing functions were forgotten in r72852. by Antoine Pitrou · 15 years ago
  31. 5e858fe Issue #1983: Fix functions taking or returning a process identifier to use by Antoine Pitrou · 15 years ago
  32. cf4ad76 typos in ctypes Module by Mark Dickinson · 15 years ago
  33. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 15 years ago
  34. 42b5bcf Issue #5918: Fix a crash in the parser module. by Antoine Pitrou · 15 years ago
  35. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  36. 083d1f9 Issue #5933: Fix gcc -Wextra compiler warnings (and remove some by Mark Dickinson · 15 years ago
  37. fd1ee7a Add a file that contains diffs between offical libffi files and the by Thomas Heller · 15 years ago
  38. a7fb408 Issue 3739: The unicode-internal encoder now reports the number of *characters* by Walter Dörwald · 15 years ago
  39. c6c1f96 tabify :( by Benjamin Peterson · 15 years ago
  40. a98c8e1 fix running test_capi with -R :: by Benjamin Peterson · 15 years ago
  41. 929ab93 Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for by Mark Dickinson · 15 years ago
  42. f71ba95 #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. by Georg Brandl · 15 years ago
  43. 406d7aa Issue #5913: os.listdir() should fail for empty path on windows. by Hirokazu Yamamoto · 15 years ago
  44. eeb51a9 cleanup applied patch to match style that is already in py3k branch. by Gregory P. Smith · 15 years ago
  45. d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 15 years ago
  46. 7430989 Isue #5084: unpickling now interns the attribute names of pickled objects, by Antoine Pitrou · 15 years ago
  47. 3fd4ea9 Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully. by Antoine Pitrou · 15 years ago
  48. 90c61a2 Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips by Thomas Heller · 15 years ago
  49. e988e28 Issue #1734234: Massively speedup `unicodedata.normalize()` when the by Antoine Pitrou · 15 years ago
  50. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  51. e09f161 Issue #5078: Avoid redundant call to FormatError() by Thomas Heller · 15 years ago
  52. 5c6af80 Issue #3102: All global symbols that the _ctypes extension defines are by Thomas Heller · 15 years ago
  53. ec21ccd Issue 5041: ctypes unwilling to allow pickling wide character. by Thomas Heller · 15 years ago
  54. 2d69358 Remove duplicated function declaration. Make _pagesize static. by Thomas Heller · 15 years ago
  55. 4954ffd Remove unneeded code. by Thomas Heller · 15 years ago
  56. 3c4a546 #5704: let python -3 imply -t as well. by Georg Brandl · 15 years ago
  57. 6d30793 Fixes issue5705: os.setuid() and friends did not accept the same range of by Gregory P. Smith · 15 years ago
  58. 91a3b9e Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' by Matthias Klose · 15 years ago
  59. d3eaa74 #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  60. 5d64c33 Include tkinter.h only after including tk.h (or the equivalent for another platform). by Guilherme Polo · 15 years ago
  61. 5053fbb Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES by Jesse Noller · 15 years ago
  62. b502bc7 Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to Martin Loewis by Jesse Noller · 15 years ago
  63. 355b126 issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help by Jesse Noller · 15 years ago
  64. 2ecd3c3 bounds check arguments to mmap.move(). All of them. Really. by Jack Diederich · 15 years ago
  65. feab334 http://bugs.python.org/issue5623 by Kristján Valur Jónsson · 15 years ago
  66. c53306c Fixed compile error on windows. by Hirokazu Yamamoto · 15 years ago
  67. d60c29e #5228: add pickle support to functools.partial by Jack Diederich · 15 years ago
  68. 42f9b4e Issue 5619: Pass MS CRT debug flags into subprocesses by Jesse Noller · 15 years ago
  69. 1d7d532 Issue #5387: Fixed mmap.move crash by integer overflow. (take2) by Hirokazu Yamamoto · 15 years ago
  70. 40a6164 Apply patch for netbsd multiprocessing support by Jesse Noller · 15 years ago
  71. 9d2ee5d Issue #5387: Fixed mmap.move crash by integer overflow. by Hirokazu Yamamoto · 15 years ago
  72. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 15 years ago
  73. 76a982a Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container by Bob Ippolito · 15 years ago
  74. 41eb086 Typo fix by Guilherme Polo · 15 years ago
  75. 1972d16 Adjusted _tkinter to compile without warnings when WITH_THREAD is not by Guilherme Polo · 15 years ago
  76. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 15 years ago
  77. a0b8d9a Silence a compiler warning. by Raymond Hettinger · 15 years ago
  78. 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 15 years ago
  79. 6b265f1 Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  80. d914e3f merge json library with simplejson 2.0.9 (issue 4136) by Bob Ippolito · 15 years ago
  81. 4c95e09 #5496: fix docstring of lookup(). by Georg Brandl · 15 years ago
  82. 56411aa For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  83. bac769b Small optimization for corner case where maxlen==0. by Raymond Hettinger · 15 years ago
  84. 3768b2f Fixed issue #4792: Prevent a segfault in _tkinter by using the by Guilherme Polo · 15 years ago
  85. 264fc12 Issue #5385: Fixed mmap crash after resize failure on windows. by Hirokazu Yamamoto · 15 years ago
  86. 8355155 Fixed memory leak. by Hirokazu Yamamoto · 15 years ago
  87. 7705d0a Fix SHA_new and MD5_new, that would crash if not given initial data by Kristján Valur Jónsson · 15 years ago
  88. de28d68 Issue #5393: typo in cmath.cos and cmath.cosh docstring by Mark Dickinson · 15 years ago
  89. b0e10c7 Issue #1733986: Fixed mmap crash in accessing elements of second map object by Hirokazu Yamamoto · 15 years ago
  90. f2dc885 Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer by Hirokazu Yamamoto · 15 years ago
  91. 873389d fix compiler warnings by Benjamin Peterson · 15 years ago
  92. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 15 years ago
  93. aa681c7 Fix keyword arguments for itertools.count(). by Raymond Hettinger · 15 years ago
  94. 182edae Add keyword arg support to itertools.repeat(). by Raymond Hettinger · 15 years ago
  95. 2e2909f Add keyword arg support to itertools.compress(). by Raymond Hettinger · 15 years ago
  96. 08259e8 Py3k warnings now automatically include -Qwarn for division. by Raymond Hettinger · 15 years ago
  97. 17a837e Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0, by Hirokazu Yamamoto · 15 years ago
  98. f6bbd0e Issue #5292: Fixed mmap crash on its boundary access m[len(m)]. by Hirokazu Yamamoto · 15 years ago
  99. a7b0c12 PyList_Append() can fail by Benjamin Peterson · 15 years ago
  100. 062a7c3 fix compiler warnings by Benjamin Peterson · 15 years ago