1. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 15 years ago
  2. 4feda2a Merged revisions 70682,70684 via svnmerge from by Mark Dickinson · 15 years ago
  3. c8a608c Merged revisions 70678 via svnmerge from by Mark Dickinson · 15 years ago
  4. 48e2478 fix variable name #5595 by Benjamin Peterson · 15 years ago
  5. 4959562 Blocked revisions 70672 via svnmerge by Benjamin Peterson · 15 years ago
  6. fd12f49 Port r70672 to py3k. Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 15 years ago
  7. 9041daa Restore a conditional I removed by mistake. by Antoine Pitrou · 15 years ago
  8. 66994e1 Issue #1174606: Calling read() without arguments of an unbounded file by Antoine Pitrou · 15 years ago
  9. 24f3629 Issue #5592: make the encodefuncs symbol static by Antoine Pitrou · 15 years ago
  10. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  11. b556452 Publicize 3.1-specific performance enhancements by Antoine Pitrou · 15 years ago
  12. 36f2647 Blocked revisions 70651 via svnmerge by Guilherme Polo · 15 years ago
  13. 9d81def Merged revisions 70647,70652 via svnmerge from by Antoine Pitrou · 15 years ago
  14. 7a51e58 Merged revisions 70648 via svnmerge from by Georg Brandl · 15 years ago
  15. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 15 years ago
  16. 7c1692d Replace references to httplib with http.client. by Jeremy Hylton · 15 years ago
  17. fdd6dee Update the tests skipped with quicktest target. by Jeremy Hylton · 15 years ago
  18. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  19. 98eb6c2 Fix compatibility issue with HTTPMessage class. by Jeremy Hylton · 15 years ago
  20. 914ab45 Sort import list. by Jeremy Hylton · 15 years ago
  21. e6fdd04 Replace duplicate code in http.server with call to http.client.parse_headers(). by Jeremy Hylton · 15 years ago
  22. ef9f48e Simplify complex expression. by Jeremy Hylton · 15 years ago
  23. 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 15 years ago
  24. b476d59 Add __enter__ and __exit__ methods to addbase() so that it supports with. by Jeremy Hylton · 15 years ago
  25. 81fac43 Blocked revisions 70531,70533,70538,70544,70552-70553,70564,70601 via svnmerge by Benjamin Peterson · 15 years ago
  26. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 15 years ago
  27. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  28. 1ef7c6b Add a few more tests for urllib.parse.urlencode. Fix some long lines. by Jeremy Hylton · 15 years ago
  29. 230feba urlencode: by Jeremy Hylton · 15 years ago
  30. f819886 Simplify a few complicated expressions. by Jeremy Hylton · 15 years ago
  31. a4de60a Whitespace normalization. by Jeremy Hylton · 15 years ago
  32. 663fffa Fix a circular import dependency. by Brett Cannon · 15 years ago
  33. 52dc06b Separate initialization from clearing. by Raymond Hettinger · 15 years ago
  34. 9611b5e wild card import is only allowed at the module level by Benjamin Peterson · 15 years ago
  35. 0468df3 clarify the type of data returned by Skip Montanaro · 15 years ago
  36. 9b8d24b reuse tokenize.detect_encoding in linecache instead of a custom solution by Benjamin Peterson · 15 years ago
  37. a8abe86 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  38. 649170b http://bugs.python.org/issue5552 by Kristján Valur Jónsson · 15 years ago
  39. 8915e0e http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  40. dc7c128 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  41. 7c43524 fix function name by Benjamin Peterson · 15 years ago
  42. 4c93dcb Merged revisions 70574 via svnmerge from by Benjamin Peterson · 15 years ago
  43. 70e32c8 fix some versionchanged and versionadded directives by Benjamin Peterson · 15 years ago
  44. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 15 years ago
  45. 6b232cd Add links to related resources. by Raymond Hettinger · 15 years ago
  46. fd88ea7 For some reason rst docs like an initial 3 space indent. by Raymond Hettinger · 15 years ago
  47. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 15 years ago
  48. 87d98bc PyString_FromString -> PyUnicode_FromString by Benjamin Peterson · 15 years ago
  49. acc5d6b Merged revisions 70550 via svnmerge from by Antoine Pitrou · 15 years ago
  50. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  51. 17e4fdd Merged revisions 70542 via svnmerge from by Mark Dickinson · 15 years ago
  52. 798ee1a Make imported name private and wrap long-line. by Raymond Hettinger · 15 years ago
  53. f173654 Forward port r70533 and r70538. by Raymond Hettinger · 15 years ago
  54. 3036420 more about the file type's death #5513 by Benjamin Peterson · 15 years ago
  55. 52c3bf1 sync open() docs more by Benjamin Peterson · 15 years ago
  56. 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 15 years ago
  57. 21e5fcd - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. by Matthias Klose · 15 years ago
  58. 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 15 years ago
  59. db08306 fix incorrect merge by Benjamin Peterson · 15 years ago
  60. 9d57ccb Blocked revisions 70463 via svnmerge by Benjamin Peterson · 15 years ago
  61. 0ed5245 port the queue change r70405 by Benjamin Peterson · 15 years ago
  62. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  63. 839d6ca Blocked revisions 70286,70290,70292-70293,70295-70296,70298,70300,70305,70315,70319,70466,70470,70472-70473,70475,70477,70479,70485 via svnmerge by Benjamin Peterson · 15 years ago
  64. 3530246 Merged revisions 70499 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  65. af23217 Remove remnants of svn conflict marker from Misc/NEWS by Mark Dickinson · 15 years ago
  66. ae681df - Issue #5463: In struct module, remove deprecated overflow wrapping by Mark Dickinson · 15 years ago
  67. e43b060 Document import's semantics for the language reference. This includes filling by Brett Cannon · 15 years ago
  68. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  69. 16f966e Merged revisions 70489 via svnmerge from by Mark Dickinson · 15 years ago
  70. be075b1 Add MutableSet example. by Raymond Hettinger · 15 years ago
  71. d72c7b6 Add ..versionadded for sys.int_info, update py3k version of by Mark Dickinson · 15 years ago
  72. 0ef2cf6 Blocked revisions 70479 via svnmerge by Mark Dickinson · 15 years ago
  73. bfb5456 Fix typo by Raymond Hettinger · 15 years ago
  74. 18ed2cb Forward port 70475: Add implementation notes. Put methods in more readable order. by Raymond Hettinger · 15 years ago
  75. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 15 years ago
  76. 6cf17aa svnmerge from trunk for r70457 (sorry, I accidentally deleted the commit message) by Antoine Pitrou · 15 years ago
  77. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  78. e7f45b8 Blocked revisions 70454 via svnmerge by Mark Dickinson · 15 years ago
  79. 081dfee Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  80. ecdfd51 Merged revisions 70448 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  81. 7303b59 Merged revisions 70444 via svnmerge from by Mark Dickinson · 15 years ago
  82. 79f5203 Merged revisions 70439 via svnmerge from by Mark Dickinson · 15 years ago
  83. 9c59fe0 Move Misc/NEWS item to the right place. by Mark Dickinson · 15 years ago
  84. ad41634 Merged revisions 70430 via svnmerge from by Mark Dickinson · 15 years ago
  85. 44c5481 Fix a doc typo. by Brett Cannon · 15 years ago
  86. 7f15786 Merged revisions 70397 via svnmerge from by Georg Brandl · 15 years ago
  87. 9309583 Merged revisions 70378 via svnmerge from by Nick Coghlan · 15 years ago
  88. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 15 years ago
  89. 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 15 years ago
  90. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 15 years ago
  91. 7aa21f7 A few more docstring/API cleanups for importlib. by Brett Cannon · 15 years ago
  92. 0e0d8a6 Clean up docstring from importlib.util.module_for_loader. by Brett Cannon · 15 years ago
  93. 22b1331 Blocked revisions 70368 via svnmerge by Eric Smith · 15 years ago
  94. 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 15 years ago
  95. 350370c Merged revisions 70356 via svnmerge from by Antoine Pitrou · 15 years ago
  96. a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 15 years ago
  97. 0ae29cf The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead. by Antoine Pitrou · 15 years ago
  98. 652e707 Issue #5392: when a very low recursion limit was set, the interpreter would by Antoine Pitrou · 15 years ago
  99. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  100. f87e04d Finish properly hiding importlib implementation code. by Brett Cannon · 15 years ago