1. b3e4144 Null merge by Serhiy Storchaka · 11 years ago
  2. ca1d6db Merge heads by Serhiy Storchaka · 11 years ago
  3. 72aabb6 Merge heads by Serhiy Storchaka · 11 years ago
  4. a7c17e5 Fix spacing of toplevel items. by Georg Brandl · 11 years ago
  5. 3e30d47 merge with 3.3 by Georg Brandl · 11 years ago
  6. 810f1d5 Wing IDE is switching to PyQt... by Georg Brandl · 11 years ago
  7. 6c64f23 Merge heads by Serhiy Storchaka · 11 years ago
  8. 03d010b merge with 3.3 by Georg Brandl · 11 years ago
  9. c3a2916 Closes #19248: actually check for Python 3.x in tools/sphinx-build.py. by Georg Brandl · 11 years ago
  10. 12ec29f Closes #17335: remove no-op assignment. by Georg Brandl · 11 years ago
  11. 881bfba Remove unexpected headings from Misc/NEWS by Antoine Pitrou · 11 years ago
  12. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  13. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  14. 6039db8 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  15. 24201d4 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  16. fbc3c3c Closes #17730: in code.interact(), when banner="", do not print anything. by Georg Brandl · 11 years ago
  17. a8fc7f6 #18714: add attribution. by Georg Brandl · 11 years ago
  18. 6e22055 pdb: modernize find_function() and add tests for it. by Georg Brandl · 11 years ago
  19. 7ff4520 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 11 years ago
  20. 4e98567 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 11 years ago
  21. 9efcb6b Issue19030: commit tests for DynamicClassAttribute by Ethan Furman · 11 years ago
  22. 690a6a9 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  23. dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  24. 10e73ba Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 11 years ago
  25. 5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 11 years ago
  26. ef1605a merge with 3.3 by Georg Brandl · 11 years ago
  27. b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  28. 287da2e Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 11 years ago
  29. 5f613dc Merge heads by Serhiy Storchaka · 11 years ago
  30. 04d11a7 Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 11 years ago
  31. 221d943 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 11 years ago
  32. fd1c3d3 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 11 years ago
  33. 0a7697b Catch a few extra error cases in marshal.c by Kristján Valur Jónsson · 11 years ago
  34. 26e066d Null merge by Serhiy Storchaka · 11 years ago
  35. 5fa41f1 Merge heads by Serhiy Storchaka · 11 years ago
  36. 8362006 Merge heads by Serhiy Storchaka · 11 years ago
  37. eb7414f Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  38. e206b6e Issue #17827: document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  39. 1b80e63 Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  40. 6cb2b5b Issue #17827: Document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  41. 5983258 Issue #19219 Remove a lot of "retval = NULL" statements, now that retval by Kristján Valur Jónsson · 11 years ago
  42. b4534ae Docs tweaks for contextlib additions by Nick Coghlan · 11 years ago
  43. ed7bb48 Remove failing checks for explicit error messages. by Mark Dickinson · 11 years ago
  44. ef8627b Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky Kok for the patch. by Mark Dickinson · 11 years ago
  45. 31f6f4d merge with 3.3 by Georg Brandl · 11 years ago
  46. aeaecfd Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 11 years ago
  47. bb2ed51 merge with 3.3 by Georg Brandl · 11 years ago
  48. c30b59f Closes #17375: port new threading docstrings from 2.7. by Georg Brandl · 11 years ago
  49. bcdb4fd merge with 3.3 by Georg Brandl · 11 years ago
  50. 5d5b375 Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. by Georg Brandl · 11 years ago
  51. daa1fa9 Back out accidentally pushed changeset b51218966201. by Georg Brandl · 11 years ago
  52. a7bb9b3 merge with 3.3 by Georg Brandl · 11 years ago
  53. 1e32011 Fix display of deprecated blocks with Sphinx 1.2. by Georg Brandl · 11 years ago
  54. 4300019 Add re.fullmatch() function and regex.fullmatch() method, which anchor the by Georg Brandl · 11 years ago
  55. 57841dd Grammar fix. by Eric V. Smith · 11 years ago
  56. da14920 Close #18281: superfluous stat constants removed from tarfile by Ethan Furman · 11 years ago
  57. 17ecd1d Document speedup in whatsnew by Christian Heimes · 11 years ago
  58. 3572842 Issue #19219: retval may be used uninitialized value by Christian Heimes · 11 years ago
  59. 5703cd5 whitespace cleanup by Christian Heimes · 11 years ago
  60. 06239f6 merge by Christian Heimes · 11 years ago
  61. 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
  62. 52c5e57 Issue #19218: Add facade collections.abc by Christian Heimes · 11 years ago
  63. f1dc3ee Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start by Christian Heimes · 11 years ago
  64. ad9c9bb Remove import functools from re module. The re module imports functools but never uses it. by Christian Heimes · 11 years ago
  65. 7b4a361 Merge. by Richard Oudkerk · 11 years ago
  66. 4f35079 Make test_terminate() succeed or fail quickly. by Richard Oudkerk · 11 years ago
  67. 84fc708 merge by Raymond Hettinger · 11 years ago
  68. 6480168 Issue #19202: Add cross-reference and a rough code equivalent by Raymond Hettinger · 11 years ago
  69. 9809ca9 Issue #18458: merge comments from 3.3 by Ned Deily · 11 years ago
  70. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
  71. 5d4121a Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  72. 3892419 Merge by Antoine Pitrou · 11 years ago
  73. b30f271 Try to fix weird assertion error on the Fedora buildbot. by Antoine Pitrou · 11 years ago
  74. 32a1466 merge by Georg Brandl · 11 years ago
  75. 793d847 merge with 3.3 by Georg Brandl · 11 years ago
  76. a140348 Invert logic of new limited-API annotation and call it "stable ABI". by Georg Brandl · 11 years ago
  77. d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 11 years ago
  78. 409b538 Don't export internal symbols ("make smelly") by Antoine Pitrou · 11 years ago
  79. 3974d6a Forgot NEWS entry for previous commit. by Antoine Pitrou · 11 years ago
  80. 1164dfc Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. by Antoine Pitrou · 11 years ago
  81. 4c6ed25 merge 3.3 by Benjamin Peterson · 11 years ago
  82. f54ab1f backport media types from default by Benjamin Peterson · 11 years ago
  83. 7b48a4d add aifc by Benjamin Peterson · 11 years ago
  84. 3ddc0cb add some audio formats by Benjamin Peterson · 11 years ago
  85. e9bd31f merge with 3.3 by Georg Brandl · 11 years ago
  86. 239990d Fix compatibility with upcoming Sphinx 1.2. by Georg Brandl · 11 years ago
  87. 5a5d73a Null merge by Serhiy Storchaka · 11 years ago
  88. e23b2d0 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  89. 7c11e52 merge with 3.3 by Georg Brandl · 11 years ago
  90. 5c01d99 Introduce support for documenting which C API elements are not part of the stable/limited API. by Georg Brandl · 11 years ago
  91. b9e8712a merge with 3.3 by Georg Brandl · 11 years ago
  92. 5db7c54 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). by Georg Brandl · 11 years ago
  93. a636c8e merge with 3.3 by Georg Brandl · 11 years ago
  94. ae30a81 Closes #13833: document PyStructSequence C-API functions. by Georg Brandl · 11 years ago
  95. 3cb26b7 merge with 3.3 by Georg Brandl · 11 years ago
  96. c96ef1f Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. by Georg Brandl · 11 years ago
  97. 32b2c62 merge with 3.3 by Georg Brandl · 11 years ago
  98. 57f936e Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 11 years ago
  99. 42840f0 merge with 3.3 by Georg Brandl · 11 years ago
  100. d8ede4f Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 11 years ago