1. 8393843 #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file. by Georg Brandl · 15 years ago
  2. 68fc9aa Apply fix from r85784 on py3k too. by Éric Araujo · 15 years ago
  3. 6ce1dae Fix r85774 editor fail. Had a dangling try and incorrect indent. by Brian Curtin · 15 years ago
  4. 000f974 Fix #10162: Add try/except around _winreg.OpenKey for keys that are by Brian Curtin · 15 years ago
  5. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 15 years ago
  6. 50de5f5 #10159: sort completion matches before comparing to dir() result. by Georg Brandl · 15 years ago
  7. f933e1a Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of by Victor Stinner · 15 years ago
  8. 073f759 Move non-ascii test from test_run_code() to a new function: test_non_ascii() by Victor Stinner · 15 years ago
  9. f6211ed Move test_undecodable_code() from test_sys to test_cmd_line by Victor Stinner · 15 years ago
  10. 6722b5f test_zipimport_support: use ascii() on bytes output to avoid BytesWarning by Victor Stinner · 15 years ago
  11. 2a20dfc logging: Made StreamHandler terminator configurable. by Vinay Sajip · 15 years ago
  12. 9450cc0 Fix r85728: use "" to mean the system default locale, which should work on more systems. by Georg Brandl · 15 years ago
  13. fc082ca logging: Documented usage of callables as filters. by Vinay Sajip · 15 years ago
  14. 6dbed2e logging: Allowed filters to be just callables. by Vinay Sajip · 15 years ago
  15. 6fac817 logging: Added tests for _logRecordClass changes. by Vinay Sajip · 15 years ago
  16. 7004bd1 #10092: Properly reset locale in Locale*Calendar classes. The context manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this. by Georg Brandl · 15 years ago
  17. f87cc04 Fixed the docstring for calendar.isleap() function. by Alexander Belopolsky · 15 years ago
  18. 062d56b logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to increase flexibility of LogRecord creation. by Vinay Sajip · 15 years ago
  19. 9a90900 PyUnicode_FromFormatV(): Fix %A format by Victor Stinner · 15 years ago
  20. eebccfb Reverted inadvertent change that slipped into r85695 by Alexander Belopolsky · 15 years ago
  21. 4a98e3b Issue #10117: Tools/scripts/reindent.py now accepts source files that by Alexander Belopolsky · 15 years ago
  22. b08820a Issue #5117: Case normalization was needed on ntpath.relpath(). And by Hirokazu Yamamoto · 15 years ago
  23. a90032a #1343: Add short_empty_elements option to XMLGenerator. by R. David Murray · 15 years ago
  24. 6fb4575 test_httpservers: Python CGI scripts have to be encoded to utf-8 by Victor Stinner · 15 years ago
  25. 3218c31 test_httpservers: Fix skip test check, the python executable path have to be by Victor Stinner · 15 years ago
  26. 0b0ca0c test_httpservers: skip CGI tests if Python executable path is not encodable by Victor Stinner · 15 years ago
  27. ee2538b Fix Issue10119 - test_urllibnet failure when using support.transient_internet. by Senthil Kumaran · 15 years ago
  28. feedda2 Avoid hanging the test on netbsd5. by Gregory P. Smith · 15 years ago
  29. 0f61dd0 skip test_itimer_virtual on NetBSD to prevent the test suite from hanging. by Gregory P. Smith · 15 years ago
  30. e3874ed test_cmd_line_script: format paths with ascii() instead of repr() by Victor Stinner · 15 years ago
  31. ca9f128 use assertion methods by Benjamin Peterson · 15 years ago
  32. cb17094 disable the garbage collector while collecting traces, so that __del__s don't get caught by Benjamin Peterson · 15 years ago
  33. fc49f2a remove rather pointless test by Benjamin Peterson · 15 years ago
  34. b603d03 fix for netbsd. by Gregory P. Smith · 15 years ago
  35. f6782ac test_subprocess: use surrogateescape error handler to write shell scripts by Victor Stinner · 15 years ago
  36. 9d39639 Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add a by Victor Stinner · 15 years ago
  37. 230b206 don't identify the toplevel namespace by name #9997 by Benjamin Peterson · 15 years ago
  38. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 15 years ago
  39. 4231173 revert change in inappropiate branch by Benjamin Peterson · 15 years ago
  40. 3844f0d #6098: Refrain from claiming DOM level 3 conformance in minidom. by Georg Brandl · 15 years ago
  41. b9cd72a #5762: fix handling of empty namespace in minidom, which would result in AttributeError on toxml(). by Georg Brandl · 15 years ago
  42. d4460aa #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. by Georg Brandl · 15 years ago
  43. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 15 years ago
  44. c1c4bf8 #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly. by Georg Brandl · 15 years ago
  45. 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 · 15 years ago
  46. 91d2a3f #5355 followup: add unit test for new dictionaries, and provide submodules from xml.parsers.expat as advertised. by Georg Brandl · 15 years ago
  47. f668df5 Fix #10098. Fix sporadic test_os failures. by Brian Curtin · 15 years ago
  48. ba80712 Revert debug printout by Antoine Pitrou · 15 years ago
  49. fe97913 Enable debug output at the start of the regression suite instead. by Antoine Pitrou · 15 years ago
  50. f64317e Temporary debug printout for buildbots by Antoine Pitrou · 15 years ago
  51. 3e46b25 remove empty file by Benjamin Peterson · 15 years ago
  52. f37eb3a Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from by Benjamin Peterson · 15 years ago
  53. 92f60ed More proper closing of files by Antoine Pitrou · 15 years ago
  54. 73315e9 revert change that was in wrong branch by Benjamin Peterson · 15 years ago
  55. 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 · 15 years ago
  56. b86680e Explicitly close some files (from issue #10093) by Antoine Pitrou · 15 years ago
  57. d9f5763 Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409) by Florent Xicluna · 15 years ago
  58. d778e56 Increase timeouts in test_ftplib (for very slow buildbots) by Antoine Pitrou · 15 years ago
  59. 8c8f1ac Oops by Antoine Pitrou · 15 years ago
  60. b3a88b5 Really fix bug by Antoine Pitrou · 15 years ago
  61. 270800c Fix issue 10094, by narrowing down the test for PROXY environment variables. by Barry Warsaw · 15 years ago
  62. 1bcbaab Issue 9183: Intern UTC timezone. by Alexander Belopolsky · 15 years ago
  63. 5bc4fa7 Replace the "compiler" resource with the more generic "cpu", so by Antoine Pitrou · 15 years ago
  64. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 15 years ago
  65. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 15 years ago
  66. 1b03f2c Inherit interpreter flags in parallel testing by Antoine Pitrou · 15 years ago
  67. 89f3ad1 test_subprocess doesn't need to C locale to test os.environb by Victor Stinner · 15 years ago
  68. ebc78d2 test_subprocess: use C locale to get ascii locale encoding by Victor Stinner · 15 years ago
  69. f5247e3 #9964: fix running test_cmd_line_script under -O and -OO. by Georg Brandl · 15 years ago
  70. 1463a3f #9964: fix running test_compileall under -O and -OO. by Georg Brandl · 15 years ago
  71. 1c2a7b7 Better check for "any optimize option given". by Georg Brandl · 15 years ago
  72. f99a15c #9964: fix running test_xml_etree under -OO. by Georg Brandl · 15 years ago
  73. cbeb9fa #9964: fix lib2to3 fixer fix_operator when running under -OO. by Georg Brandl · 15 years ago
  74. fb3c84a #9964: fix running test_import under -O or -OO. by Georg Brandl · 15 years ago
  75. ebbf63b #9964: Fix failure of test_dis under -OO. by Georg Brandl · 15 years ago
  76. f93390a Remove unused imports. by Georg Brandl · 15 years ago
  77. 9e7dbc8 #9964: fix pdb failure to import under -OO. Warn the user that help is simply not available in this case. by Georg Brandl · 15 years ago
  78. 66c221e #9418: first step of moving private string methods to _string module. by Georg Brandl · 15 years ago
  79. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 15 years ago
  80. a62cbf7 Fix (hopefully) occasional failures in test_threaded_import. by Antoine Pitrou · 15 years ago
  81. d24fc5d test_sys: Remove workaround #8611 by Victor Stinner · 15 years ago
  82. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 15 years ago
  83. 6003ff7 Protect test_smtpnet against connection failures by Antoine Pitrou · 15 years ago
  84. 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 15 years ago
  85. 48e00f3 Use PROTOCOL_SSLv23 in the test HTTPS server, in an attempt to appease the old Gentoo buildbot by Antoine Pitrou · 15 years ago
  86. 84fa431 Print out socket errors in HTTPS server thread by Antoine Pitrou · 15 years ago
  87. 05d936d Let test_ssl fail gracefully if ssl support is not available by Antoine Pitrou · 15 years ago
  88. f26f87e Run a simple HTTPS server when Lib/test/ssl_servers.py is run as __main__ by Antoine Pitrou · 15 years ago
  89. 8060399 Typo. It is rather obvious that this code isn't tested :/ by Antoine Pitrou · 15 years ago
  90. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 15 years ago
  91. d2e948d Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 15 years ago
  92. 2c3563f Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 15 years ago
  93. 5acec04 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 15 years ago
  94. 28f96b5 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 15 years ago
  95. 01e3979 account for the module __dict__ being cleared when its module is by Benjamin Peterson · 15 years ago
  96. 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 15 years ago
  97. b103a93 Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the by Victor Stinner · 15 years ago
  98. 04248a8 Issue #3873: Speed up unpickling from file objects which have a peek() method. by Antoine Pitrou · 15 years ago
  99. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 15 years ago
  100. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 15 years ago