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