1. 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 11 years ago
  2. 78d692f 18764: remove the problematic 'print' alias for the PDB 'p' command. by R David Murray · 11 years ago
  3. 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 11 years ago
  4. 6cf185d Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on by Victor Stinner · 11 years ago
  5. 7c74de4 Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode by Victor Stinner · 11 years ago
  6. 088cbf2 Issue #15805: Add contextlib.redirect_stdout() by Raymond Hettinger · 11 years ago
  7. 5ed3bc9 merge by Raymond Hettinger · 11 years ago
  8. 8ee7708 Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
  9. a61a1cb Repair format of NEWS entry. by Tim Peters · 11 years ago
  10. 3415fa3 Repair format of NEWS entry. by Tim Peters · 11 years ago
  11. 5aaddd9 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  12. cbd4d08 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  13. 213ef6e Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Gershuni. by Georg Brandl · 11 years ago
  14. 8d19767 Close #19199: Remove ``PyThreadState.tick_counter`` field by Victor Stinner · 11 years ago
  15. 210871d #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 11 years ago
  16. 926099d #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 11 years ago
  17. fa81cd9 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 11 years ago
  18. 7880db6 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 11 years ago
  19. 0d85b5c Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  20. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  21. d51f423 Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  22. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  23. 3226d87 Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  24. 91aaeac Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  25. 3d1b7a0 Whitespace normalization. by Tim Peters · 11 years ago
  26. e99bdb9 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  27. 7634e1c Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  28. 77e904e Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. by Antoine Pitrou · 11 years ago
  29. 3ebbb04 merge with 3.3 by Georg Brandl · 11 years ago
  30. ee82d0b Minor grammar fix. by Georg Brandl · 11 years ago
  31. c13d604 merge with 3.3 by Georg Brandl · 11 years ago
  32. 0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. by Georg Brandl · 11 years ago
  33. bc332a2 merge with 3.3 by Georg Brandl · 11 years ago
  34. f24c141 Fix wrong link. by Georg Brandl · 11 years ago
  35. 100580f merge with 3.3 by Georg Brandl · 11 years ago
  36. 97f9623 Add "->" as a delimiter token. Found by James Harding on docs@. by Georg Brandl · 11 years ago
  37. f3c9121 merge with 3.3 by Georg Brandl · 11 years ago
  38. 3328871 merge heads by Georg Brandl · 11 years ago
  39. 65087ae merge heads by Georg Brandl · 11 years ago
  40. 1322f9e Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 11 years ago
  41. 5e59676 Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 11 years ago
  42. b296d09 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  43. fe9e3b8 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  44. 245c765 merge with 3.3 by Georg Brandl · 11 years ago
  45. bcce125 Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag. by Georg Brandl · 11 years ago
  46. 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
  47. 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
  48. 648f860 Close #19156: add tests and fix for Enum helper edge cases. Patch from CliffM. by Ethan Furman · 11 years ago
  49. ab5a58d test_import.test_module_with_large_stack(): unload the test module by Victor Stinner · 11 years ago
  50. 7c67951 merge with 3.3 by Georg Brandl · 11 years ago
  51. c377fe2 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. by Georg Brandl · 11 years ago
  52. 6d7d6cf merge with 3.3 by Georg Brandl · 11 years ago
  53. a072de1 Extending example: use Py_RETURN_NONE by Georg Brandl · 11 years ago
  54. 38c741c Issue #19182: Fixed socket leak on exception when connecting. by Vinay Sajip · 11 years ago
  55. fd11551 merge with 3.3 by Georg Brandl · 11 years ago
  56. 29fc4bf Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 11 years ago
  57. aca718e merge with 3.3 by Georg Brandl · 11 years ago
  58. 136a050 Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. by Georg Brandl · 11 years ago
  59. a2a7e24 merge with 3.3 by Georg Brandl · 11 years ago
  60. 9ad417e Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@. by Georg Brandl · 11 years ago
  61. 59e3b23 merge with 3.3 by Georg Brandl · 11 years ago
  62. ac39add Fix typo in example file name. Found by John Bokma on docs@. by Georg Brandl · 11 years ago
  63. 89672bf merge with 3.3 by Georg Brandl · 11 years ago
  64. 6647a71 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 11 years ago
  65. 3686db1 merge with 3.3 by Georg Brandl · 11 years ago
  66. f6d6347 Fix typo in function name. by Georg Brandl · 11 years ago
  67. b68b970 merge with 3.3 by Georg Brandl · 11 years ago
  68. ffb94ae Closes #15432: GzipFile mtime argument is new in 3.1. by Georg Brandl · 11 years ago
  69. 434bdf4 merge with 3.3 by Georg Brandl · 11 years ago
  70. 9ad5bf6 Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed by Georg Brandl · 11 years ago
  71. 94c1467 merge with 3.3 by Georg Brandl · 11 years ago
  72. fc9a113 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 11 years ago
  73. af1edb7 merge with 3.3 by Georg Brandl · 11 years ago
  74. c6a2c9b Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  75. 4f198de merge with 3.3 by Georg Brandl · 11 years ago
  76. 7d07833 Closes #17725: small grammar fix. by Georg Brandl · 11 years ago
  77. 7cc439a merge with 3.3 by Georg Brandl · 11 years ago
  78. 6e94a30 The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 11 years ago
  79. 99b1a12 merge with 3.3 by Georg Brandl · 11 years ago
  80. 4a6cf6c Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 11 years ago
  81. e448cca merge with 3.3 by Georg Brandl · 11 years ago
  82. 036e41d Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 11 years ago
  83. 15f57f6 merge with 3.3 by Georg Brandl · 11 years ago
  84. 0bbbeb5 Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 11 years ago
  85. 9296509 merge with 3.3 by Georg Brandl · 11 years ago
  86. df40e86 Fix typo. Spotted by Bo Bayles on docs@. by Georg Brandl · 11 years ago
  87. 0c3ecc2 merge with 3.3 by Georg Brandl · 11 years ago
  88. 1cef264 Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. by Georg Brandl · 11 years ago
  89. cfcd686 merge with 3.3 by Georg Brandl · 11 years ago
  90. 9c2505b Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 11 years ago
  91. 6231e52 merge with 3.3 by Georg Brandl · 11 years ago
  92. 49c6fc9 Minor improvement: add indication that the main function goes on. by Georg Brandl · 11 years ago
  93. 7caabe0 merge with 3.3 by Georg Brandl · 11 years ago
  94. ed86ff8 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 11 years ago
  95. 736295c merge with 3.3 by Georg Brandl · 11 years ago
  96. e47e184 Unicode howto: use .txt as a more universally understood extension for text files. by Georg Brandl · 11 years ago
  97. 4497092 merge with 3.3 by Georg Brandl · 11 years ago
  98. a12b682 Add missing list methods. Found by Leonardo Pereira on docs@. by Georg Brandl · 11 years ago
  99. f70acb7 merge with 3.3 by Georg Brandl · 11 years ago
  100. 2070e83 Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 11 years ago