1. 5053fbb Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES by Jesse Noller · 15 years ago
  2. b502bc7 Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to Martin Loewis by Jesse Noller · 15 years ago
  3. 355b126 issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help by Jesse Noller · 15 years ago
  4. 2ecd3c3 bounds check arguments to mmap.move(). All of them. Really. by Jack Diederich · 15 years ago
  5. feab334 http://bugs.python.org/issue5623 by Kristján Valur Jónsson · 15 years ago
  6. c53306c Fixed compile error on windows. by Hirokazu Yamamoto · 15 years ago
  7. d60c29e #5228: add pickle support to functools.partial by Jack Diederich · 15 years ago
  8. 42f9b4e Issue 5619: Pass MS CRT debug flags into subprocesses by Jesse Noller · 15 years ago
  9. 1d7d532 Issue #5387: Fixed mmap.move crash by integer overflow. (take2) by Hirokazu Yamamoto · 15 years ago
  10. 40a6164 Apply patch for netbsd multiprocessing support by Jesse Noller · 15 years ago
  11. 9d2ee5d Issue #5387: Fixed mmap.move crash by integer overflow. by Hirokazu Yamamoto · 15 years ago
  12. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 15 years ago
  13. 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
  14. 41eb086 Typo fix by Guilherme Polo · 15 years ago
  15. 1972d16 Adjusted _tkinter to compile without warnings when WITH_THREAD is not by Guilherme Polo · 15 years ago
  16. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 15 years ago
  17. a0b8d9a Silence a compiler warning. by Raymond Hettinger · 15 years ago
  18. 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 15 years ago
  19. 6b265f1 Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  20. d914e3f merge json library with simplejson 2.0.9 (issue 4136) by Bob Ippolito · 15 years ago
  21. 4c95e09 #5496: fix docstring of lookup(). by Georg Brandl · 15 years ago
  22. 56411aa For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  23. bac769b Small optimization for corner case where maxlen==0. by Raymond Hettinger · 15 years ago
  24. 3768b2f Fixed issue #4792: Prevent a segfault in _tkinter by using the by Guilherme Polo · 15 years ago
  25. 264fc12 Issue #5385: Fixed mmap crash after resize failure on windows. by Hirokazu Yamamoto · 15 years ago
  26. 8355155 Fixed memory leak. by Hirokazu Yamamoto · 15 years ago
  27. 7705d0a Fix SHA_new and MD5_new, that would crash if not given initial data by Kristján Valur Jónsson · 15 years ago
  28. de28d68 Issue #5393: typo in cmath.cos and cmath.cosh docstring by Mark Dickinson · 15 years ago
  29. b0e10c7 Issue #1733986: Fixed mmap crash in accessing elements of second map object by Hirokazu Yamamoto · 15 years ago
  30. f2dc885 Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer by Hirokazu Yamamoto · 15 years ago
  31. 873389d fix compiler warnings by Benjamin Peterson · 15 years ago
  32. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 15 years ago
  33. aa681c7 Fix keyword arguments for itertools.count(). by Raymond Hettinger · 15 years ago
  34. 182edae Add keyword arg support to itertools.repeat(). by Raymond Hettinger · 15 years ago
  35. 2e2909f Add keyword arg support to itertools.compress(). by Raymond Hettinger · 15 years ago
  36. 08259e8 Py3k warnings now automatically include -Qwarn for division. by Raymond Hettinger · 15 years ago
  37. 17a837e Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0, by Hirokazu Yamamoto · 15 years ago
  38. f6bbd0e Issue #5292: Fixed mmap crash on its boundary access m[len(m)]. by Hirokazu Yamamoto · 15 years ago
  39. a7b0c12 PyList_Append() can fail by Benjamin Peterson · 15 years ago
  40. 062a7c3 fix compiler warnings by Benjamin Peterson · 15 years ago
  41. b21d810 Add GC support to count() objects. Backport candidate. by Raymond Hettinger · 15 years ago
  42. a403803 Add keyword argument support to itertools.count(). by Raymond Hettinger · 15 years ago
  43. 2c07929 Fix warnings GCC emits where the argument of PyErr_Format is a single variable. by Georg Brandl · 15 years ago
  44. ea38826 - Issue #3745: Fix hashlib to always reject unicode and non buffer-api by Gregory P. Smith · 15 years ago
  45. 66373ab Fix spaces/tabs in example. by Raymond Hettinger · 15 years ago
  46. 31c769c Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 15 years ago
  47. 3605b5c Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even by Gregory P. Smith · 15 years ago
  48. 3689ae2 Issue#5203: ctypes segfaults when passing a unicode string to a by Thomas Heller · 15 years ago
  49. 4015f62 Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for by Mark Dickinson · 15 years ago
  50. 6a743d3 Issue 4804. Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions. by Kristján Valur Jónsson · 15 years ago
  51. c5eba1e Enforcing Tk 8.3.1 requirement. by Guilherme Polo · 15 years ago
  52. a66cf5b Fixed issue #5122: Synchronize tk load failure check to prevent a by Guilherme Polo · 15 years ago
  53. 94034ea Issue 5171: itertools.product docstring missing 'repeat' argument by Raymond Hettinger · 15 years ago
  54. 0194f5b Issue #4512 closeout: Make ZipImport.get_filename() a public method by Nick Coghlan · 15 years ago
  55. 363161a Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will by Guilherme Polo · 15 years ago
  56. 14ff18d Partial fix to issue #1731706: memory leak in Tkapp_Call when calling by Guilherme Polo · 15 years ago
  57. fd4c872 issue 4804: Provide checks for the format string of strftime, and for the "mode" string of fopen on Windows. These strings are user provided from python and so we can avoid invoking the C runtime invalid parameter handler by first checking that they are valid. by Kristján Valur Jónsson · 15 years ago
  58. 7757d7b This refactoring should make it easier to add new calling conventions. by Thomas Heller · 15 years ago
  59. 23fe2a8 Fix for issue #1581476 by Guilherme Polo · 15 years ago
  60. de1a8b7 - Issue #5104: The socket module now raises OverflowError when 16-bit port and by Gregory P. Smith · 15 years ago
  61. b3619be make _tkinter._flatten check the result of PySequence_Size for errors #3880 by Benjamin Peterson · 15 years ago
  62. e76816b Fix typo. by Raymond Hettinger · 15 years ago
  63. 36d816b Update itertools.__doc__ to include all tools. by Raymond Hettinger · 15 years ago
  64. d081abc Promote combinations_with_replacement() from a recipe to a regular itertool. by Raymond Hettinger · 15 years ago
  65. 354cfc1 Fix signed/unsigned mismatch. by Raymond Hettinger · 15 years ago
  66. 2bcb8e9 Promote compress() from a recipe to being a regular itertool. by Raymond Hettinger · 15 years ago
  67. 78821dd fix building the core with --disable-unicode by Benjamin Peterson · 16 years ago
  68. a3ecd2c Issue #1672332: Fix unpickling of subnormal floats, which was raising by Mark Dickinson · 16 years ago
  69. e741cc6 Issue #5008: When a file is opened in append mode with the new IO library, by Antoine Pitrou · 16 years ago
  70. 8024cec backport r68802 (bugfix) by Benjamin Peterson · 16 years ago
  71. e8b619c issue 5002: fix windows warning that I intro'ed with r68768 by Jesse Noller · 16 years ago
  72. 943a6dd simplify code by Benjamin Peterson · 16 years ago
  73. 9a5b2ad Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check handle by Jesse Noller · 16 years ago
  74. 2e659ce Issue 4957 Let os.ftruncate raise OSError like documented. by Kristján Valur Jónsson · 16 years ago
  75. 5848d1f raise an OSError for invalid fds #4991 by Benjamin Peterson · 16 years ago
  76. 59ce042 #4077: No need to append \n when calling Py_FatalError by Amaury Forgeot d'Arc · 16 years ago
  77. 3a6a043 Fix refcount leak in error cases. Bug found by coverity. by Thomas Heller · 16 years ago
  78. a40d573 #3720: Interpreter crashes when an evil iterator removes its own next function. by Amaury Forgeot d'Arc · 16 years ago
  79. b74fc2b Issue #3860: GzipFile and BZ2File now support the context manager protocol. by Antoine Pitrou · 16 years ago
  80. 4c5ecb7 Issue #4074: Change the criteria for doing a full garbage collection (i.e. by Antoine Pitrou · 16 years ago
  81. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  82. d89f5b2 Fix issue 4884, preventing a crash in the socket code when python is compiled by Jeffrey Yasskin · 16 years ago
  83. f902a94 be more specific in -3 option help by Benjamin Peterson · 16 years ago
  84. 5b913e3 Forward port r68394 for issue 4816. by Raymond Hettinger · 16 years ago
  85. e7f1403 The _tkinter module functions "createfilehandler", "deletefilehandler", by Guilherme Polo · 16 years ago
  86. 9ac4927 Issue #4051: Prevent conflict of UNICODE macros in cPickle. by Martin v. Löwis · 16 years ago
  87. 57eb0e9 #4801 _collections module fails to build on cygwin. by Amaury Forgeot d'Arc · 16 years ago
  88. 99a1b20 Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open by Hirokazu Yamamoto · 16 years ago
  89. aa68790 Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected. by Antoine Pitrou · 16 years ago
  90. 6269fec #4228: Pack negative values the same way as 2.4 in struct's L format. by Georg Brandl · 16 years ago
  91. 3cda1db Just inserted blank line. by Hirokazu Yamamoto · 16 years ago
  92. 52c1e3c Fixed compile error on windows. by Hirokazu Yamamoto · 16 years ago
  93. 180e400 Issue #4701: implicitly call PyType_Ready from PyObject_Hash by Nick Coghlan · 16 years ago
  94. 03824e4 Issue #1040026: Fix os.times result on systems where HZ is incorrect. by Martin v. Löwis · 16 years ago
  95. 7af6556 #4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 16 years ago
  96. f852bf9 Fix issue #4730: cPickle corrupts high-unicode strings. by Alexandre Vassalotti · 16 years ago
  97. e098c4a make global static by Benjamin Peterson · 16 years ago
  98. b6a53b5 use a global variable, so the compiler doesn't optimize the assignment out by Benjamin Peterson · 16 years ago
  99. 5423abd silence compiler warning by Benjamin Peterson · 16 years ago
  100. 4caef5c fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|' by Benjamin Peterson · 16 years ago