1. d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 11 years ago
  2. 409b538 Don't export internal symbols ("make smelly") by Antoine Pitrou · 11 years ago
  3. 3974d6a Forgot NEWS entry for previous commit. by Antoine Pitrou · 11 years ago
  4. 1164dfc Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. by Antoine Pitrou · 11 years ago
  5. 4c6ed25 merge 3.3 by Benjamin Peterson · 11 years ago
  6. f54ab1f backport media types from default by Benjamin Peterson · 11 years ago
  7. 7b48a4d add aifc by Benjamin Peterson · 11 years ago
  8. 3ddc0cb add some audio formats by Benjamin Peterson · 11 years ago
  9. e9bd31f merge with 3.3 by Georg Brandl · 11 years ago
  10. 239990d Fix compatibility with upcoming Sphinx 1.2. by Georg Brandl · 11 years ago
  11. 5a5d73a Null merge by Serhiy Storchaka · 11 years ago
  12. e23b2d0 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  13. 7c11e52 merge with 3.3 by Georg Brandl · 11 years ago
  14. 5c01d99 Introduce support for documenting which C API elements are not part of the stable/limited API. by Georg Brandl · 11 years ago
  15. b9e8712a merge with 3.3 by Georg Brandl · 11 years ago
  16. 5db7c54 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). by Georg Brandl · 11 years ago
  17. a636c8e merge with 3.3 by Georg Brandl · 11 years ago
  18. ae30a81 Closes #13833: document PyStructSequence C-API functions. by Georg Brandl · 11 years ago
  19. 3cb26b7 merge with 3.3 by Georg Brandl · 11 years ago
  20. c96ef1f Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. by Georg Brandl · 11 years ago
  21. 32b2c62 merge with 3.3 by Georg Brandl · 11 years ago
  22. 57f936e Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 11 years ago
  23. 42840f0 merge with 3.3 by Georg Brandl · 11 years ago
  24. d8ede4f Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 11 years ago
  25. 4ae423d Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  26. 4b53259 Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  27. 34808e2 #19221: update whatsnew entry about UCD version. by Ezio Melotti · 11 years ago
  28. f403f50 Issue #19205: _osx_support uses the re module all over the place. Omit the test for nw. by Christian Heimes · 11 years ago
  29. 4aa8f8e Fix wrong exception in _bootlocale (apparently this error condition is never triggered) by Antoine Pitrou · 11 years ago
  30. e8785ff Close #18754: Run Python child processes in isolated more in the test suite. by Victor Stinner · 11 years ago
  31. c2228c8 Markup fix. by Georg Brandl · 11 years ago
  32. 179a3db Issue #19205: add debugging output for failing test on Snow Leopard by Christian Heimes · 11 years ago
  33. cbf6e95 merge by Christian Heimes · 11 years ago
  34. c1df272 Issue #19209: fix structseq test by Christian Heimes · 11 years ago
  35. 370cb25 test_os: report tests as skipped when os.statvfs() fails with ENOSYS by Victor Stinner · 11 years ago
  36. 2582762 Issue #19209: Remove import of copyreg from the os module to speed up by Christian Heimes · 11 years ago
  37. 1a5fb4e Also test that the locale module isn't loaded during normal startup by Christian Heimes · 11 years ago
  38. bfc3a9a Issue #19205 fix 406529adf156 I forgot to hit save. by Christian Heimes · 11 years ago
  39. 8c9cd5a Issue #19205: Don't import the 're' module in site and sysconfig module to by Christian Heimes · 11 years ago
  40. 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
  41. 73abc52 Fix expected checksum for new unicodedata (after full rebuild) by Antoine Pitrou · 11 years ago
  42. aaf17b3 #19192: Give up on time.xmlrpc.com as an xmlrpc network test. by R David Murray · 11 years ago
  43. 1254b40 Rename contextlib.ignored() to contextlib.ignore(). by Raymond Hettinger · 11 years ago
  44. a76795b merge 3.3 by Benjamin Peterson · 11 years ago
  45. 8aa7b89 replace hardcoded version by Benjamin Peterson · 11 years ago
  46. f0a1b87 merge 3.3 by Benjamin Peterson · 11 years ago
  47. 577dd61 make sure the docstring is never out of date wrt unicode data version by Benjamin Peterson · 11 years ago
  48. 4dfa3d5 merge heads by Benjamin Peterson · 11 years ago
  49. d3c43a9 merge 3.3 (#19220) by Benjamin Peterson · 11 years ago
  50. a4cf1c8 remove url from docstring (closes #19220) by Benjamin Peterson · 11 years ago
  51. d579376 #18764: p(rint) -> p in pdb docs. by R David Murray · 11 years ago
  52. 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 11 years ago
  53. 78d692f 18764: remove the problematic 'print' alias for the PDB 'p' command. by R David Murray · 11 years ago
  54. 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 11 years ago
  55. 6cf185d Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on by Victor Stinner · 11 years ago
  56. 7c74de4 Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode by Victor Stinner · 11 years ago
  57. 088cbf2 Issue #15805: Add contextlib.redirect_stdout() by Raymond Hettinger · 11 years ago
  58. 5ed3bc9 merge by Raymond Hettinger · 11 years ago
  59. 8ee7708 Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
  60. a61a1cb Repair format of NEWS entry. by Tim Peters · 11 years ago
  61. 3415fa3 Repair format of NEWS entry. by Tim Peters · 11 years ago
  62. 5aaddd9 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  63. cbd4d08 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  64. 213ef6e Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Gershuni. by Georg Brandl · 11 years ago
  65. 8d19767 Close #19199: Remove ``PyThreadState.tick_counter`` field by Victor Stinner · 11 years ago
  66. 210871d #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 11 years ago
  67. 926099d #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 11 years ago
  68. fa81cd9 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 11 years ago
  69. 7880db6 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 11 years ago
  70. 0d85b5c Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  71. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  72. d51f423 Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  73. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  74. 3226d87 Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  75. 91aaeac Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  76. 3d1b7a0 Whitespace normalization. by Tim Peters · 11 years ago
  77. e99bdb9 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  78. 7634e1c Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  79. 77e904e Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. by Antoine Pitrou · 11 years ago
  80. 3ebbb04 merge with 3.3 by Georg Brandl · 11 years ago
  81. ee82d0b Minor grammar fix. by Georg Brandl · 11 years ago
  82. c13d604 merge with 3.3 by Georg Brandl · 11 years ago
  83. 0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. by Georg Brandl · 11 years ago
  84. bc332a2 merge with 3.3 by Georg Brandl · 11 years ago
  85. f24c141 Fix wrong link. by Georg Brandl · 11 years ago
  86. 100580f merge with 3.3 by Georg Brandl · 11 years ago
  87. 97f9623 Add "->" as a delimiter token. Found by James Harding on docs@. by Georg Brandl · 11 years ago
  88. f3c9121 merge with 3.3 by Georg Brandl · 11 years ago
  89. 3328871 merge heads by Georg Brandl · 11 years ago
  90. 65087ae merge heads by Georg Brandl · 11 years ago
  91. 1322f9e Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 11 years ago
  92. 5e59676 Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 11 years ago
  93. b296d09 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  94. fe9e3b8 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  95. 245c765 merge with 3.3 by Georg Brandl · 11 years ago
  96. bcce125 Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag. by Georg Brandl · 11 years ago
  97. 1cfa0ba Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. by Antoine Pitrou · 11 years ago
  98. 59c900d Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. by Antoine Pitrou · 11 years ago
  99. 648f860 Close #19156: add tests and fix for Enum helper edge cases. Patch from CliffM. by Ethan Furman · 11 years ago
  100. ab5a58d test_import.test_module_with_large_stack(): unload the test module by Victor Stinner · 11 years ago