1. 186370b Issue #16034 follow-up: Apply optimizations to the lzma module. by Nadeem Vawda · 12 years ago
  2. 06eecea Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle. by Antoine Pitrou · 12 years ago
  3. d3a3e64 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  4. 5508412 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  5. 66510fe Fix whacky spacking in test_wsgiref by Antoine Pitrou · 12 years ago
  6. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  7. 777d0c5 Merge PEP name fix with 3.3. by Ezio Melotti · 12 years ago
  8. 8cd45bd Fix PEP name. by Ezio Melotti · 12 years ago
  9. 353af29 Merge typo fix with 3.3. by Ezio Melotti · 12 years ago
  10. 1f67e80 Fix typo. by Ezio Melotti · 12 years ago
  11. d5050b3 Merge indentation fixes with 3.3. by Ezio Melotti · 12 years ago
  12. b24d3cf Fix indentation (or Sphinx will think these are attributes of ConnectionError). by Ezio Melotti · 12 years ago
  13. 6f7b0da Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty. by Antoine Pitrou · 12 years ago
  14. 257c132 Issue #10405: merge from 3.3 by Ned Deily · 12 years ago
  15. d2cc1bb Issue #10405: merge from 3.2 by Ned Deily · 12 years ago
  16. 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  17. 13b1547 Merge punctuation fixes with 3.3. by Ezio Melotti · 12 years ago
  18. 76e7ea5 Fix punctuation. by Ezio Melotti · 12 years ago
  19. 022b6d2 Merge "seealso" change with 3.3. by Ezio Melotti · 12 years ago
  20. 36e01df Move note about the implementation in the "seealso". by Ezio Melotti · 12 years ago
  21. 5ee2404 Fix concurrent.futures docstring typo: "Request Q" -> "Result Q". by Mark Dickinson · 12 years ago
  22. aaa2883 Merge from 3.3 by Nick Coghlan · 12 years ago
  23. 40c6773 Fix typo in example (pointed out by a couple of people, most recently Ken Rimey) by Nick Coghlan · 12 years ago
  24. fe54fd5 Propagate dummy merge from 3.3 by Nick Coghlan · 12 years ago
  25. 903c316 Dummy merge from 3.2 by Nick Coghlan · 12 years ago
  26. 557c76c Fix compilation on Windows by Nick Coghlan · 12 years ago
  27. 8d3069a Merge wrong escape removal with 3.3. by Ezio Melotti · 12 years ago
  28. 5b69fbd Remove wrong escape in code snippet. by Ezio Melotti · 12 years ago
  29. 359fc8e Propagate dummy merge from 3.3 by Nick Coghlan · 12 years ago
  30. 55062e3 Dummy merge from 3.2 by Nick Coghlan · 12 years ago
  31. 62b4136 Fix broken test and replace redundant generator with a tuple by Nick Coghlan · 12 years ago
  32. f3cf34c Propagate dummy merge from 3.3 by Nick Coghlan · 12 years ago
  33. 059e37f Dummy merge from 3.2 by Nick Coghlan · 12 years ago
  34. c71b4c7 Issue #6074: Actually delete the source file in the test as intended by Nick Coghlan · 12 years ago
  35. 324c9fa Merge from 3.3 by Nick Coghlan · 12 years ago
  36. 11d752e Remove unused import by Nick Coghlan · 12 years ago
  37. d4f5ad6 Merge fix from #6074 from 3.3 by Nick Coghlan · 12 years ago
  38. eb8d627 Issue #6074: Apply an appropriate fix for importlib based imports by Nick Coghlan · 12 years ago
  39. 0772398 Propagate dummy merge from 3.3 by Nick Coghlan · 12 years ago
  40. 90eb8ae Dummy merge from 3.2, as that approach to resolving #6074 is not applicable to importlib by Nick Coghlan · 12 years ago
  41. 34937ce Issue #6074: Forward port Windows read-only source file fix from 2.7 by Nick Coghlan · 12 years ago
  42. 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
  43. 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
  44. 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
  45. edbe30c Merge with 3.3 by Georg Brandl · 12 years ago
  46. 2ee776b Fix merging mistake. by Georg Brandl · 12 years ago
  47. 5d590d8 Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) by Ned Deily · 12 years ago
  48. bfbf3f1 Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) by Ned Deily · 12 years ago
  49. e453e4c Issue 16280: Drop questionable special-casing of null pointer in PyLong_FromVoidPtr. by Mark Dickinson · 12 years ago
  50. 74375fc Followup to issue #15958: add join.h to Makefile dependencies for byte strings by Antoine Pitrou · 12 years ago
  51. 5cb6591 Issue #16277: merge fix from 3.3 by Mark Dickinson · 12 years ago
  52. 44362a8 Issue #16277: merge fix from 3.2 by Mark Dickinson · 12 years ago
  53. 9104479 Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long). by Mark Dickinson · 12 years ago
  54. 56d279f Merge from 3.3: clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  55. 206f962 Merge from 3.2: clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  56. 5bf7f1f Clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  57. f17512f Merge heads. by Trent Nelson · 12 years ago
  58. dd35500 Merge heads. by Trent Nelson · 12 years ago
  59. c786498 Merge issue #15298. by Trent Nelson · 12 years ago
  60. ecbe2a9 Issue #15298: refactor previous fix from 66959d419369. by Trent Nelson · 12 years ago
  61. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  62. 1e9af84 merge heads by Andrew Svetlov · 12 years ago
  63. e60983e merge heads by Andrew Svetlov · 12 years ago
  64. 6b2a28a null merge by Andrew Svetlov · 12 years ago
  65. 72db18c null merge by Andrew Svetlov · 12 years ago
  66. 0dccbe1 null merge by Andrew Svetlov · 12 years ago
  67. 41695b6 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  68. 2365f41 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  69. abfc7df Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  70. e9631e5 Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  71. 31605ac Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  72. 1eff0fc Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  73. a3f862e Merge issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  74. 65b4b40 Merge issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  75. e9cf97c Issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  76. 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
  77. b4e4c92 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  78. 016884c Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  79. 45bb613 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  80. 9a537a6 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  81. 5595ab5 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  82. 739fc54 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  83. b21099a Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. by Trent Nelson · 12 years ago
  84. ee528cc Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. by Trent Nelson · 12 years ago
  85. 42da889f merge for issue #16160: Subclass support now works for types.SimpleNamespace. by Eric Snow · 12 years ago
  86. 547298c Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing. by Eric Snow · 12 years ago
  87. 4d289a2 Merge: A couple more whatsnew updates. by R David Murray · 12 years ago
  88. e54c718 A couple more whatsnew updates. by R David Murray · 12 years ago
  89. 8261f83 Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  90. 0c7081a Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  91. 3ed2cb5 Also add tests for TextIOWrapper.writelines() (issue #15744). by Antoine Pitrou · 12 years ago
  92. 131a489 Add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  93. d0ad0b3 Reformat _tkinter code to follow PEP7 by Andrew Svetlov · 12 years ago
  94. cfc22b4 Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. by Antoine Pitrou · 12 years ago
  95. 6ca07a2 Merge typo fix. by Ezio Melotti · 12 years ago
  96. ad62680 Fix typo. by Ezio Melotti · 12 years ago
  97. a4519a6 Bump autoconf from 2.68 to 2.69. by Trent Nelson · 12 years ago
  98. 65c6085 Merge issue #15819: tweak logic in previous commit. by Trent Nelson · 12 years ago
  99. 56d4c03 Merge issue #15819: tweak logic in previous commit. by Trent Nelson · 12 years ago
  100. 6603118 Issue #15819: tweak logic in previous commit (617591e7d708). by Trent Nelson · 12 years ago