1. eb7414f Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  2. 1b80e63 Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  3. 5983258 Issue #19219 Remove a lot of "retval = NULL" statements, now that retval by Kristján Valur Jónsson · 11 years ago
  4. b4534ae Docs tweaks for contextlib additions by Nick Coghlan · 11 years ago
  5. ed7bb48 Remove failing checks for explicit error messages. by Mark Dickinson · 11 years ago
  6. ef8627b Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky Kok for the patch. by Mark Dickinson · 11 years ago
  7. 31f6f4d merge with 3.3 by Georg Brandl · 11 years ago
  8. aeaecfd Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 11 years ago
  9. bb2ed51 merge with 3.3 by Georg Brandl · 11 years ago
  10. c30b59f Closes #17375: port new threading docstrings from 2.7. by Georg Brandl · 11 years ago
  11. bcdb4fd merge with 3.3 by Georg Brandl · 11 years ago
  12. 5d5b375 Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. by Georg Brandl · 11 years ago
  13. daa1fa9 Back out accidentally pushed changeset b51218966201. by Georg Brandl · 11 years ago
  14. a7bb9b3 merge with 3.3 by Georg Brandl · 11 years ago
  15. 1e32011 Fix display of deprecated blocks with Sphinx 1.2. by Georg Brandl · 11 years ago
  16. 4300019 Add re.fullmatch() function and regex.fullmatch() method, which anchor the by Georg Brandl · 11 years ago
  17. 57841dd Grammar fix. by Eric V. Smith · 11 years ago
  18. da14920 Close #18281: superfluous stat constants removed from tarfile by Ethan Furman · 11 years ago
  19. 17ecd1d Document speedup in whatsnew by Christian Heimes · 11 years ago
  20. 3572842 Issue #19219: retval may be used uninitialized value by Christian Heimes · 11 years ago
  21. 5703cd5 whitespace cleanup by Christian Heimes · 11 years ago
  22. 06239f6 merge by Christian Heimes · 11 years ago
  23. bf235bd Issue #19218: set __name__ of _collections_abc to collections.abc in order to fix tests and keep beautiful qualified names. by Christian Heimes · 11 years ago
  24. 52c5e57 Issue #19218: Add facade collections.abc by Christian Heimes · 11 years ago
  25. f1dc3ee Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start by Christian Heimes · 11 years ago
  26. ad9c9bb Remove import functools from re module. The re module imports functools but never uses it. by Christian Heimes · 11 years ago
  27. 7b4a361 Merge. by Richard Oudkerk · 11 years ago
  28. 4f35079 Make test_terminate() succeed or fail quickly. by Richard Oudkerk · 11 years ago
  29. 84fc708 merge by Raymond Hettinger · 11 years ago
  30. 6480168 Issue #19202: Add cross-reference and a rough code equivalent by Raymond Hettinger · 11 years ago
  31. 9809ca9 Issue #18458: merge comments from 3.3 by Ned Deily · 11 years ago
  32. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
  33. 5d4121a Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  34. 3892419 Merge by Antoine Pitrou · 11 years ago
  35. b30f271 Try to fix weird assertion error on the Fedora buildbot. by Antoine Pitrou · 11 years ago
  36. 32a1466 merge by Georg Brandl · 11 years ago
  37. 793d847 merge with 3.3 by Georg Brandl · 11 years ago
  38. a140348 Invert logic of new limited-API annotation and call it "stable ABI". by Georg Brandl · 11 years ago
  39. d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 11 years ago
  40. 409b538 Don't export internal symbols ("make smelly") by Antoine Pitrou · 11 years ago
  41. 3974d6a Forgot NEWS entry for previous commit. by Antoine Pitrou · 11 years ago
  42. 1164dfc Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. by Antoine Pitrou · 11 years ago
  43. 4c6ed25 merge 3.3 by Benjamin Peterson · 11 years ago
  44. f54ab1f backport media types from default by Benjamin Peterson · 11 years ago
  45. 7b48a4d add aifc by Benjamin Peterson · 11 years ago
  46. 3ddc0cb add some audio formats by Benjamin Peterson · 11 years ago
  47. e9bd31f merge with 3.3 by Georg Brandl · 11 years ago
  48. 239990d Fix compatibility with upcoming Sphinx 1.2. by Georg Brandl · 11 years ago
  49. 5a5d73a Null merge by Serhiy Storchaka · 11 years ago
  50. e23b2d0 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  51. 7c11e52 merge with 3.3 by Georg Brandl · 11 years ago
  52. 5c01d99 Introduce support for documenting which C API elements are not part of the stable/limited API. by Georg Brandl · 11 years ago
  53. b9e8712a merge with 3.3 by Georg Brandl · 11 years ago
  54. 5db7c54 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). by Georg Brandl · 11 years ago
  55. a636c8e merge with 3.3 by Georg Brandl · 11 years ago
  56. ae30a81 Closes #13833: document PyStructSequence C-API functions. by Georg Brandl · 11 years ago
  57. 3cb26b7 merge with 3.3 by Georg Brandl · 11 years ago
  58. c96ef1f Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. by Georg Brandl · 11 years ago
  59. 32b2c62 merge with 3.3 by Georg Brandl · 11 years ago
  60. 57f936e Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 11 years ago
  61. 42840f0 merge with 3.3 by Georg Brandl · 11 years ago
  62. d8ede4f Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 11 years ago
  63. 4ae423d Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  64. 4b53259 Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  65. 34808e2 #19221: update whatsnew entry about UCD version. by Ezio Melotti · 11 years ago
  66. f403f50 Issue #19205: _osx_support uses the re module all over the place. Omit the test for nw. by Christian Heimes · 11 years ago
  67. 4aa8f8e Fix wrong exception in _bootlocale (apparently this error condition is never triggered) by Antoine Pitrou · 11 years ago
  68. e8785ff Close #18754: Run Python child processes in isolated more in the test suite. by Victor Stinner · 11 years ago
  69. c2228c8 Markup fix. by Georg Brandl · 11 years ago
  70. 179a3db Issue #19205: add debugging output for failing test on Snow Leopard by Christian Heimes · 11 years ago
  71. cbf6e95 merge by Christian Heimes · 11 years ago
  72. c1df272 Issue #19209: fix structseq test by Christian Heimes · 11 years ago
  73. 370cb25 test_os: report tests as skipped when os.statvfs() fails with ENOSYS by Victor Stinner · 11 years ago
  74. 2582762 Issue #19209: Remove import of copyreg from the os module to speed up by Christian Heimes · 11 years ago
  75. 1a5fb4e Also test that the locale module isn't loaded during normal startup by Christian Heimes · 11 years ago
  76. bfc3a9a Issue #19205 fix 406529adf156 I forgot to hit save. by Christian Heimes · 11 years ago
  77. 8c9cd5a Issue #19205: Don't import the 're' module in site and sysconfig module to by Christian Heimes · 11 years ago
  78. fd4722c Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io module instead of the full locale module. by Antoine Pitrou · 11 years ago
  79. 73abc52 Fix expected checksum for new unicodedata (after full rebuild) by Antoine Pitrou · 11 years ago
  80. aaf17b3 #19192: Give up on time.xmlrpc.com as an xmlrpc network test. by R David Murray · 11 years ago
  81. 1254b40 Rename contextlib.ignored() to contextlib.ignore(). by Raymond Hettinger · 11 years ago
  82. a76795b merge 3.3 by Benjamin Peterson · 11 years ago
  83. 8aa7b89 replace hardcoded version by Benjamin Peterson · 11 years ago
  84. f0a1b87 merge 3.3 by Benjamin Peterson · 11 years ago
  85. 577dd61 make sure the docstring is never out of date wrt unicode data version by Benjamin Peterson · 11 years ago
  86. 4dfa3d5 merge heads by Benjamin Peterson · 11 years ago
  87. d3c43a9 merge 3.3 (#19220) by Benjamin Peterson · 11 years ago
  88. a4cf1c8 remove url from docstring (closes #19220) by Benjamin Peterson · 11 years ago
  89. d579376 #18764: p(rint) -> p in pdb docs. by R David Murray · 11 years ago
  90. 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 11 years ago
  91. 78d692f 18764: remove the problematic 'print' alias for the PDB 'p' command. by R David Murray · 11 years ago
  92. 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 11 years ago
  93. 6cf185d Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on by Victor Stinner · 11 years ago
  94. 7c74de4 Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode by Victor Stinner · 11 years ago
  95. 088cbf2 Issue #15805: Add contextlib.redirect_stdout() by Raymond Hettinger · 11 years ago
  96. 5ed3bc9 merge by Raymond Hettinger · 11 years ago
  97. 8ee7708 Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
  98. a61a1cb Repair format of NEWS entry. by Tim Peters · 11 years ago
  99. 3415fa3 Repair format of NEWS entry. by Tim Peters · 11 years ago
  100. 5aaddd9 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago