1. 145ce8e MERGE: Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  2. 80c2f4f MERGE: Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  3. af38774 Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  4. 3ebef36 Issue #16250: Fix the invocations of URLError which had misplaced filename attribute for exception by Senthil Kumaran · 12 years ago
  5. 1348747 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 12 years ago
  6. aee3c76 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 12 years ago
  7. c4c4842 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 12 years ago
  8. f577686 Issue #10836: Fix exception raised when file not found in urlretrieve by Senthil Kumaran · 12 years ago
  9. 8a91549 backout ce9c9cbd1b11, Build the _sha3 module with VS 2008 by Christian Heimes · 12 years ago
  10. a3bc779 Add VS 9 project file for _sha3 module by Christian Heimes · 12 years ago
  11. 78a59a6 Merge #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  12. 18b7fcc Merge #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  13. 5f8f0d6 Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  14. bd26b54 Issue #12692: Fix resource leak in urllib.request. by Nadeem Vawda · 12 years ago
  15. ca4a525 Build the _sha3 module with VS 2008. by Antoine Pitrou · 12 years ago
  16. da201fa Try to fix issue #16264 (test_logging failure on some buildbots). by Antoine Pitrou · 12 years ago
  17. 186370b Issue #16034 follow-up: Apply optimizations to the lzma module. by Nadeem Vawda · 12 years ago
  18. 06eecea Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle. by Antoine Pitrou · 12 years ago
  19. d3a3e64 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  20. 5508412 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  21. 66510fe Fix whacky spacking in test_wsgiref by Antoine Pitrou · 12 years ago
  22. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  23. 777d0c5 Merge PEP name fix with 3.3. by Ezio Melotti · 12 years ago
  24. 8cd45bd Fix PEP name. by Ezio Melotti · 12 years ago
  25. 353af29 Merge typo fix with 3.3. by Ezio Melotti · 12 years ago
  26. 1f67e80 Fix typo. by Ezio Melotti · 12 years ago
  27. d5050b3 Merge indentation fixes with 3.3. by Ezio Melotti · 12 years ago
  28. b24d3cf Fix indentation (or Sphinx will think these are attributes of ConnectionError). by Ezio Melotti · 12 years ago
  29. 6f7b0da Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty. by Antoine Pitrou · 12 years ago
  30. 257c132 Issue #10405: merge from 3.3 by Ned Deily · 12 years ago
  31. d2cc1bb Issue #10405: merge from 3.2 by Ned Deily · 12 years ago
  32. 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  33. 13b1547 Merge punctuation fixes with 3.3. by Ezio Melotti · 12 years ago
  34. 76e7ea5 Fix punctuation. by Ezio Melotti · 12 years ago
  35. 022b6d2 Merge "seealso" change with 3.3. by Ezio Melotti · 12 years ago
  36. 36e01df Move note about the implementation in the "seealso". by Ezio Melotti · 12 years ago
  37. 5ee2404 Fix concurrent.futures docstring typo: "Request Q" -> "Result Q". by Mark Dickinson · 12 years ago
  38. aaa2883 Merge from 3.3 by Nick Coghlan · 12 years ago
  39. 40c6773 Fix typo in example (pointed out by a couple of people, most recently Ken Rimey) by Nick Coghlan · 12 years ago
  40. fe54fd5 Propagate dummy merge from 3.3 by Nick Coghlan · 12 years ago
  41. 903c316 Dummy merge from 3.2 by Nick Coghlan · 12 years ago
  42. 557c76c Fix compilation on Windows by Nick Coghlan · 12 years ago
  43. 8d3069a Merge wrong escape removal with 3.3. by Ezio Melotti · 12 years ago
  44. 5b69fbd Remove wrong escape in code snippet. by Ezio Melotti · 12 years ago
  45. 359fc8e Propagate dummy merge from 3.3 by Nick Coghlan · 12 years ago
  46. 55062e3 Dummy merge from 3.2 by Nick Coghlan · 12 years ago
  47. 62b4136 Fix broken test and replace redundant generator with a tuple by Nick Coghlan · 12 years ago
  48. f3cf34c Propagate dummy merge from 3.3 by Nick Coghlan · 12 years ago
  49. 059e37f Dummy merge from 3.2 by Nick Coghlan · 12 years ago
  50. c71b4c7 Issue #6074: Actually delete the source file in the test as intended by Nick Coghlan · 12 years ago
  51. 324c9fa Merge from 3.3 by Nick Coghlan · 12 years ago
  52. 11d752e Remove unused import by Nick Coghlan · 12 years ago
  53. d4f5ad6 Merge fix from #6074 from 3.3 by Nick Coghlan · 12 years ago
  54. eb8d627 Issue #6074: Apply an appropriate fix for importlib based imports by Nick Coghlan · 12 years ago
  55. 0772398 Propagate dummy merge from 3.3 by Nick Coghlan · 12 years ago
  56. 90eb8ae Dummy merge from 3.2, as that approach to resolving #6074 is not applicable to importlib by Nick Coghlan · 12 years ago
  57. 34937ce Issue #6074: Forward port Windows read-only source file fix from 2.7 by Nick Coghlan · 12 years ago
  58. 2d51f68 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 12 years ago
  59. b0cc912 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 12 years ago
  60. 89e9285 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 12 years ago
  61. edbe30c Merge with 3.3 by Georg Brandl · 12 years ago
  62. 2ee776b Fix merging mistake. by Georg Brandl · 12 years ago
  63. 5d590d8 Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) by Ned Deily · 12 years ago
  64. bfbf3f1 Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) by Ned Deily · 12 years ago
  65. e453e4c Issue 16280: Drop questionable special-casing of null pointer in PyLong_FromVoidPtr. by Mark Dickinson · 12 years ago
  66. 74375fc Followup to issue #15958: add join.h to Makefile dependencies for byte strings by Antoine Pitrou · 12 years ago
  67. 5cb6591 Issue #16277: merge fix from 3.3 by Mark Dickinson · 12 years ago
  68. 44362a8 Issue #16277: merge fix from 3.2 by Mark Dickinson · 12 years ago
  69. 9104479 Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long). by Mark Dickinson · 12 years ago
  70. 56d279f Merge from 3.3: clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  71. 206f962 Merge from 3.2: clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  72. 5bf7f1f Clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  73. f17512f Merge heads. by Trent Nelson · 12 years ago
  74. dd35500 Merge heads. by Trent Nelson · 12 years ago
  75. c786498 Merge issue #15298. by Trent Nelson · 12 years ago
  76. ecbe2a9 Issue #15298: refactor previous fix from 66959d419369. by Trent Nelson · 12 years ago
  77. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  78. 1e9af84 merge heads by Andrew Svetlov · 12 years ago
  79. e60983e merge heads by Andrew Svetlov · 12 years ago
  80. 6b2a28a null merge by Andrew Svetlov · 12 years ago
  81. 72db18c null merge by Andrew Svetlov · 12 years ago
  82. 0dccbe1 null merge by Andrew Svetlov · 12 years ago
  83. 41695b6 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  84. 2365f41 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  85. abfc7df Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  86. e9631e5 Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  87. 31605ac Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  88. 1eff0fc Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  89. a3f862e Merge issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  90. 65b4b40 Merge issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  91. e9cf97c Issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  92. 284529d test_logging.py: where needed use unittest's assertGreater, assertLesser, assertIs rather than assertTrue (also in order to debug issue 16264) by Giampaolo Rodola' · 12 years ago
  93. b4e4c92 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  94. 016884c Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  95. 45bb613 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  96. 9a537a6 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  97. 5595ab5 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  98. 739fc54 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  99. b21099a Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. by Trent Nelson · 12 years ago
  100. ee528cc Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. by Trent Nelson · 12 years ago