1. 92af5d9 Fix a leaking "pathname" in import.c by Kristján Valur Jónsson · 15 years ago
  2. e1b0445 get_file() no longer leaks a FILE structure. If given a file descriptor, it calls dup() to get a new handle. Then both the FILE object and the fd can be closed. by Kristján Valur Jónsson · 15 years ago
  3. 47f27a3 Forward-port of #992207 fix: document that the parser only accepts \\n newlines. (And remove a leftover footnote.) by Georg Brandl · 15 years ago
  4. b3259a4 Blocked revisions 70838 via svnmerge by Georg Brandl · 15 years ago
  5. 2bdb576 Make urllib use HTTP/1.1. It seems to work now, but hasn't been by Jeremy Hylton · 15 years ago
  6. 2115176 #5548: do return the new module from PyMODINIT_FUNC functions. by Georg Brandl · 15 years ago
  7. 5081f7e #5566: remove duplicate entry. by Georg Brandl · 15 years ago
  8. d186307 Blocked revisions 70825 via svnmerge by Georg Brandl · 15 years ago
  9. f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 15 years ago
  10. 1052f89 Update HTTPResponse documentation and add placeholder for HTTPMessage. by Jeremy Hylton · 15 years ago
  11. e257316 Document public attributes of urllib.request.Request. by Jeremy Hylton · 15 years ago
  12. abb02fd Change email address. by Jeremy Hylton · 15 years ago
  13. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  14. 16caab0 Merged revisions 70800 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  15. 6bf6367 Merged revisions 70802 via svnmerge from by Ronald Oussoren · 15 years ago
  16. ab6f2f6 Fix segfaults when running test_exceptions with coverage tracing, caused by wrongly defining Exception.__context__ as a T_OBJECT structmember which does not set the member to NULL on None assignment, and generally does not do type checks. This could be used to crash the interpreter by setting any object to __context__. The same applies to __cause__. Also document the PyException_* functions. by Georg Brandl · 15 years ago
  17. 71095ea The message for the exception when time.strptime was passed something other by Brett Cannon · 15 years ago
  18. 14f3ae2 merge 70792 to py3k by Jesse Noller · 15 years ago
  19. f8d0085 merge 70783 to py3k by Jesse Noller · 15 years ago
  20. 6d4a9cf Add new copydir_run_2to3() function, for use e.g. in test runners to transparently convert and run tests written for Python 2. by Georg Brandl · 15 years ago
  21. bb93d17 Add example for new copydir_run_2to3(). by Georg Brandl · 15 years ago
  22. fa1fcd1 Merged revisions 70778 via svnmerge from by Ronald Oussoren · 15 years ago
  23. 70d61ce "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does things much better, less changes are necessary. by Barry Warsaw · 15 years ago
  24. 35d1f00 finalize the queue to resolve test issue by Jesse Noller · 15 years ago
  25. 0ad59d4 Issue #5604: non-ASCII characters in module name passed to by Guido van Rossum · 15 years ago
  26. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 15 years ago
  27. 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 15 years ago
  28. d687887 Remove merging leftover. by Georg Brandl · 15 years ago
  29. 0961354 Thorough review of importlib docs. Reviewed by Brett himself. by Guido van Rossum · 15 years ago
  30. e8a2fe9 Fix for issue 5558 by Ronald Oussoren · 15 years ago
  31. ac4b39f Merged revisions 70746 via svnmerge from by Ronald Oussoren · 15 years ago
  32. f29b6b4 Merged revisions 70741 via svnmerge from by Ronald Oussoren · 15 years ago
  33. 8593a75 Fix importlib.machinery.PathFinder.find_module() to essentially skip over None by Brett Cannon · 15 years ago
  34. 0e31454 Enable "--with-computed-gotos" for the binary installer on OSX. by Ronald Oussoren · 15 years ago
  35. 1943f86 Merged revisions 70737 via svnmerge from by Ronald Oussoren · 15 years ago
  36. 4a85269 Merged revisions 70735 via svnmerge from by Ronald Oussoren · 15 years ago
  37. e391835 Merged revisions 70730 via svnmerge from by Ronald Oussoren · 15 years ago
  38. 207b4c2 Merged revisions 70727 via svnmerge from by Ronald Oussoren · 15 years ago
  39. 7af4ef8 fix bad NEWS merge by Jesse Noller · 15 years ago
  40. c5d28a0 Merge 70717 to 30maint by Jesse Noller · 15 years ago
  41. 6ae7a7d Add simple tests for __import__ for future optimizations to importlib. by Brett Cannon · 15 years ago
  42. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 15 years ago
  43. 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
  44. 5550365 Fix test_subprocess so that it works when launched from another directory than by Antoine Pitrou · 15 years ago
  45. 0dd737b Make life easier for non-CPython implementations by Raymond Hettinger · 15 years ago
  46. 00a9b73 Rewrite IOBase.readall to avoid costly string resizes, and plug a leak by Antoine Pitrou · 15 years ago
  47. 7d037a7 Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). by Antoine Pitrou · 15 years ago
  48. 8e21fb2 Fix leak in _fileio.c (patch by Hirokazu Yamamoto) by Antoine Pitrou · 15 years ago
  49. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 15 years ago
  50. 4feda2a Merged revisions 70682,70684 via svnmerge from by Mark Dickinson · 15 years ago
  51. c8a608c Merged revisions 70678 via svnmerge from by Mark Dickinson · 15 years ago
  52. 48e2478 fix variable name #5595 by Benjamin Peterson · 15 years ago
  53. 4959562 Blocked revisions 70672 via svnmerge by Benjamin Peterson · 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. 9041daa Restore a conditional I removed by mistake. by Antoine Pitrou · 15 years ago
  56. 66994e1 Issue #1174606: Calling read() without arguments of an unbounded file by Antoine Pitrou · 15 years ago
  57. 24f3629 Issue #5592: make the encodefuncs symbol static by Antoine Pitrou · 15 years ago
  58. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  59. b556452 Publicize 3.1-specific performance enhancements by Antoine Pitrou · 15 years ago
  60. 36f2647 Blocked revisions 70651 via svnmerge by Guilherme Polo · 15 years ago
  61. 9d81def Merged revisions 70647,70652 via svnmerge from by Antoine Pitrou · 15 years ago
  62. 7a51e58 Merged revisions 70648 via svnmerge from by Georg Brandl · 15 years ago
  63. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 15 years ago
  64. 7c1692d Replace references to httplib with http.client. by Jeremy Hylton · 15 years ago
  65. fdd6dee Update the tests skipped with quicktest target. by Jeremy Hylton · 15 years ago
  66. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  67. 98eb6c2 Fix compatibility issue with HTTPMessage class. by Jeremy Hylton · 15 years ago
  68. 914ab45 Sort import list. by Jeremy Hylton · 15 years ago
  69. e6fdd04 Replace duplicate code in http.server with call to http.client.parse_headers(). by Jeremy Hylton · 15 years ago
  70. ef9f48e Simplify complex expression. by Jeremy Hylton · 15 years ago
  71. 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 15 years ago
  72. b476d59 Add __enter__ and __exit__ methods to addbase() so that it supports with. by Jeremy Hylton · 15 years ago
  73. 81fac43 Blocked revisions 70531,70533,70538,70544,70552-70553,70564,70601 via svnmerge by Benjamin Peterson · 15 years ago
  74. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 15 years ago
  75. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  76. 1ef7c6b Add a few more tests for urllib.parse.urlencode. Fix some long lines. by Jeremy Hylton · 15 years ago
  77. 230feba urlencode: by Jeremy Hylton · 15 years ago
  78. f819886 Simplify a few complicated expressions. by Jeremy Hylton · 15 years ago
  79. a4de60a Whitespace normalization. by Jeremy Hylton · 15 years ago
  80. 663fffa Fix a circular import dependency. by Brett Cannon · 15 years ago
  81. 52dc06b Separate initialization from clearing. by Raymond Hettinger · 15 years ago
  82. 9611b5e wild card import is only allowed at the module level by Benjamin Peterson · 15 years ago
  83. 0468df3 clarify the type of data returned by Skip Montanaro · 15 years ago
  84. 9b8d24b reuse tokenize.detect_encoding in linecache instead of a custom solution by Benjamin Peterson · 15 years ago
  85. a8abe86 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  86. 649170b http://bugs.python.org/issue5552 by Kristján Valur Jónsson · 15 years ago
  87. 8915e0e http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  88. dc7c128 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  89. 7c43524 fix function name by Benjamin Peterson · 15 years ago
  90. 4c93dcb Merged revisions 70574 via svnmerge from by Benjamin Peterson · 15 years ago
  91. 70e32c8 fix some versionchanged and versionadded directives by Benjamin Peterson · 15 years ago
  92. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 15 years ago
  93. 6b232cd Add links to related resources. by Raymond Hettinger · 15 years ago
  94. fd88ea7 For some reason rst docs like an initial 3 space indent. by Raymond Hettinger · 15 years ago
  95. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 15 years ago
  96. 87d98bc PyString_FromString -> PyUnicode_FromString by Benjamin Peterson · 15 years ago
  97. acc5d6b Merged revisions 70550 via svnmerge from by Antoine Pitrou · 15 years ago
  98. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  99. 17e4fdd Merged revisions 70542 via svnmerge from by Mark Dickinson · 15 years ago
  100. 798ee1a Make imported name private and wrap long-line. by Raymond Hettinger · 15 years ago