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