1. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
  2. f76f0ee compile doesn't accept code objects by Philip Jenvey · 12 years ago
  3. b67596d Issue #16049: add abc.ABC helper class. by Andrew Svetlov · 12 years ago
  4. 174bc1e Merge with 3.3 for #16661 by Ross Lagerwall · 12 years ago
  5. a0b315f Issue #16661: Fix the os.getgrouplist() test by not assuming that it by Ross Lagerwall · 12 years ago
  6. 57b6672 expose TCP_FASTOPEN and MSG_FASTOPEN by Benjamin Peterson · 12 years ago
  7. b92c40e Cross compiling needs host and build settings. configure no longer by Christian Heimes · 12 years ago
  8. 954ac03 Cross compiling needs host and build settings. configure no longer by Christian Heimes · 12 years ago
  9. e6f2280 Just to be sure, initialize with a copy of the compiler's lib and inc dirs. by Christian Heimes · 12 years ago
  10. d783261 Just to be sure, initialize with a copy of the compiler's lib and inc dirs. by Christian Heimes · 12 years ago
  11. bf5fcc7 Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are by Christian Heimes · 12 years ago
  12. f19529c Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are by Christian Heimes · 12 years ago
  13. 370bc2f Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  14. 08d5ca6 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  15. 9504b13 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  16. 27dc02e Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  17. a82fe52 null merge, no change needed in 3.3. by Gregory P. Smith · 12 years ago
  18. a6be61e Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the by Gregory P. Smith · 12 years ago
  19. c2176e4 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  20. 27cbcd6 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  21. e348c8d Using 'long double' to force this structure to be worst case aligned is no by Gregory P. Smith · 12 years ago
  22. 60112ae 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
  23. c0dd80e 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
  24. 90555d0 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
  25. 6c722c6 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  26. c474c4e #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  27. 87f9b46 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  28. 99d28ce #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  29. f29b493 #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  30. b9e9f3e #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  31. 8ade268 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  32. 5962cce Fix Issue15701 : add .headers attribute to urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  33. 9d5e0cc #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  34. 9a4a750 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  35. 8e5a829 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  36. b57b094 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  37. 9e8ac56 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  38. ae9a9e9 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  39. b550110 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  40. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  41. e53e44f Issue #16629: Merge IDLE test fix from 3.3. by Chris Jerdonek · 12 years ago
  42. af72f9e Issue #16629: Merge IDLE test fix from 3.2. by Chris Jerdonek · 12 years ago
  43. 1751968 Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. by Chris Jerdonek · 12 years ago
  44. a6b292f Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  45. 14857cf Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  46. 806bfad Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  47. 0342688 merge from 3.3 - Document reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  48. 50cdd55 merge from 3.2 - reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  49. 2e72831 Fix issue13211 - Document the reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  50. 07c34bf Make test of poll() use unbuffered IO by Richard Oudkerk · 12 years ago
  51. 53dff0c Issue #16616: Enable test in test_poll which was (accidentally?) disabled by Richard Oudkerk · 12 years ago
  52. 5c0665e merge 3.3 by Benjamin Peterson · 12 years ago
  53. 4b7743a merge 3.2 by Benjamin Peterson · 12 years ago
  54. 4ee03fa merge 3.1 by Benjamin Peterson · 12 years ago
  55. db0420d Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  56. 373528f Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  57. 7ec3a32 Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  58. 0ee20eb Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  59. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  60. b4b8f23 Merge from 3.3 (issue #15209) by Nick Coghlan · 12 years ago
  61. 0eee97c Issue #15209: Fix typo and some additional wording tweaks by Nick Coghlan · 12 years ago
  62. bb7da03 Merge fixes for #13614, #13512 and #7719 from 3.3 by Éric Araujo · 12 years ago
  63. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  64. 24457c9 Branch merge by Éric Araujo · 12 years ago
  65. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  66. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  67. 53f604c Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  68. f93ed3f Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  69. 62a0d6e Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  70. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  71. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  72. d9569fa Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  73. a7129d3 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  74. 09974b4 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  75. 0c1034f Merge from 3.3 (issue #16267) by Nick Coghlan · 12 years ago
  76. cea27be Close issue #16267: better docs for @abstractmethod composition by Nick Coghlan · 12 years ago
  77. 10cdf99 Merge from 3.3 (Issue #15209) by Nick Coghlan · 12 years ago
  78. 8e18fc8 Issue #15209: Clarify exception chaining description by Nick Coghlan · 12 years ago
  79. e48e01c Merge debug output removal with 3.3. by Ezio Melotti · 12 years ago
  80. c990f3b Merge debug output removal with 3.2. by Ezio Melotti · 12 years ago
  81. 5a2e2b8 Remove debug output from example. by Ezio Melotti · 12 years ago
  82. dfe6ad7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  83. 12f33df Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  84. 305e1a7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  85. 448e81b add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag by Benjamin Peterson · 12 years ago
  86. e7f2186 Issue #16495: remove extraneous NULL encoding check from bytes_decode(). by Chris Jerdonek · 12 years ago
  87. 527507d Improve OrderedDict equality test. by Raymond Hettinger · 12 years ago
  88. 70b224d assert than we never try to deal with True, False, or None as a name by Benjamin Peterson · 12 years ago
  89. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  90. 4b237e3 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  91. f04d1bb Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  92. ed636a8 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  93. 746d043 Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now. by Andrew Svetlov · 12 years ago
  94. c37cfd6 Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now. by Andrew Svetlov · 12 years ago
  95. 34cf090 Merge: skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  96. f0eb7ad Merge: skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  97. 96bc043 Skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  98. b1715ea Merge 3.3 by Andrew Svetlov · 12 years ago
  99. 73a5a12 Fix typo. by Andrew Svetlov · 12 years ago
  100. a6cfb28 Issue #15627: This is simply an update to the name of a new method recently added by Eric Snow · 12 years ago