1. 14dfede Fix signatures for the various TemporaryFile class^Wfunctions. by Georg Brandl · 14 years ago
  2. e3285d0 Blocked revisions 81419 via svnmerge by Georg Brandl · 14 years ago
  3. fe4fd83 Fix variable name in example. by Georg Brandl · 14 years ago
  4. 325524e Recorded merge of revisions 81415 via svnmerge from by Georg Brandl · 14 years ago
  5. 4ad6bd5 Merged revisions 81414 via svnmerge from by Benjamin Peterson · 14 years ago
  6. 471ed00 Remove redundant example. by Georg Brandl · 14 years ago
  7. fd0eb3f Merged revisions 81404 via svnmerge from by Georg Brandl · 14 years ago
  8. b369358 Issue #8780: Fix a regression introduced by r78946 in subprocess on Windows by Victor Stinner · 14 years ago
  9. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago
  10. cc6a982 Issue #8748: Fix two issues with comparisons between complex and integer by Mark Dickinson · 14 years ago
  11. f0feec2 Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct by Victor Stinner · 14 years ago
  12. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  13. 955d1b2 Merged revisions 81385 via svnmerge from by Benjamin Peterson · 14 years ago
  14. c4e548f Blocked revisions 81377 via svnmerge by Victor Stinner · 14 years ago
  15. 150016f Issue #8559: improve unicode support of (gdb) libpython.py by Victor Stinner · 14 years ago
  16. 06710a8 Merged revisions 81371 via svnmerge from by Tarek Ziadé · 14 years ago
  17. 45cceeb Add descriptor HOWTO to py3k docs. by Georg Brandl · 14 years ago
  18. e5a2673 Merged revisions 80068 via svnmerge from by Georg Brandl · 14 years ago
  19. 8173fb3 Recorded merge of revisions 80466-80469 via svnmerge from by Georg Brandl · 14 years ago
  20. c955560 Recorded merge of revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465,80470,81059,81065-81067 via svnmerge from by Georg Brandl · 14 years ago
  21. 8569e58 Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from by Georg Brandl · 14 years ago
  22. 7d79b8b Issue #8766: Initialize _warnings module before importing the first module. by Victor Stinner · 14 years ago
  23. 5b08b4d Oops, add the new test_log.py for distutils test suite (missing part of r81359) by Victor Stinner · 14 years ago
  24. 1802d3f regrtest.py: call replace_stdout() before the first call to print() by Victor Stinner · 14 years ago
  25. 2ca03c1 Issue #8663: distutils.log emulates backslashreplace error handler. Fix by Victor Stinner · 14 years ago
  26. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  27. a5bf3f5 Merged revisions 81354 via svnmerge from by Stefan Krah · 14 years ago
  28. 2eb4a07 Merged revisions 81350 via svnmerge from by Stefan Krah · 14 years ago
  29. ba644a6 Ooops, add missing ";" in my previous commit (r81324, typeobject.c) by Victor Stinner · 14 years ago
  30. e5f99f3 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in typeobject by Victor Stinner · 14 years ago
  31. 8699950 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite by Victor Stinner · 14 years ago
  32. f6c5783 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in textio.c by Victor Stinner · 14 years ago
  33. 306f010 Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate by Victor Stinner · 14 years ago
  34. 93b5513 Issue #6697: Fix a crash if a keyword contains a surrogate by Victor Stinner · 14 years ago
  35. 386fe71 Issue #6697: Check that _PyUnicode_AsString() result is not NULL by Victor Stinner · 14 years ago
  36. f3f22a2 Issue #6697: Fix a crash if a module attribute name contains a surrogate by Victor Stinner · 14 years ago
  37. 82e02b5 Merged revisions 81294 via svnmerge from by Giampaolo Rodolà · 14 years ago
  38. 8fddc9e Add versionadded (3.2) tag to os.supports_bytes_environ documentation by Victor Stinner · 14 years ago
  39. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago
  40. 04b5684 Repair test failure. Bug 8727. by Barry Warsaw · 14 years ago
  41. 2b80fa6 Merged revisions 81286 via svnmerge from by Senthil Kumaran · 14 years ago
  42. e857d32 Removing the reference in the docs for overriding _urlopener global value. See Issue8619 for details. by Senthil Kumaran · 14 years ago
  43. af1d434 Merged revisions 81279 via svnmerge from by Senthil Kumaran · 14 years ago
  44. c098385 Fix test_main_invalid_unicode() of test_sys for ASCII locale encoding by Victor Stinner · 14 years ago
  45. 1465cc2 Issue #8633: Support for POSIX.1-2008 binary pax headers. by Lars Gustäbel · 14 years ago
  46. 0f78a94 Inadvertently removed part of the comment in r81271. by Florent Xicluna · 14 years ago
  47. c7b8e86 Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes. by Florent Xicluna · 14 years ago
  48. 757445b Merged revision 81259 via svnmerge from by Florent Xicluna · 14 years ago
  49. ea7b748 Fix test_capi in !pydebug mode, where my original attempt segfaulted without by Jeffrey Yasskin · 14 years ago
  50. 7cf7d72 Improve test_exit() error message to analyze sparc failures by Victor Stinner · 14 years ago
  51. d7e4c1c Typo (thanks Arfrever) by Antoine Pitrou · 14 years ago
  52. c55f2d1 Merged revisions 81261 via svnmerge from by Tarek Ziadé · 14 years ago
  53. c16a85c Merged revisions 81255 via svnmerge from by Tarek Ziadé · 14 years ago
  54. d091950 Try to fix buildbot failures with old OpenSSLs. by Antoine Pitrou · 14 years ago
  55. ba6b430 Fix refleak in internal_print() introduced by myself in r81251 by Victor Stinner · 14 years ago
  56. e9fb319 handle_system_exit() flushs files to warranty the output order by Victor Stinner · 14 years ago
  57. 372ac5e PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead by Victor Stinner · 14 years ago
  58. 6baded4 Issue #6697: Fix a crash if code of "python -c code" contains surrogates by Victor Stinner · 14 years ago
  59. f155f1f Oops, my patch on subprocess is not merged yet: fix my previous commit on test_os by Victor Stinner · 14 years ago
  60. c2d095f test_os: cleanup test_internal_execvpe() and os._execvpe() mockup by Victor Stinner · 14 years ago
  61. 3047406 "xyzzy" is not a silly enough name for some OpenSSL versions to report an error by Antoine Pitrou · 14 years ago
  62. 9d74b42 Merged revisions 81241 via svnmerge from by Antoine Pitrou · 14 years ago
  63. f9faaad Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the path by Victor Stinner · 14 years ago
  64. 3800e1e Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytes by Victor Stinner · 14 years ago
  65. 27ba638 Do not fail if ssl fails to import by Antoine Pitrou · 14 years ago
  66. 65ec8ae Fix (hopefully) the remaining test_ssl buildbot failures by Antoine Pitrou · 14 years ago
  67. 467f28d Followup on r81233: fix test_ssl with OpenSSL < 1.0.0. by Antoine Pitrou · 14 years ago
  68. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  69. 8eac60d Merged revisions 81229 via svnmerge from by Antoine Pitrou · 14 years ago
  70. 7ac5cb1 Merged revisions 81224 via svnmerge from by Victor Stinner · 14 years ago
  71. beba826 Merged revisions 81220 via svnmerge from by Victor Stinner · 14 years ago
  72. 9fad92a Make test_module_with_large_stack as an expected failure because of a change in by Brett Cannon · 14 years ago
  73. e88e6ce Fix a comment to state the right thing. by Brett Cannon · 14 years ago
  74. 26486ea Recorded merge of revisions 81213 via svnmerge from by Victor Stinner · 14 years ago
  75. 93220d0 A test was not guaranteeing cleanup in the face of an exception. by Brett Cannon · 14 years ago
  76. c5605ba Blocked revisions 81210 via svnmerge by Amaury Forgeot d'Arc · 14 years ago
  77. aa262b4 Issue #8665: Fix `make pycremoval` exiting with non-zero status. by Antoine Pitrou · 14 years ago
  78. e125f13 Recorded merge of revisions 81205 via svnmerge from by Victor Stinner · 14 years ago
  79. 0a589c9 Remove unused variable, and fix a compilation warning on Windows. by Amaury Forgeot d'Arc · 14 years ago
  80. 558cd64 Merged revisions 81200 via svnmerge from by Benjamin Peterson · 14 years ago
  81. 0c3d21d fix one more runon by Benjamin Peterson · 14 years ago
  82. ccbd694 rephrase by Benjamin Peterson · 14 years ago
  83. b432451 fix run-on sentence by Benjamin Peterson · 14 years ago
  84. 4c8a9a2 Issue #8692: Improve performance of math.factorial: by Mark Dickinson · 14 years ago
  85. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  86. 59e62db Enable shortcuts for common encodings in PyUnicode_AsEncodedString() for any by Victor Stinner · 14 years ago
  87. b744ba1 Issue #8610: Load file system codec at startup, and display a fatal error on by Victor Stinner · 14 years ago
  88. 06ba9ad Merged revisions 81185 via svnmerge from by Stefan Krah · 14 years ago
  89. 4000ffa Fix test_capi for Windows: strip newline characters by Victor Stinner · 14 years ago
  90. c807a61 Merged revisions 81179 via svnmerge from by Victor Stinner · 14 years ago
  91. a45598a posix_listdir(), posix_readlink(): avoid temporary PyBytes object by Victor Stinner · 14 years ago
  92. 77c3862 Issue #8711: Document PyUnicode_DecodeFSDefault*() functions by Victor Stinner · 14 years ago
  93. 766ad36 Merged revisions 81163 via svnmerge from by Victor Stinner · 14 years ago
  94. 9467b21 Issue #4653: fix typo in flush_std_files() by Victor Stinner · 14 years ago
  95. 84df1e6 Merged revisions 81154 via svnmerge from by Brett Cannon · 14 years ago
  96. bbb2d49 Merged revisions 81152 via svnmerge from by Brett Cannon · 14 years ago
  97. f9a4442 Merged revisions 81145 via svnmerge from by Benjamin Peterson · 14 years ago
  98. 8e0bdfd Make PyErr_Occurred return NULL if there is no current thread. Previously it by Jeffrey Yasskin · 14 years ago
  99. f556211 Blocked revisions 81137 via svnmerge by Victor Stinner · 14 years ago
  100. e445795 Blocked revisions 81135 via svnmerge (r81135 is a merge of r80163 from py3k) by Victor Stinner · 14 years ago