1. 3e2ea79 Fixing the issue4860. Escaping the embedded '"' in the js_output method of Morsel class. by Senthil Kumaran · 16 years ago
  2. b868a66 First batch of signature documentation changes; using default argument syntax where applicable. by Georg Brandl · 16 years ago
  3. acc9dcc remove unused variable by Benjamin Peterson · 16 years ago
  4. d1e5493 rewrite error handling to make sense by Benjamin Peterson · 16 years ago
  5. 22081a1 fix ref leaks by Benjamin Peterson · 16 years ago
  6. 9762a3e add io and _pyio to test___all__ by Benjamin Peterson · 16 years ago
  7. bfb9594 Merged revisions 71014 via svnmerge from by Benjamin Peterson · 16 years ago
  8. 8d5fd4e add SEEK_ constants to _pyio by Benjamin Peterson · 16 years ago
  9. 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 16 years ago
  10. 605b9d9 fix markup by Benjamin Peterson · 16 years ago
  11. bc6c2b5 Explain a little about the explanation. by Brett Cannon · 16 years ago
  12. 9f4cb1c Add a meta path importer example. by Brett Cannon · 16 years ago
  13. 33c2881 #5656: detect correct encoding of files when reporting coverage in trace.py, and ignore files in the temporary directory when reporting. by Georg Brandl · 16 years ago
  14. cde68cf Merged revisions 70997 via svnmerge from by R. David Murray · 16 years ago
  15. 0e4caf4 Merged revisions 70992,70995 via svnmerge from by Benjamin Peterson · 16 years ago
  16. 1fd32a6 Add link to an alternative generator with a long-period. by Raymond Hettinger · 16 years ago
  17. 4b413d3 Merged revisions 70953 via svnmerge from by Jesse Noller · 16 years ago
  18. 16248a4 Add some clarification to the importlib docs. by Brett Cannon · 16 years ago
  19. 91d7dfd barry has already been causing test breakage by Benjamin Peterson · 16 years ago
  20. fcc0527 Merged revisions 70979 via svnmerge from by Brett Cannon · 16 years ago
  21. b3af08f Fix for issue5040. Adding support for unicode message passing and tests for unicode message and test for Content-Length. by Senthil Kumaran · 16 years ago
  22. df8709d Merged revisions 70975 via svnmerge from by Brett Cannon · 16 years ago
  23. 3f10a95 Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 16 years ago
  24. 0759dd6 Merged revisions 70965 via svnmerge from by Brett Cannon · 16 years ago
  25. 86fe876 Remove redundant import of tkinter. by R. David Murray · 16 years ago
  26. f47e84c Merged revisions 70956 via svnmerge from by Brett Cannon · 16 years ago
  27. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 16 years ago
  28. 9ae3640 Fix typo in configure line that caused the build installer by Ronald Oussoren · 16 years ago
  29. 42a40c5 Allow skipping of regression tests not supported on windows. This reduces noise in the regression test suite for py3k on Windows. by Kristján Valur Jónsson · 16 years ago
  30. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 16 years ago
  31. 4ed72ac #5624: _winreg is winreg in Python 3. by Georg Brandl · 16 years ago
  32. 99412e5 Merged revisions 70940 via svnmerge by Georg Brandl · 16 years ago
  33. e0cbd69 Merged revisions 70931 via svnmerge from by Jack Diederich · 16 years ago
  34. e59482e Merged revisions 70936 via svnmerge from by R. David Murray · 16 years ago
  35. 12e533d Rip out a useless method that the superclass implements properly. by Brett Cannon · 16 years ago
  36. a7cff02 An HTTPResponse is, by its nature, readable. by Jeremy Hylton · 16 years ago
  37. 6af6d26 Merged revisions 70930 via svnmerge from by R. David Murray · 16 years ago
  38. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 16 years ago
  39. a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 16 years ago
  40. d2ee64d Improve examples for collections.deque() by Raymond Hettinger · 16 years ago
  41. 3091129 Merged revisions 70920,70922 via svnmerge from by Tarek Ziadé · 16 years ago
  42. 17b9e27 Run 2to3 over new script. by Georg Brandl · 16 years ago
  43. 369bc0f Readd -n. by Martin v. Löwis · 16 years ago
  44. b2e36f1 Merged revisions 70910 via svnmerge from by Tarek Ziadé · 16 years ago
  45. a931404 Merged revisions 70908 via svnmerge from by Jesse Noller · 16 years ago
  46. baf5180 Merged revisions 70886,70888-70892 via svnmerge from by Tarek Ziadé · 16 years ago
  47. 2ca1501 Merged revisions 70879 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  48. 33413cb Add missing label. by Georg Brandl · 16 years ago
  49. 890a49a #1717: fix-up docs for comparison in newtypes document. by Georg Brandl · 16 years ago
  50. 32d68c2 Merged revisions 70849,70852 via svnmerge from by Jesse Noller · 16 years ago
  51. ce9fbd3 #5241: document missing A in regex howto. by Georg Brandl · 16 years ago
  52. 720b9d2 Blocked revisions 70858 via svnmerge by Georg Brandl · 16 years ago
  53. a6f2946 Merged revisions 70779 via svnmerge from by R. David Murray · 16 years ago
  54. 9dbc670 Per the language summit, the optional fastpath imports should use from-import-star. by Raymond Hettinger · 16 years ago
  55. 92af5d9 Fix a leaking "pathname" in import.c by Kristján Valur Jónsson · 16 years ago
  56. 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 · 16 years ago
  57. 47f27a3 Forward-port of #992207 fix: document that the parser only accepts \\n newlines. (And remove a leftover footnote.) by Georg Brandl · 16 years ago
  58. b3259a4 Blocked revisions 70838 via svnmerge by Georg Brandl · 16 years ago
  59. 2bdb576 Make urllib use HTTP/1.1. It seems to work now, but hasn't been by Jeremy Hylton · 16 years ago
  60. 2115176 #5548: do return the new module from PyMODINIT_FUNC functions. by Georg Brandl · 16 years ago
  61. 5081f7e #5566: remove duplicate entry. by Georg Brandl · 16 years ago
  62. d186307 Blocked revisions 70825 via svnmerge by Georg Brandl · 16 years ago
  63. f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 16 years ago
  64. 1052f89 Update HTTPResponse documentation and add placeholder for HTTPMessage. by Jeremy Hylton · 16 years ago
  65. e257316 Document public attributes of urllib.request.Request. by Jeremy Hylton · 16 years ago
  66. abb02fd Change email address. by Jeremy Hylton · 16 years ago
  67. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 16 years ago
  68. 16caab0 Merged revisions 70800 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  69. 6bf6367 Merged revisions 70802 via svnmerge from by Ronald Oussoren · 16 years ago
  70. 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 · 16 years ago
  71. 71095ea The message for the exception when time.strptime was passed something other by Brett Cannon · 16 years ago
  72. 14f3ae2 merge 70792 to py3k by Jesse Noller · 16 years ago
  73. f8d0085 merge 70783 to py3k by Jesse Noller · 16 years ago
  74. 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 · 16 years ago
  75. bb93d17 Add example for new copydir_run_2to3(). by Georg Brandl · 16 years ago
  76. fa1fcd1 Merged revisions 70778 via svnmerge from by Ronald Oussoren · 16 years ago
  77. 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 · 16 years ago
  78. 35d1f00 finalize the queue to resolve test issue by Jesse Noller · 16 years ago
  79. 0ad59d4 Issue #5604: non-ASCII characters in module name passed to by Guido van Rossum · 16 years ago
  80. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 16 years ago
  81. 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 16 years ago
  82. d687887 Remove merging leftover. by Georg Brandl · 16 years ago
  83. 0961354 Thorough review of importlib docs. Reviewed by Brett himself. by Guido van Rossum · 16 years ago
  84. e8a2fe9 Fix for issue 5558 by Ronald Oussoren · 16 years ago
  85. ac4b39f Merged revisions 70746 via svnmerge from by Ronald Oussoren · 16 years ago
  86. f29b6b4 Merged revisions 70741 via svnmerge from by Ronald Oussoren · 16 years ago
  87. 8593a75 Fix importlib.machinery.PathFinder.find_module() to essentially skip over None by Brett Cannon · 16 years ago
  88. 0e31454 Enable "--with-computed-gotos" for the binary installer on OSX. by Ronald Oussoren · 16 years ago
  89. 1943f86 Merged revisions 70737 via svnmerge from by Ronald Oussoren · 16 years ago
  90. 4a85269 Merged revisions 70735 via svnmerge from by Ronald Oussoren · 16 years ago
  91. e391835 Merged revisions 70730 via svnmerge from by Ronald Oussoren · 16 years ago
  92. 207b4c2 Merged revisions 70727 via svnmerge from by Ronald Oussoren · 16 years ago
  93. 7af4ef8 fix bad NEWS merge by Jesse Noller · 16 years ago
  94. c5d28a0 Merge 70717 to 30maint by Jesse Noller · 16 years ago
  95. 6ae7a7d Add simple tests for __import__ for future optimizations to importlib. by Brett Cannon · 16 years ago
  96. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 16 years ago
  97. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 16 years ago
  98. 5550365 Fix test_subprocess so that it works when launched from another directory than by Antoine Pitrou · 16 years ago
  99. 0dd737b Make life easier for non-CPython implementations by Raymond Hettinger · 16 years ago
  100. 00a9b73 Rewrite IOBase.readall to avoid costly string resizes, and plug a leak by Antoine Pitrou · 16 years ago