1. 3e85dfd applying netbsd-wizs-mod.patch from issue5510 - by Gregory P. Smith · 14 years ago
  2. b603d03 fix for netbsd. by Gregory P. Smith · 14 years ago
  3. f6782ac test_subprocess: use surrogateescape error handler to write shell scripts by Victor Stinner · 14 years ago
  4. 61aad57 Oops, fix my previous commit (r85583) on calculate_path() by Victor Stinner · 14 years ago
  5. dc4b2a7 calculate_path(): use _Py_char2wchar() to decode the PATH environment variable, by Victor Stinner · 14 years ago
  6. 168e117 Add an optional size argument to _Py_char2wchar() by Victor Stinner · 14 years ago
  7. 0a1b8cb _Py_wrealpath() uses _Py_char2wchar() to decode the result, to support by Victor Stinner · 14 years ago
  8. 350147b _Py_wreadlink(): catch _Py_char2wchar() failure by Victor Stinner · 14 years ago
  9. 3f711f4 _Py_wreadlink() uses _Py_char2wchar() to decode the result, to support by Victor Stinner · 14 years ago
  10. 9d39639 Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add a by Victor Stinner · 14 years ago
  11. 2a53139 Get rid of a "unused static function" warning. by Georg Brandl · 14 years ago
  12. 4cb3dbd Added __pycache__ to svn:ignore property by Alexander Belopolsky · 14 years ago
  13. 573caa3 #10124: typo fix. by Georg Brandl · 14 years ago
  14. 8e4ddcf #10122: typo fix. by Georg Brandl · 14 years ago
  15. a40453d abiflags: alphabetize and versionadded by Barry Warsaw · 14 years ago
  16. 2f2ed1f Fix ast_error_finish() and err_input(): filename can be NULL by Victor Stinner · 14 years ago
  17. 4c7c8c3 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects by Victor Stinner · 14 years ago
  18. 5a7913e zipimport: catch _PyUnicode_AsString() failure in get_code_from_data() by Victor Stinner · 14 years ago
  19. 2c2bfe5 Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller by Brian Quinlan · 14 years ago
  20. 6d38956 Fix incorrect maintainer name by Brian Quinlan · 14 years ago
  21. d1f0218 Add bquinlan as the maintainer of concurrent.futures by Brian Quinlan · 14 years ago
  22. 230b206 don't identify the toplevel namespace by name #9997 by Benjamin Peterson · 14 years ago
  23. 294a9fc fix refleak by Benjamin Peterson · 14 years ago
  24. f6219a5 Add NEWS for issue 9807 part 1. by Barry Warsaw · 14 years ago
  25. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  26. d8d835b run autoconf by Benjamin Peterson · 14 years ago
  27. e16cda9 #9862: On AIX PIPE_BUF is broken. Make it 512. by R. David Murray · 14 years ago
  28. 88bd891 Fix imp_cache_from_source(): Decode make_compiled_pathname() result from the by Victor Stinner · 14 years ago
  29. 1a56303 imp_load_module() uses PyUnicode_FSConverter() to support surrogates in module by Victor Stinner · 14 years ago
  30. 4231173 revert change in inappropiate branch by Benjamin Peterson · 14 years ago
  31. 3ea23dd imp.cache_from_source() uses PyUnicode_FSConverter() to support surrogates in by Victor Stinner · 14 years ago
  32. 392c92a #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs. by Georg Brandl · 14 years ago
  33. 3844f0d #6098: Refrain from claiming DOM level 3 conformance in minidom. by Georg Brandl · 14 years ago
  34. b9cd72a #5762: fix handling of empty namespace in minidom, which would result in AttributeError on toxml(). by Georg Brandl · 14 years ago
  35. d4460aa #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. by Georg Brandl · 14 years ago
  36. b67878a #7790: move table of struct_time members to the actual description of struct_time. by Georg Brandl · 14 years ago
  37. 39cadc3 #4968: updates to inspect.is* function docs. by Georg Brandl · 14 years ago
  38. d0b0e1d #6798: fix wrong docs for the arguments to several trace events. by Georg Brandl · 14 years ago
  39. d241342 Fix issue references. by Georg Brandl · 14 years ago
  40. f1f8d47 #7303: add documentation for useful pkgutil functions and classes. by Georg Brandl · 14 years ago
  41. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  42. c01537f #9054: fix crash when using pyexpat with a system expat lib version 2.0.1. by Georg Brandl · 14 years ago
  43. 6c6a4d0 Remove unused label. by Georg Brandl · 14 years ago
  44. 3ed4114 #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items. by Georg Brandl · 14 years ago
  45. c1c4bf8 #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly. by Georg Brandl · 14 years ago
  46. f74cf77 #7771: reference to documentation of dictview methods and operations. by Georg Brandl · 14 years ago
  47. 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. by Georg Brandl · 14 years ago
  48. 70543ac Refrain from using inline suites. by Georg Brandl · 14 years ago
  49. 91d2a3f #5355 followup: add unit test for new dictionaries, and provide submodules from xml.parsers.expat as advertised. by Georg Brandl · 14 years ago
  50. 279b56d Fix a minor docs bug. by Senthil Kumaran · 14 years ago
  51. b4dac71 #5355: Provide mappings from Expat error numbers to string descriptions and backwards, in order to actually make it possible to analyze error codes provided by ExpatError. by Georg Brandl · 14 years ago
  52. f668df5 Fix #10098. Fix sporadic test_os failures. by Brian Curtin · 14 years ago
  53. ba80712 Revert debug printout by Antoine Pitrou · 14 years ago
  54. fe97913 Enable debug output at the start of the regression suite instead. by Antoine Pitrou · 14 years ago
  55. f64317e Temporary debug printout for buildbots by Antoine Pitrou · 14 years ago
  56. 8227045 Fix sphinx role markups. by Senthil Kumaran · 14 years ago
  57. 46a48be Fix ``make check`` warnings. by Senthil Kumaran · 14 years ago
  58. 916bd38 Fixing some sphinx inline directives - detected using ``make check``. by Senthil Kumaran · 14 years ago
  59. 8dbf629 imp.load_dynamic() uses PyUnicode_FSConverter() to support surrogates by Victor Stinner · 14 years ago
  60. f3170cc Use locale encoding if Py_FileSystemDefaultEncoding is not set by Victor Stinner · 14 years ago
  61. 6a4aff1 redecode_filename(): don't need to initialize variables by Victor Stinner · 14 years ago
  62. 5d1e3438 Mark _Py_char2wchar() input argument as constant by Victor Stinner · 14 years ago
  63. d449a8a Issue10100 - fromfd is now available on all platforms by Senthil Kumaran · 14 years ago
  64. 3e46b25 remove empty file by Benjamin Peterson · 14 years ago
  65. f37eb3a Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from by Benjamin Peterson · 14 years ago
  66. 92f60ed More proper closing of files by Antoine Pitrou · 14 years ago
  67. 73315e9 revert change that was in wrong branch by Benjamin Peterson · 14 years ago
  68. 3504944 Add test case for issue #9409, non-ascii char in doctest. It passes in 3.2 but needs fixing in 2.7. by Florent Xicluna · 14 years ago
  69. b86680e Explicitly close some files (from issue #10093) by Antoine Pitrou · 14 years ago
  70. d9f5763 Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409) by Florent Xicluna · 14 years ago
  71. d778e56 Increase timeouts in test_ftplib (for very slow buildbots) by Antoine Pitrou · 14 years ago
  72. 8c8f1ac Oops by Antoine Pitrou · 14 years ago
  73. b3a88b5 Really fix bug by Antoine Pitrou · 14 years ago
  74. 270800c Fix issue 10094, by narrowing down the test for PROXY environment variables. by Barry Warsaw · 14 years ago
  75. 278266f Run autoconf to update configure.in -> configure. by Barry Warsaw · 14 years ago
  76. 1bcbaab Issue 9183: Intern UTC timezone. by Alexander Belopolsky · 14 years ago
  77. 5bc4fa7 Replace the "compiler" resource with the more generic "cpu", so by Antoine Pitrou · 14 years ago
  78. 3fbfea1 - Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd. by Matthias Klose · 14 years ago
  79. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  80. f4061da _Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates by Victor Stinner · 14 years ago
  81. 22a351a Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file by Victor Stinner · 14 years ago
  82. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 14 years ago
  83. 6d7be5f Add make variable to allow testing of different interpreter flags in buildbot runs by Antoine Pitrou · 14 years ago
  84. 1b03f2c Inherit interpreter flags in parallel testing by Antoine Pitrou · 14 years ago
  85. 9a6692f Py_Main() uses _Py_wchar2char() to encode the filename in error messages by Victor Stinner · 14 years ago
  86. 89f3ad1 test_subprocess doesn't need to C locale to test os.environb by Victor Stinner · 14 years ago
  87. ebc78d2 test_subprocess: use C locale to get ascii locale encoding by Victor Stinner · 14 years ago
  88. f5247e3 #9964: fix running test_cmd_line_script under -O and -OO. by Georg Brandl · 14 years ago
  89. 1463a3f #9964: fix running test_compileall under -O and -OO. by Georg Brandl · 14 years ago
  90. 1c2a7b7 Better check for "any optimize option given". by Georg Brandl · 14 years ago
  91. f99a15c #9964: fix running test_xml_etree under -OO. by Georg Brandl · 14 years ago
  92. cbeb9fa #9964: fix lib2to3 fixer fix_operator when running under -OO. by Georg Brandl · 14 years ago
  93. fb3c84a #9964: fix running test_import under -O or -OO. by Georg Brandl · 14 years ago
  94. ebbf63b #9964: Fix failure of test_dis under -OO. by Georg Brandl · 14 years ago
  95. f93390a Remove unused imports. by Georg Brandl · 14 years ago
  96. 9e7dbc8 #9964: fix pdb failure to import under -OO. Warn the user that help is simply not available in this case. by Georg Brandl · 14 years ago
  97. 66c221e #9418: first step of moving private string methods to _string module. by Georg Brandl · 14 years ago
  98. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 14 years ago
  99. 77658bd Mention 2to3. by Georg Brandl · 14 years ago
  100. 539c165 #6825: small correction to split() docs. by Georg Brandl · 14 years ago