1. 1543b8c #8040: merge with 3.3. by Ezio Melotti · 12 years ago
  2. 8630c1e #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  3. 380ce65 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. by Ezio Melotti · 12 years ago
  4. dcd34a6 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  5. c4b8e05 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  6. 252cd0e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  7. 4503713 merge from 3.3 by Senthil Kumaran · 12 years ago
  8. 0b3014d merge from 3.2 by Senthil Kumaran · 12 years ago
  9. bc876a2 Automated merge with file:///home/vagrant/3.3 by Senthil Kumaran · 12 years ago
  10. 847c33c Include mention of jenkins as an example framework for doing CI by Senthil Kumaran · 12 years ago
  11. 9617ce9 merge #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  12. f358eaf merge #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  13. f933302 #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  14. 969684f Merge 3.3 by Hynek Schlawack · 12 years ago
  15. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 12 years ago
  16. 5979fdf merge 3.3 and 3.2 changes related to 10836 by Senthil Kumaran · 12 years ago
  17. cc2f042 Issue #16250: Fix URLError invocation with proper args by Senthil Kumaran · 12 years ago
  18. cad7b31 Issue #16250: Fix URLError invocation with proper args. by Senthil Kumaran · 12 years ago
  19. 16bb545 merge with 3.3 by Philip Jenvey · 12 years ago
  20. 5f9459f merge with 3.2 by Philip Jenvey · 12 years ago
  21. 45c4149 bounds check for bad data (thanks amaury) by Philip Jenvey · 12 years ago
  22. a0e41a2 Merge issue #16243: add example for inspect.formatargspec by Andrew Svetlov · 12 years ago
  23. 735d317 Issue #16243: add example for inspect.formatargspec by Andrew Svetlov · 12 years ago
  24. 28a79f8 Merge 3.3 by Petri Lehtinen · 12 years ago
  25. 6a65bcd Add Modules/_freeze_importlib to .gitignore by Petri Lehtinen · 12 years ago
  26. da2bd6c Merge heads. by Ezio Melotti · 12 years ago
  27. afa46ab #16317: merge with 3.3. by Ezio Melotti · 12 years ago
  28. 0ada6f1 #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  29. f9de90a remove obsolete hasattr() check for socket.sendall by Giampaolo Rodola' · 12 years ago
  30. 9a56f8c #16206: merge with 3.3. by Ezio Melotti · 12 years ago
  31. a5941f8 #16206: merge with 3.2. by Ezio Melotti · 12 years ago
  32. a20879f #16206: Improve examples about dict construction. by Ezio Melotti · 12 years ago
  33. 3d6948e Merge from 3.3: fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  34. 8b0f3ad Merge from 3.2: fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  35. c131b07 Fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  36. 9588593 Issue #16305: Merge fix from 3.3. by Mark Dickinson · 12 years ago
  37. 039e0cd Issue #16305: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  38. 7646449 Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and diagnosis. by Mark Dickinson · 12 years ago
  39. a19f601 Update NEWS for issue #16241 by Andrew Svetlov · 12 years ago
  40. 9819105 Update NEWS for issue #16241 by Andrew Svetlov · 12 years ago
  41. 93653c4 #16210: merge with 3.3. by Ezio Melotti · 12 years ago
  42. e6c0f0d #16210: merge with 3.2. by Ezio Melotti · 12 years ago
  43. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 12 years ago
  44. d084558 make _PyParser_TokenNames const by Benjamin Peterson · 12 years ago
  45. 5b02d68 Merged fix of whitespace typo in Misc/NEWS from 3.3. by Vinay Sajip · 12 years ago
  46. f0ef7fe Fixed whitespace typo in Misc/NEWS. by Vinay Sajip · 12 years ago
  47. 998b105 Closes #16116: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  48. e87acc1 Issue #16116: Now uses corrected include and library paths when building C extensions in a venv. by Vinay Sajip · 12 years ago
  49. d2e90cd Add Misc/NEWS entry for dd8b969d7459/#16245. by Ezio Melotti · 12 years ago
  50. bf644c5 Fix the windows buildbot permission error - close the fd of tempfile beffore unlinking by Senthil Kumaran · 12 years ago
  51. 3194d7c Fix issue16300: addressing the buildbot failures on windows by Senthil Kumaran · 12 years ago
  52. 32e4608 #16245: merge with 3.3. by Ezio Melotti · 12 years ago
  53. e6e96ee #16245: Fix the value of a few entities in html.entities.html5. by Ezio Melotti · 12 years ago
  54. ccc9e61 #16245: add a script to generate the html.entities.html5 dict. by Ezio Melotti · 12 years ago
  55. d25b398 Replace tabs with spaces in posixmodule.c by Petri Lehtinen · 12 years ago
  56. 5445a8c Replace tabs with spaces in posixmodule.c by Petri Lehtinen · 12 years ago
  57. 3831bec Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 12 years ago
  58. 950d5fd Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 12 years ago
  59. 4904e5a Merge html.entities.html5 reordering with 3.3. by Ezio Melotti · 12 years ago
  60. 518dbfd Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia Proskurnia. by Ezio Melotti · 12 years ago
  61. 8410821 Automated merge with ssh://hg.python.org/cpython by Senthil Kumaran · 12 years ago
  62. c3633b6 skip the file localhost test on windows. Fix it on branch and modify the test by Senthil Kumaran · 12 years ago
  63. c6cf1ba Replace usage of the deprecated Py_UNICODE_COPY() with Py_MEMCPY() in resize_copy() by Victor Stinner · 12 years ago
  64. fe75fb4 Optimize _PyUnicode_HasNULChars(): use findchar() instead of PyUnicode_Contains() by Victor Stinner · 12 years ago
  65. 6fa6275 Inline raise_translate_exception(): it is only used once by Victor Stinner · 12 years ago
  66. e5567ad Optimize PyUnicode_RichCompare() for Py_EQ and Py_NE: always use memcmp() by Victor Stinner · 12 years ago
  67. 3a81580 Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch by Berker Peksag by Senthil Kumaran · 12 years ago
  68. a212114 Issue #15853: merge 3.3 -> default by Ned Deily · 12 years ago
  69. b6d24d9 Issue #15853: merge 3.2 -> 3.3 by Ned Deily · 12 years ago
  70. fdf0f27 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 12 years ago
  71. 40d8078 Issue #16301: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy by Senthil Kumaran · 12 years ago
  72. efb1599 Add _sha3.pyd to list of extension modules for MSI by Christian Heimes · 12 years ago
  73. a2897e4 Merge with 3.3: Issue #16295: Link "select" with ws2_32, the winsock2 lib. by Kristjan Valur Jonsson · 12 years ago
  74. abb0feb Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library. by Kristjan Valur Jonsson · 12 years ago
  75. 145ce8e MERGE: Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  76. 80c2f4f MERGE: Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  77. af38774 Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  78. 3ebef36 Issue #16250: Fix the invocations of URLError which had misplaced filename attribute for exception by Senthil Kumaran · 12 years ago
  79. 1348747 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 12 years ago
  80. aee3c76 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 12 years ago
  81. c4c4842 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 12 years ago
  82. f577686 Issue #10836: Fix exception raised when file not found in urlretrieve by Senthil Kumaran · 12 years ago
  83. 8a91549 backout ce9c9cbd1b11, Build the _sha3 module with VS 2008 by Christian Heimes · 12 years ago
  84. a3bc779 Add VS 9 project file for _sha3 module by Christian Heimes · 12 years ago
  85. 78a59a6 Merge #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  86. 18b7fcc Merge #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  87. 5f8f0d6 Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  88. bd26b54 Issue #12692: Fix resource leak in urllib.request. by Nadeem Vawda · 12 years ago
  89. ca4a525 Build the _sha3 module with VS 2008. by Antoine Pitrou · 12 years ago
  90. da201fa Try to fix issue #16264 (test_logging failure on some buildbots). by Antoine Pitrou · 12 years ago
  91. 186370b Issue #16034 follow-up: Apply optimizations to the lzma module. by Nadeem Vawda · 12 years ago
  92. 06eecea Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle. by Antoine Pitrou · 12 years ago
  93. d3a3e64 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  94. 5508412 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  95. 66510fe Fix whacky spacking in test_wsgiref by Antoine Pitrou · 12 years ago
  96. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  97. 777d0c5 Merge PEP name fix with 3.3. by Ezio Melotti · 12 years ago
  98. 8cd45bd Fix PEP name. by Ezio Melotti · 12 years ago
  99. 353af29 Merge typo fix with 3.3. by Ezio Melotti · 12 years ago
  100. 1f67e80 Fix typo. by Ezio Melotti · 12 years ago