1. 973f8b4 Make cPickle.Unpickler.noload() handle dict subclasses. noload() is by Neil Schemenauer · 16 years ago
  2. 3d83082 Issue #7078: _struct.__doc__ was being ignored. Import it into struct. by Mark Dickinson · 16 years ago
  3. d0052d1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, by Amaury Forgeot d'Arc · 16 years ago
  4. 3de4647 Fix compilation warning on Windows, where size_t is 32bit but file offsets are 64bit. by Amaury Forgeot d'Arc · 16 years ago
  5. dbf3b25 #6990: clear threading.local's key only after its thread state is removed: by Philip Jenvey · 16 years ago
  6. b93fff0 Issue #3366: Add gamma function to math module. by Mark Dickinson · 16 years ago
  7. 716a9cc Eliminate unnecessary get_wrapped_(u)long defines in struct module. by Mark Dickinson · 16 years ago
  8. b49e53e #6243: fix segfault when keyname() returns a NULL pointer. by Andrew M. Kuchling · 16 years ago
  9. 2fcd03b http://bugs.python.org/issue6971 by Kristján Valur Jónsson · 16 years ago
  10. 6ef9fd7 Fix whitespace. by Brett Cannon · 16 years ago
  11. 4d94743 When range checking was added to time.strftime() a check was placed on tm_isdst by Brett Cannon · 16 years ago
  12. 2a46658 Issue #6236, #6348: Fix various failures in the io module under AIX by Antoine Pitrou · 16 years ago
  13. 16766d7 Merge a newer version of libffi_osx, based on the by Ronald Oussoren · 16 years ago
  14. 9f20d9d Issue 6877: this patch makes it possible to link the readline extension by Ronald Oussoren · 16 years ago
  15. d25fb2f Remove unused variable and static function to fix compiler warnings. by Thomas Heller · 16 years ago
  16. ab84989 #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set. Also clean up another usage of PyArg_ParseTuple. by Georg Brandl · 16 years ago
  17. 6be522b Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) by Thomas Heller · 16 years ago
  18. 7a352c0 Issue #5042: Structure sub-subclass does now initialize correctly with by Thomas Heller · 16 years ago
  19. 4676048 Remove outdated include; this include was breaking OS X builds using by Mark Dickinson · 16 years ago
  20. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 16 years ago
  21. 8246968 tabbify by Benjamin Peterson · 16 years ago
  22. 7f6d083 #6865 fix ref counting in initialization of pwd module by Benjamin Peterson · 16 years ago
  23. 81809a4 Make ctypes compile again with older Python versions. by Thomas Heller · 16 years ago
  24. fff896b #6750: TextIOWrapped could duplicate output when several threads write to it. by Amaury Forgeot d'Arc · 16 years ago
  25. 4e63d54 Add weakref support to the thread.lock type. by Gregory P. Smith · 16 years ago
  26. 764465f Expat could crash if given the wrong kind of input by never stopping its by Brett Cannon · 16 years ago
  27. c4ad034 Fix issue1628205: Socket file objects returned by socket.socket.makefile() now by Gregory P. Smith · 16 years ago
  28. f466642 comment typo fix by Gregory P. Smith · 16 years ago
  29. 20e1f93 Issue #6629: Fix a data corruption issue in the new `io` package, which could by Antoine Pitrou · 16 years ago
  30. 8d5a652 Issue #6644: Fix compile error on AIX. by Mark Dickinson · 16 years ago
  31. 8fdab95 Issue 6637: defaultdict.copy() failed with an empty factory. by Raymond Hettinger · 16 years ago
  32. fe67bd9 Issue #6561: '\d' regular expression should not match characters of by Mark Dickinson · 16 years ago
  33. 74b3016 #6553: crash in cPickle.load(), when given a StringIO with incomplete data. by Amaury Forgeot d'Arc · 16 years ago
  34. d8431ae Revert rev 74134, as it does not completely fixx issue #6493. by Thomas Heller · 16 years ago
  35. 6adda96 Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits wide. by Thomas Heller · 16 years ago
  36. 0b5b8af Fix GCC warning about fprintf used without a string literal and by Alexandre Vassalotti · 16 years ago
  37. 6d78736 Initialize variables in PyCurses_getsyx() to avoid compiler warnings. by Alexandre Vassalotti · 16 years ago
  38. d77faaf #5910: fix kqueue for calls with more than one event. by Georg Brandl · 16 years ago
  39. 999ecc0 Issue #2389: Pickle array objects using a list representation for portability by Alexandre Vassalotti · 16 years ago
  40. ce32eb7 #6416: Fix compilation of the select module on Windows, as well as test_subprocess: by Amaury Forgeot d'Arc · 16 years ago
  41. 5fd3af2 Issue #1523: Remove deprecated overflow masking in struct module, and by Mark Dickinson · 16 years ago
  42. 24766ba Typo in error message by Mark Dickinson · 16 years ago
  43. e93eee7 #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD. by Amaury Forgeot d'Arc · 16 years ago
  44. 463dc4b Issues #1530559, #1741130: Fix various inconsistencies in struct.pack by Mark Dickinson · 16 years ago
  45. 0fe7991 Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and by Alexandre Vassalotti · 16 years ago
  46. 9d36fd2 Adds the select.PIPE_BUF attribute to expose the system constant. by Gregory P. Smith · 16 years ago
  47. 8693214 multiprocessing doesn't compile in Solaris because a typo by Jesus Cea · 16 years ago
  48. 8839fd7 Issue #6344: Fixed a crash of mmap.read() when passed a negative argument. by Hirokazu Yamamoto · 16 years ago
  49. bcff47a Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttributesEx[AW] by Hirokazu Yamamoto · 16 years ago
  50. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 16 years ago
  51. ca69bb9 Fix a compilation warning on Windows by Amaury Forgeot d'Arc · 16 years ago
  52. 0115e09 Issue 6305: Clarify error message for large arguments to itertools.islice(). by Raymond Hettinger · 16 years ago
  53. 94819cf remove some unused symtable constants by Benjamin Peterson · 16 years ago
  54. 9f7baec backport r73430 by Benjamin Peterson · 16 years ago
  55. 983a465 Issue #6271: mmap tried to close invalid file handle (-1) when annonymous. by Hirokazu Yamamoto · 16 years ago
  56. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
  57. 1672dc6 Fix signed/unsigned compiler warning. by Raymond Hettinger · 16 years ago
  58. e021c9c backport r73268 by Benjamin Peterson · 16 years ago
  59. 4f16d3b Issue #4873: Fix resource leaks in error cases of pwd and grp. by Martin v. Löwis · 16 years ago
  60. 7937d93 Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g by Jeffrey Yasskin · 16 years ago
  61. 57bef68 Issue 5794: fix cPickle's unpickling of recursive tuples. by Collin Winter · 16 years ago
  62. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 16 years ago
  63. 7285a26 fix error handling by Benjamin Peterson · 16 years ago
  64. 179bf21 Issue 5670: special-case pickling of dicts. This nearly doubles the performance of dict pickling in cPickle. by Collin Winter · 16 years ago
  65. a7724e5 stop using Py_FindMethod by Benjamin Peterson · 16 years ago
  66. d49e375 Issue #1309352: fcntl now converts its third arguments to a C `long` rather by Antoine Pitrou · 16 years ago
  67. 4fe3858 Fix build under Windows by Antoine Pitrou · 16 years ago
  68. e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 16 years ago
  69. 76dd2d1 Some pid_t-expecting or producing functions were forgotten in r72852. by Antoine Pitrou · 16 years ago
  70. 5e858fe Issue #1983: Fix functions taking or returning a process identifier to use by Antoine Pitrou · 16 years ago
  71. cf4ad76 typos in ctypes Module by Mark Dickinson · 16 years ago
  72. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 16 years ago
  73. 42b5bcf Issue #5918: Fix a crash in the parser module. by Antoine Pitrou · 16 years ago
  74. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 16 years ago
  75. 083d1f9 Issue #5933: Fix gcc -Wextra compiler warnings (and remove some by Mark Dickinson · 16 years ago
  76. fd1ee7a Add a file that contains diffs between offical libffi files and the by Thomas Heller · 16 years ago
  77. a7fb408 Issue 3739: The unicode-internal encoder now reports the number of *characters* by Walter Dörwald · 16 years ago
  78. c6c1f96 tabify :( by Benjamin Peterson · 16 years ago
  79. a98c8e1 fix running test_capi with -R :: by Benjamin Peterson · 16 years ago
  80. 929ab93 Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for by Mark Dickinson · 16 years ago
  81. f71ba95 #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. by Georg Brandl · 16 years ago
  82. 406d7aa Issue #5913: os.listdir() should fail for empty path on windows. by Hirokazu Yamamoto · 16 years ago
  83. eeb51a9 cleanup applied patch to match style that is already in py3k branch. by Gregory P. Smith · 16 years ago
  84. d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 16 years ago
  85. 7430989 Isue #5084: unpickling now interns the attribute names of pickled objects, by Antoine Pitrou · 16 years ago
  86. 3fd4ea9 Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully. by Antoine Pitrou · 16 years ago
  87. 90c61a2 Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips by Thomas Heller · 16 years ago
  88. e988e28 Issue #1734234: Massively speedup `unicodedata.normalize()` when the by Antoine Pitrou · 16 years ago
  89. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 16 years ago
  90. e09f161 Issue #5078: Avoid redundant call to FormatError() by Thomas Heller · 16 years ago
  91. 5c6af80 Issue #3102: All global symbols that the _ctypes extension defines are by Thomas Heller · 16 years ago
  92. ec21ccd Issue 5041: ctypes unwilling to allow pickling wide character. by Thomas Heller · 16 years ago
  93. 2d69358 Remove duplicated function declaration. Make _pagesize static. by Thomas Heller · 16 years ago
  94. 4954ffd Remove unneeded code. by Thomas Heller · 16 years ago
  95. 3c4a546 #5704: let python -3 imply -t as well. by Georg Brandl · 16 years ago
  96. 6d30793 Fixes issue5705: os.setuid() and friends did not accept the same range of by Gregory P. Smith · 16 years ago
  97. 91a3b9e Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' by Matthias Klose · 16 years ago
  98. d3eaa74 #5615: make it possible to configure --without-threads again. by Georg Brandl · 16 years ago
  99. 5d64c33 Include tkinter.h only after including tk.h (or the equivalent for another platform). by Guilherme Polo · 16 years ago
  100. 5053fbb Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES by Jesse Noller · 16 years ago