1. 746d043 Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now. by Andrew Svetlov · 13 years ago
  2. c37cfd6 Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now. by Andrew Svetlov · 13 years ago
  3. 34cf090 Merge: skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 13 years ago
  4. f0eb7ad Merge: skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 13 years ago
  5. 96bc043 Skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 13 years ago
  6. b1715ea Merge 3.3 by Andrew Svetlov · 13 years ago
  7. 73a5a12 Fix typo. by Andrew Svetlov · 13 years ago
  8. a6cfb28 Issue #15627: This is simply an update to the name of a new method recently added by Eric Snow · 13 years ago
  9. 1dfb5c1 Merge issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 13 years ago
  10. 539ee5d Issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 13 years ago
  11. fe907e1 Issue #16444: test more bytes in support.TESTFN_UNDECODABLE to support more Windows code pages by Victor Stinner · 13 years ago
  12. de67a42 Merge issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 13 years ago
  13. 8dbd421 Cleanup unicodeobject.c by Victor Stinner · 13 years ago
  14. d45c7f8 Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 13 years ago
  15. ca9f8b2 Fix test splitting in previous commit. by Antoine Pitrou · 13 years ago
  16. 56a2ae2 Fix test splitting in previous commit. by Antoine Pitrou · 13 years ago
  17. 86067c2 Fix test splitting in previous commit. by Antoine Pitrou · 13 years ago
  18. d9cd554 Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 13 years ago
  19. b33941a Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 13 years ago
  20. 1f1888e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 13 years ago
  21. 2d72781 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 13 years ago
  22. e854433 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 13 years ago
  23. eb0abce Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 13 years ago
  24. 5ac31fa (Null merge 3.3) by Victor Stinner · 13 years ago
  25. 14755b1 (Null merge 3.2) by Victor Stinner · 13 years ago
  26. 41a234a Issue #16416: Fix compilation error by Victor Stinner · 13 years ago
  27. 2660e42 (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 13 years ago
  28. 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 13 years ago
  29. 0e9958b Issue #16562: Optimize dict equality testing. by Antoine Pitrou · 13 years ago
  30. 181e20a merge 3.3 by Benjamin Peterson · 13 years ago
  31. a2816c2 more test to more general test file, so it can test more things by Benjamin Peterson · 13 years ago
  32. 661c346 merge 3.3 by Benjamin Peterson · 13 years ago
  33. 2f560fa loosen test now that bytes are allowed by Benjamin Peterson · 13 years ago
  34. c77dd20 merge 3.3 by Benjamin Peterson · 13 years ago
  35. 78f7e3a document UnicodeError attributes by Benjamin Peterson · 13 years ago
  36. 1960355 document that encoding error handlers may return bytes (#16585) by Benjamin Peterson · 13 years ago
  37. 26e5335 merge 3.3 (#16585) by Benjamin Peterson · 13 years ago
  38. 47a00f3 support encoding error handlers that return bytes (closes #16585) by Benjamin Peterson · 13 years ago
  39. 3d490d4 merge 3.3 by Benjamin Peterson · 13 years ago
  40. aff4723 unicode -> str by Benjamin Peterson · 13 years ago
  41. 96e2cdb Issue 10052: null merge from 3.3 by Mark Dickinson · 13 years ago
  42. 6e61d18 Issue 10052: merge fix from 3.2. by Mark Dickinson · 13 years ago
  43. ce31f66 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 13 years ago
  44. 983bc16 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 13 years ago
  45. d8d1a0a Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 13 years ago
  46. 9a2b267 Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 13 years ago
  47. 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 13 years ago
  48. 4569467 Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 13 years ago
  49. 17485bf Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 13 years ago
  50. 56379c0 Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 13 years ago
  51. 550ab51 null merge by Christian Heimes · 13 years ago
  52. 98cd0f2 Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 13 years ago
  53. 8ca1d5f - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 13 years ago
  54. 5f7e8da Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation failure by Christian Heimes · 13 years ago
  55. 17ad40e Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 13 years ago
  56. cbb0284 Issue #16590: remove obsolete compatibility code from the _json module. by Antoine Pitrou · 13 years ago
  57. f02f280 Add Bruno Dupuis by Benjamin Peterson · 13 years ago
  58. 4089eec merge 3.3 (#16573) by Benjamin Peterson · 13 years ago
  59. daf2829 merge 3.2 by Benjamin Peterson · 13 years ago
  60. 343d530 add changelog by Benjamin Peterson · 13 years ago
  61. 139891b merge 3.2 (#16573) by Benjamin Peterson · 13 years ago
  62. 57af387 enumerate only requires an iterable (closes #16573) by Benjamin Peterson · 13 years ago
  63. 1d1210e Merge: remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 13 years ago
  64. f4c3a18 Remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 13 years ago
  65. 7030dd8 Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 13 years ago
  66. 7ecd13d Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 13 years ago
  67. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 13 years ago
  68. 63cd0aa #16549: merge with 3.3. by Ezio Melotti · 13 years ago
  69. 159f12e #16549: merge with 3.2. by Ezio Melotti · 13 years ago
  70. 4927633 #16549: fix test failures on Windows. by Ezio Melotti · 13 years ago
  71. fc02014 #16333: add Misc/NEWS entry for e63ac05ccfa8. by Ezio Melotti · 13 years ago
  72. ccfc970 #16476: null merge with 3.3. by Ezio Melotti · 13 years ago
  73. 4cee810 #16476: merge with 3.2. by Ezio Melotti · 13 years ago
  74. b32512e #16476: Fix json.tool to avoid including trailing whitespace. by Ezio Melotti · 13 years ago
  75. 401cf29 #16549: merge with 3.3. by Ezio Melotti · 13 years ago
  76. 1e86d01 #16549: merge with 3.2. by Ezio Melotti · 13 years ago
  77. 057bcb4 #16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 13 years ago
  78. d7fed37 Cleanup json decoder: float() has builtin support of nan, +inf, -inf since Python 2.6 by Victor Stinner · 13 years ago
  79. 9f94b6d #16333: fix example in docstring. by Ezio Melotti · 13 years ago
  80. 1003144 #16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  81. d966c21 #16333: null merge with 3.3. by Ezio Melotti · 13 years ago
  82. 57af3bf #16333: merge with 3.2. by Ezio Melotti · 13 years ago
  83. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 13 years ago
  84. 2d6f0c1 Revert duplicate changes in argparse docs. by Andrew Svetlov · 13 years ago
  85. eff1738 Revert duplicate changes in argparse docs. by Andrew Svetlov · 13 years ago
  86. 7412099 Revert duplicate changes in argparse docs. by Andrew Svetlov · 13 years ago
  87. adec76a Merge issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 13 years ago
  88. 51292ff Merge issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 13 years ago
  89. e15cb61 Issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 13 years ago
  90. a6dfe54 Null merge from 3.3. by Chris Jerdonek · 13 years ago
  91. 164f8f1 Merge heads. by Chris Jerdonek · 13 years ago
  92. 1fb4758 Merge heads. by Chris Jerdonek · 13 years ago
  93. 1bfaa68 Merge from 3.3: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 13 years ago
  94. d97c71f Merge from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 13 years ago
  95. 122e930 Merge issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 13 years ago
  96. 0fe030b Issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 13 years ago
  97. c2a7fd6 Improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 13 years ago
  98. 16459e8 Merge from 3.3: Add a str class entry to the string section (issue #16209). by Chris Jerdonek · 13 years ago
  99. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 13 years ago
  100. bff98fe Issue #16464: reset Request's Content-Length header on .data change. by Andrew Svetlov · 13 years ago