1. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  2. 24457c9 Branch merge by Éric Araujo · 12 years ago
  3. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  4. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  5. 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
  6. 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
  7. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  8. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  9. a7129d3 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  10. 09974b4 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  11. cea27be Close issue #16267: better docs for @abstractmethod composition by Nick Coghlan · 12 years ago
  12. 8e18fc8 Issue #15209: Clarify exception chaining description by Nick Coghlan · 12 years ago
  13. c990f3b Merge debug output removal with 3.2. by Ezio Melotti · 12 years ago
  14. 5a2e2b8 Remove debug output from example. by Ezio Melotti · 12 years ago
  15. 12f33df Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  16. 305e1a7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  17. f04d1bb Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  18. ed636a8 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  19. 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
  20. f0eb7ad Merge: skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  21. 96bc043 Skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  22. 73a5a12 Fix typo. by Andrew Svetlov · 12 years ago
  23. 1dfb5c1 Merge issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  24. 539ee5d Issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  25. 56a2ae2 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  26. 86067c2 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  27. b33941a Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  28. 1f1888e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  29. e854433 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  30. eb0abce Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  31. 14755b1 (Null merge 3.2) by Victor Stinner · 12 years ago
  32. 41a234a Issue #16416: Fix compilation error by Victor Stinner · 12 years ago
  33. 2660e42 (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  34. 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  35. a2816c2 more test to more general test file, so it can test more things by Benjamin Peterson · 12 years ago
  36. 2f560fa loosen test now that bytes are allowed by Benjamin Peterson · 12 years ago
  37. 78f7e3a document UnicodeError attributes by Benjamin Peterson · 12 years ago
  38. 1960355 document that encoding error handlers may return bytes (#16585) by Benjamin Peterson · 12 years ago
  39. 47a00f3 support encoding error handlers that return bytes (closes #16585) by Benjamin Peterson · 12 years ago
  40. aff4723 unicode -> str by Benjamin Peterson · 12 years ago
  41. 6e61d18 Issue 10052: merge fix from 3.2. by Mark Dickinson · 12 years ago
  42. ce31f66 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  43. 9a2b267 Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  44. 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  45. 17485bf Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 12 years ago
  46. 56379c0 Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 12 years ago
  47. 98cd0f2 Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 12 years ago
  48. 8ca1d5f - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 12 years ago
  49. daf2829 merge 3.2 by Benjamin Peterson · 12 years ago
  50. 343d530 add changelog by Benjamin Peterson · 12 years ago
  51. 139891b merge 3.2 (#16573) by Benjamin Peterson · 12 years ago
  52. 57af387 enumerate only requires an iterable (closes #16573) by Benjamin Peterson · 12 years ago
  53. f4c3a18 Remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 12 years ago
  54. 7ecd13d Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  55. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  56. 159f12e #16549: merge with 3.2. by Ezio Melotti · 12 years ago
  57. 4927633 #16549: fix test failures on Windows. by Ezio Melotti · 12 years ago
  58. 4cee810 #16476: merge with 3.2. by Ezio Melotti · 12 years ago
  59. b32512e #16476: Fix json.tool to avoid including trailing whitespace. by Ezio Melotti · 12 years ago
  60. 1e86d01 #16549: merge with 3.2. by Ezio Melotti · 12 years ago
  61. 057bcb4 #16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 12 years ago
  62. 57af3bf #16333: merge with 3.2. by Ezio Melotti · 12 years ago
  63. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  64. eff1738 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  65. 7412099 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  66. 51292ff Merge issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  67. e15cb61 Issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  68. 1fb4758 Merge heads. by Chris Jerdonek · 12 years ago
  69. d97c71f Merge from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago
  70. 0fe030b Issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 12 years ago
  71. c2a7fd6 Improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago
  72. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  73. 2160218 null merge (3.3 is different) by Gregory P. Smith · 12 years ago
  74. 14b04cd Plug a leak in timemodule. The module dictionary is saved during by Gregory P. Smith · 12 years ago
  75. 7768dd7 #16556: merge with 3.2. by Ezio Melotti · 12 years ago
  76. 28c88f4 #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns. by Ezio Melotti · 12 years ago
  77. c483034 #16559: merge with 3.2. by Ezio Melotti · 12 years ago
  78. 8c52370 #16559: Add more tests for the json module. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  79. 3b39d35 Merge from 3.2: add hyperlinks to some os.path function docs (issue #16552). by Chris Jerdonek · 12 years ago
  80. 0b502ff Add hyperlinks to the docs of some os.path functions (issue #16552). by Chris Jerdonek · 12 years ago
  81. 367923b Null merge for fix for #16521. by Vinay Sajip · 12 years ago
  82. d27e05d Closes #16521: Improved error handling for basicConfig(), added tests for same. by Vinay Sajip · 12 years ago
  83. ded35ae Issue #16546: make ast.YieldFrom argument mandatory. by Mark Dickinson · 12 years ago
  84. 9982c53 Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. by Antoine Pitrou · 12 years ago
  85. bf6ecf9 Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. by Antoine Pitrou · 12 years ago
  86. 9ab09d1 Merge debug print removal with 3.2. by Ezio Melotti · 12 years ago
  87. 82e60de Remove debug print. by Ezio Melotti · 12 years ago
  88. 27e4b60 Issue #16519: Used os.path.abspath, removed unnecessary code for executable_name. by Vinay Sajip · 12 years ago
  89. 44dcd6b #16530: merge with 3.2. by Ezio Melotti · 12 years ago
  90. ba4d8ed #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 12 years ago
  91. 8a6d1fe #16306: merge with 3.2. by Ezio Melotti · 12 years ago
  92. a0dd22e #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  93. a5c4309 Issue #16538: correctly describe MAKE_CLOSURE in docs. by Andrew Svetlov · 12 years ago
  94. 19c2139 Fix more usages of NULL without including stdio.h. by Stefan Krah · 12 years ago
  95. 7dba594 Issue #13057: Include stdio.h when NULL is used in configure.ac. by Stefan Krah · 12 years ago
  96. 5bd9270 Address reviews for open’s opener argument doc patch (#13424). by Éric Araujo · 12 years ago
  97. f81a84d Null merge with 3.2. by Ezio Melotti · 12 years ago
  98. 3c76aa6 Remove unused variabile "plain" in builtin_exec. by Ezio Melotti · 12 years ago
  99. fbc32f6 Null merge from 3.2. by Chris Jerdonek · 12 years ago
  100. 777db2d Fix label in docs (from issue #13538). by Chris Jerdonek · 12 years ago