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