1. a3f862e Merge issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  2. 65b4b40 Merge issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  3. e9cf97c Issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  4. 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
  5. b4e4c92 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  6. 016884c Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  7. 45bb613 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  8. 9a537a6 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  9. 5595ab5 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  10. 739fc54 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  11. b21099a Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. by Trent Nelson · 12 years ago
  12. ee528cc Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. by Trent Nelson · 12 years ago
  13. 42da889f merge for issue #16160: Subclass support now works for types.SimpleNamespace. by Eric Snow · 12 years ago
  14. 547298c Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing. by Eric Snow · 12 years ago
  15. 4d289a2 Merge: A couple more whatsnew updates. by R David Murray · 12 years ago
  16. e54c718 A couple more whatsnew updates. by R David Murray · 12 years ago
  17. 8261f83 Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  18. 0c7081a Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  19. 3ed2cb5 Also add tests for TextIOWrapper.writelines() (issue #15744). by Antoine Pitrou · 12 years ago
  20. 131a489 Add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  21. d0ad0b3 Reformat _tkinter code to follow PEP7 by Andrew Svetlov · 12 years ago
  22. cfc22b4 Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. by Antoine Pitrou · 12 years ago
  23. 6ca07a2 Merge typo fix. by Ezio Melotti · 12 years ago
  24. ad62680 Fix typo. by Ezio Melotti · 12 years ago
  25. a4519a6 Bump autoconf from 2.68 to 2.69. by Trent Nelson · 12 years ago
  26. 65c6085 Merge issue #15819: tweak logic in previous commit. by Trent Nelson · 12 years ago
  27. 56d4c03 Merge issue #15819: tweak logic in previous commit. by Trent Nelson · 12 years ago
  28. 6603118 Issue #15819: tweak logic in previous commit (617591e7d708). by Trent Nelson · 12 years ago
  29. 68e9d7c Merge concurrent.futures dict comp tweak from 3.3 by Nick Coghlan · 12 years ago
  30. d6d5cf3 A dict comprehension is much prettier (thanks Antoine) by Nick Coghlan · 12 years ago
  31. 15a9bae Merge heads. by Trent Nelson · 12 years ago
  32. 5ecd004 Merge heads. by Trent Nelson · 12 years ago
  33. cd02b3f Merge issue #15819: additional fixes for out-of-tree builds from read-only src. by Trent Nelson · 12 years ago
  34. 4d4ec65 Merge issue #15819: additional fixes for out-of-tree builds from read-only src. by Trent Nelson · 12 years ago
  35. c7c03ba Merge concurrent.futures example changes from 3.3 by Nick Coghlan · 12 years ago
  36. f06ea25 Tweak the threaded example in concurrent.futures by Nick Coghlan · 12 years ago
  37. 9effe69 Issue #15819: additional fixes for out-of-tree builds from read-only src. by Trent Nelson · 12 years ago
  38. b16269e Merge issue #15298: ensure _sysconfigdata is generated in build directory, by Trent Nelson · 12 years ago
  39. c101bf3 Issue #15298: ensure _sysconfigdata is generated in build directory, by Trent Nelson · 12 years ago
  40. 744fadd Merge issue #15833: don't raise an exception if importlib can't write by Trent Nelson · 12 years ago
  41. 8a42022 Merge heads. by Trent Nelson · 12 years ago
  42. d783c8e Issue #15833: don't raise an exception if importlib can't write byte-compiled by Trent Nelson · 12 years ago
  43. b3fe704 Merge issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 12 years ago
  44. 2bfe386 Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 12 years ago
  45. f4e5044 Merge issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 12 years ago
  46. 03cb99c Issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 12 years ago
  47. 3ba726c Closes #16244: Merged change from 3.3. by Vinay Sajip · 12 years ago
  48. e7e7af4 Issue #16244: Merged change from 3.2. by Vinay Sajip · 12 years ago
  49. ee892b9 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
  50. c7633e6 Issue #16225: Merge from 3.3: Add additional note to tutorial about looping. by Chris Jerdonek · 12 years ago
  51. 38049bb Issue #16225: Merge from 3.2: Add additional note to tutorial about looping. by Chris Jerdonek · 12 years ago
  52. 4fab8f0 Issue #16225: Add additional note to tutorial about changing sequence while looping. by Chris Jerdonek · 12 years ago
  53. 35eeb30 logging's SocketHandler: get rid of some legacy code and use the newer socket.create_connection() utility function by Giampaolo Rodola' · 12 years ago
  54. 7707f6f Issue #16234: Modify sha3's block_size method to return NotImplemented. by Christian Heimes · 12 years ago
  55. 11dc6c3 Issue #15721: make _tkinter module pep384 compatible. by Andrew Svetlov · 12 years ago
  56. 1f47650 Update comment: SPARC requires proper alignment by Christian Heimes · 12 years ago
  57. 12e6a53 get 64bit platforms without uint64 right again by Christian Heimes · 12 years ago
  58. d376986 merge by Christian Heimes · 12 years ago
  59. 784fde7 Force 32bit Keccak implementation on SPARC. It look like the Solaris CC compiler doesn't like the address alignment. by Christian Heimes · 12 years ago
  60. 6d70870 Clean up some warnings in test suite output. by Nadeem Vawda · 12 years ago
  61. ba3e4a0 Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big endian platforms by Christian Heimes · 12 years ago
  62. 174baa3 merge heads by Benjamin Peterson · 12 years ago
  63. d541d3f When not optimized function stack sizes are much larger and may cause this test to fail. by Benjamin Peterson · 12 years ago
  64. fe4985a Issue #16206: Merge dict documentation improvements from 3.3. by Chris Jerdonek · 12 years ago
  65. 39b8670 Issue #16206: Merge dict documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  66. f341317 Issue #16206: Improve the documentation of the dict constructor. by Chris Jerdonek · 12 years ago
  67. 145fb89 Merge from 3.3: Undo changes accidentally reverted in de8787029fe4. by Chris Jerdonek · 12 years ago
  68. 006d907 Undo changes accidentally reverted in de8787029fe4. by Chris Jerdonek · 12 years ago
  69. 801985e lzma module: Rewrap docstrings at 72 columns, as per PEP 8. by Nadeem Vawda · 12 years ago
  70. 4604980 merge 3.3 by Benjamin Peterson · 12 years ago
  71. b548d49 merge heads by Benjamin Peterson · 12 years ago
  72. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  73. 78ef088 merge 3.2 by Benjamin Peterson · 12 years ago
  74. 7a9953e skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  75. a5c4090 skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  76. 951a9e3 fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  77. fa5f75a fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  78. fe1bcb6 move more variable declarations to the top of blocks by Benjamin Peterson · 12 years ago
  79. f208df3 move declaration to top of block by Benjamin Peterson · 12 years ago
  80. 31a58ff ceval cleanup by Benjamin Peterson · 12 years ago
  81. 6072e0b Remove uses of % with str.format. by Brett Cannon · 12 years ago
  82. 5c3283e Merge __next__ method link fixes with 3.3. by Ezio Melotti · 12 years ago
  83. 1dd7c30 Merge __next__ method link fixes with 3.2. by Ezio Melotti · 12 years ago
  84. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  85. 9054055 Merge doctest fixes in functional howto with 3.3. by Ezio Melotti · 12 years ago
  86. eb81819 Merge doctest fixes in functional howto with 3.2. by Ezio Melotti · 12 years ago
  87. 35cbf16 Make doctests pass in the functional howto. by Ezio Melotti · 12 years ago
  88. 811bd98 Merge functional howto improvements with 3.3. by Ezio Melotti · 12 years ago
  89. dd67c1d Merge functional howto improvements with 3.2. by Ezio Melotti · 12 years ago
  90. 45a101d Improve markup in functional.rst, and fix a couple of errors. by Ezio Melotti · 12 years ago
  91. f79774b Merge link additions/fixes with 3.3. by Ezio Melotti · 12 years ago
  92. a6229e6 Fix and add more links. by Ezio Melotti · 12 years ago
  93. e312f4d Merge from 3.3: Add and adjust some string-related links in the docs. by Chris Jerdonek · 12 years ago
  94. c33899b Add and adjust some string-related links in the docs. by Chris Jerdonek · 12 years ago
  95. 23354f5 Merge from 3.3: Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  96. 8958cd0 Merge from 3.2: Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  97. af94724 Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  98. 5856e1c Issue #16199: Merge 2to3 typo fix from 3.3 (and resolve previous merge). by Chris Jerdonek · 12 years ago
  99. caf380a Issue #16199: Merge 2to3 typo fix from 3.2. by Chris Jerdonek · 12 years ago
  100. 4639749 Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report. by Chris Jerdonek · 12 years ago