1. 4a85269 Merged revisions 70735 via svnmerge from by Ronald Oussoren · 15 years ago
  2. 451e824 Remove usage of the deprecated '-cString' and '+stringWithCString:' API's by Ronald Oussoren · 15 years ago
  3. 59beec3 Add import_function method to test.test_support, and modify a number of by R. David Murray · 15 years ago
  4. e391835 Merged revisions 70730 via svnmerge from by Ronald Oussoren · 15 years ago
  5. 75d8385 Merged revisions 70730 via svnmerge from by Ronald Oussoren · 15 years ago
  6. bb8cb0e Fix issue where 'make altinstall' or 'make install' would install everything by Ronald Oussoren · 15 years ago
  7. 207b4c2 Merged revisions 70727 via svnmerge from by Ronald Oussoren · 15 years ago
  8. d14b600 Merged revisions 70727 via svnmerge from by Ronald Oussoren · 15 years ago
  9. 648a4fe * Updates installed dependencies to latest releaases (bzip, zlib, ...) by Ronald Oussoren · 15 years ago
  10. 7af4ef8 fix bad NEWS merge by Jesse Noller · 15 years ago
  11. c5d28a0 Merge 70717 to 30maint by Jesse Noller · 15 years ago
  12. ce46511 Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed space/tab properly. Issue 5120, patch by Guilherme Polo. by Kurt B. Kaiser · 15 years ago
  13. b48cfa6 Merge 70717 to 26maint by Jesse Noller · 15 years ago
  14. e6bab48 Merge 68768 to maint by Jesse Noller · 15 years ago
  15. 783fa44 Merged revisions 70719 via svnmerge from by Ronald Oussoren · 15 years ago
  16. 8ba6f3b Fix for issue 896199 (some Carbon modules aren't present in the documentation) by Ronald Oussoren · 15 years ago
  17. 6ae7a7d Add simple tests for __import__ for future optimizations to importlib. by Brett Cannon · 15 years ago
  18. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 15 years ago
  19. 5cb104d Revert incorrect change. by R. David Murray · 15 years ago
  20. c17003a Merged revisions 70713 via svnmerge from by Ronald Oussoren · 15 years ago
  21. d1f5260 Add an entry to developers.txt. by Brett Cannon · 15 years ago
  22. 506e6b0 This patch fixes issue 1254695 (wrong argument type conversion in Carbon.Qt) by Ronald Oussoren · 15 years ago
  23. 68ffe3e don't rely on the order dict repr #5605 by Benjamin Peterson · 15 years ago
  24. ad74dfe Convert import try/except to use test_support.import_module(). by R. David Murray · 15 years ago
  25. da54b84 Merged revisions 70660 via svnmerge from by Benjamin Peterson · 15 years ago
  26. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 15 years ago
  27. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  28. 3c87e22 add missing import by Benjamin Peterson · 15 years ago
  29. ac0580e there's actually three methods here #5600 by Benjamin Peterson · 15 years ago
  30. 33cd7ef fix import by Benjamin Peterson · 15 years ago
  31. 76a982a Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container by Bob Ippolito · 15 years ago
  32. 8e1a338 add missing import by Benjamin Peterson · 15 years ago
  33. c5206b3 use the awesome new status iterator by Benjamin Peterson · 15 years ago
  34. 83db765 thanks to guido's bytecode verifier, this is fixed by Benjamin Peterson · 15 years ago
  35. d2c1846 this has been fixed since 2.6 (I love removing these) by Benjamin Peterson · 15 years ago
  36. 5550365 Fix test_subprocess so that it works when launched from another directory than by Antoine Pitrou · 15 years ago
  37. 0dd737b Make life easier for non-CPython implementations by Raymond Hettinger · 15 years ago
  38. 00a9b73 Rewrite IOBase.readall to avoid costly string resizes, and plug a leak by Antoine Pitrou · 15 years ago
  39. 7d037a7 Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). by Antoine Pitrou · 15 years ago
  40. b006fcc Make life easier for non-CPython implementations. by Raymond Hettinger · 15 years ago
  41. 8e21fb2 Fix leak in _fileio.c (patch by Hirokazu Yamamoto) by Antoine Pitrou · 15 years ago
  42. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 15 years ago
  43. 4feda2a Merged revisions 70682,70684 via svnmerge from by Mark Dickinson · 15 years ago
  44. db6fa18 Merged revisions 70684 via svnmerge from by Mark Dickinson · 15 years ago
  45. d4814bf Issue #532631: Apply floatformat changes to unicodeobject.c by Mark Dickinson · 15 years ago
  46. 8788619 Merged revisions 70682 via svnmerge from by Mark Dickinson · 15 years ago
  47. 174e909 Issue #532631: Add paranoid check to avoid potential buffer overflow by Mark Dickinson · 15 years ago
  48. c8a608c Merged revisions 70678 via svnmerge from by Mark Dickinson · 15 years ago
  49. a30f349 Merged revisions 70678 via svnmerge from by Mark Dickinson · 15 years ago
  50. 2e648ec Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test by Mark Dickinson · 15 years ago
  51. 48e2478 fix variable name #5595 by Benjamin Peterson · 15 years ago
  52. 4959562 Blocked revisions 70672 via svnmerge by Benjamin Peterson · 15 years ago
  53. 3109162 Typo fix. by Guilherme Polo · 15 years ago
  54. fd12f49 Port r70672 to py3k. Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 15 years ago
  55. a199f01 Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 15 years ago
  56. 097aafd fix consistency by Benjamin Peterson · 15 years ago
  57. 7233acc stop the versionchanged directive from hiding the docs by Benjamin Peterson · 15 years ago
  58. be76d4c a more realistic example by Benjamin Peterson · 15 years ago
  59. 9041daa Restore a conditional I removed by mistake. by Antoine Pitrou · 15 years ago
  60. 66994e1 Issue #1174606: Calling read() without arguments of an unbounded file by Antoine Pitrou · 15 years ago
  61. 24f3629 Issue #5592: make the encodefuncs symbol static by Antoine Pitrou · 15 years ago
  62. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  63. a0eea59 Add section numbering to some of the larger subdocuments. by Georg Brandl · 15 years ago
  64. 400fd60 Switch to fixed Sphinx version. by Georg Brandl · 15 years ago
  65. b556452 Publicize 3.1-specific performance enhancements by Antoine Pitrou · 15 years ago
  66. 392775f Add a script to fixup rst files if the pre-commit hook rejects them. by Georg Brandl · 15 years ago
  67. 36f2647 Blocked revisions 70651 via svnmerge by Guilherme Polo · 15 years ago
  68. 94cc409 Blocked revisions 70641,70651 via svnmerge by Guilherme Polo · 15 years ago
  69. 9d81def Merged revisions 70647,70652 via svnmerge from by Antoine Pitrou · 15 years ago
  70. b22b948 Fix a typo and be more specific by Antoine Pitrou · 15 years ago
  71. 41eb086 Typo fix by Guilherme Polo · 15 years ago
  72. 0e92858 give os.symlink and os.link() better parameter names #5564 by Benjamin Peterson · 15 years ago
  73. 7a51e58 Merged revisions 70648 via svnmerge from by Georg Brandl · 15 years ago
  74. a31aa45 #5324: document __subclasses__(). by Georg Brandl · 15 years ago
  75. c18f6b0 Publicize the GC untracking optimization by Antoine Pitrou · 15 years ago
  76. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 15 years ago
  77. 5adab30 Fix typo. by Georg Brandl · 15 years ago
  78. 1972d16 Adjusted _tkinter to compile without warnings when WITH_THREAD is not by Guilherme Polo · 15 years ago
  79. 7c1692d Replace references to httplib with http.client. by Jeremy Hylton · 15 years ago
  80. fdd6dee Update the tests skipped with quicktest target. by Jeremy Hylton · 15 years ago
  81. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  82. 98eb6c2 Fix compatibility issue with HTTPMessage class. by Jeremy Hylton · 15 years ago
  83. 914ab45 Sort import list. by Jeremy Hylton · 15 years ago
  84. e6fdd04 Replace duplicate code in http.server with call to http.client.parse_headers(). by Jeremy Hylton · 15 years ago
  85. ef9f48e Simplify complex expression. by Jeremy Hylton · 15 years ago
  86. 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 15 years ago
  87. 7fa9459 fix another name by Benjamin Peterson · 15 years ago
  88. 0423297 update email tests to use SkipTest by Benjamin Peterson · 15 years ago
  89. b476d59 Add __enter__ and __exit__ methods to addbase() so that it supports with. by Jeremy Hylton · 15 years ago
  90. effa1dc ** is required here by Benjamin Peterson · 15 years ago
  91. bf4464a add missing import by Benjamin Peterson · 15 years ago
  92. 81fac43 Blocked revisions 70531,70533,70538,70544,70552-70553,70564,70601 via svnmerge by Benjamin Peterson · 15 years ago
  93. a9b5be0 must pass argument to get expected behavior ;) by Benjamin Peterson · 15 years ago
  94. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 15 years ago
  95. ad57d97 fix naming by Benjamin Peterson · 15 years ago
  96. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 15 years ago
  97. 21f6aac apply the second part of #4242's patch; classify all the implementation details in test_descr by Benjamin Peterson · 15 years ago
  98. 47d9738 rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 by Benjamin Peterson · 15 years ago
  99. c3141a6 add some useful utilities for skipping tests with unittest's new skipping ability by Benjamin Peterson · 15 years ago
  100. 0ad9b77 add support for PyPy by Benjamin Peterson · 15 years ago