1. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  2. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  3. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  4. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  5. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 13 years ago
  6. 5543e81 Tighten the restrictions on the test_sys test which triggers a fatal error when by Brett Cannon · 13 years ago
  7. c3e8867 Skip a recursion depth check test when running under CPython and have a trace by Brett Cannon · 13 years ago
  8. 7d96771 Update tests and whatsnew for the 'quiet' flag by Raymond Hettinger · 14 years ago
  9. baab9d0 Issue #10783: Fix test_sys, pack('c', ' ') => pack('c', b' ') by Victor Stinner · 14 years ago
  10. 37ee850 Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). by Nick Coghlan · 14 years ago
  11. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  12. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  13. aeb6cee Issue #10293: Remove obsolete field in the PyMemoryView structure, by Antoine Pitrou · 14 years ago
  14. fbb1c61 Follow up to #9778: fix regressions on 64-bit Windows builds by Antoine Pitrou · 14 years ago
  15. f6211ed Move test_undecodable_code() from test_sys to test_cmd_line by Victor Stinner · 14 years ago
  16. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  17. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  18. d24fc5d test_sys: Remove workaround #8611 by Victor Stinner · 14 years ago
  19. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  20. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  21. ef6ff66 Fix test_sys: set LC_ALL instead of LANG by Victor Stinner · 14 years ago
  22. 1970b62 Disable test_undecodable_code() of test_sys on Windows by Victor Stinner · 14 years ago
  23. ebe53a2 Fix test_sys for FreeBSD, Solaris and Mac OS X by Victor Stinner · 14 years ago
  24. c44abb1 Workaround issue #8611 in test_undecodable_code() of test_sys by Victor Stinner · 14 years ago
  25. 1b6372a test_undecodable_code(): set locale to C by Victor Stinner · 14 years ago
  26. e6376f8 test_main_invalid_unicode() of test_sys: print string as ascii by Victor Stinner · 14 years ago
  27. 515ca20 test_main_invalid_unicode() of test_sys displays stderr on failure by Victor Stinner · 14 years ago
  28. 9943524 Ooops, finish test_sys fix: use expected variable by Victor Stinner · 14 years ago
  29. 85ca2af Fix test_sys about fs encoding for Windows and Mac OS X by Victor Stinner · 14 years ago
  30. c732e3b test_sys: move tests at the right place by Victor Stinner · 14 years ago
  31. 398356b Improve error message if the command is not decodable by Victor Stinner · 14 years ago
  32. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  33. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  34. d62e6ca Issue #9425: file system encoding is not always utf-8 by Victor Stinner · 14 years ago
  35. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  36. 02ea12b2 Syntax cleanup. by Florent Xicluna · 14 years ago
  37. 2302857 Merged revisions 83140-83141 via svnmerge from by Alexander Belopolsky · 14 years ago
  38. 85edadb Reverted r83143: svnmerge failed to add new names by Alexander Belopolsky · 14 years ago
  39. 6161077 Merged revisions 83140-83141 via svnmerge from by Alexander Belopolsky · 14 years ago
  40. 07de165 Corrected comments on where settrace and setprofile are tested. by Alexander Belopolsky · 14 years ago
  41. 808e1ad Undo inadvertant checkin. by Brian Curtin · 14 years ago
  42. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  43. 706e0b4 Backport test_getfilesystemencoding() from py3k by Victor Stinner · 14 years ago
  44. 9a45a6b Issue #8965: Write more tests for sys.getfilesystemencoding() by Victor Stinner · 14 years ago
  45. 2690461 Issue #8965: Add a regression test to test_sys with LANG=C by Victor Stinner · 14 years ago
  46. 1286d7f test_sys: add a test on the file system encoding for darwin by Victor Stinner · 14 years ago
  47. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  48. 7126dbc Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead by Victor Stinner · 14 years ago
  49. 0cfc9f6 Merged revisions 81276 via svnmerge from by Victor Stinner · 14 years ago
  50. c098385 Fix test_main_invalid_unicode() of test_sys for ASCII locale encoding by Victor Stinner · 14 years ago
  51. df47ffd Merged revisions 81267 via svnmerge from by Victor Stinner · 14 years ago
  52. 7cf7d72 Improve test_exit() error message to analyze sparc failures by Victor Stinner · 14 years ago
  53. 2e71d01 Merged revisions 81250-81253 via svnmerge from by Victor Stinner · 14 years ago
  54. e9fb319 handle_system_exit() flushs files to warranty the output order by Victor Stinner · 14 years ago
  55. 372ac5e PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead by Victor Stinner · 14 years ago
  56. 6baded4 Issue #6697: Fix a crash if code of "python -c code" contains surrogates by Victor Stinner · 14 years ago
  57. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  58. adc3691 Merged revisions 79420 via svnmerge from by Victor Stinner · 14 years ago
  59. 4ce881e Fix my test introduced in test_sys by r79394: by Victor Stinner · 14 years ago
  60. d8805b2 Merged revisions 79393 via svnmerge from by Victor Stinner · 14 years ago
  61. 120c212 Issue #8226: sys.setfilesystemencoding() raises a LookupError if the encoding by Victor Stinner · 14 years ago
  62. 19495a7 Merged revisions 78868-78869 via svnmerge from by Victor Stinner · 14 years ago
  63. 4222e9c Merged revisions 79060 via svnmerge from by Collin Winter · 14 years ago
  64. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  65. 171ba05 Merged revisions 78835-78837 via svnmerge from by Victor Stinner · 14 years ago
  66. a1f20b9 Merged revisions 77784 via svnmerge from by Eric Smith · 14 years ago
  67. d8aef76 Fixed test_support -> support. by Eric Smith · 14 years ago
  68. 05f33744 Merged revisions 77775 via svnmerge from by Eric Smith · 14 years ago
  69. 52b4b45 Merged revisions 77771 via svnmerge from by Eric Smith · 14 years ago
  70. f7bb578 Merged revisions 77763 via svnmerge from by Eric Smith · 14 years ago
  71. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  72. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 14 years ago
  73. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  74. c3b0757 Silence getcheckinterval()-related warnings in the test suite by Antoine Pitrou · 15 years ago
  75. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
  76. aee3486 Merged revisions 75889 via svnmerge from by Georg Brandl · 15 years ago
  77. 0352655 Merged revisions 75887 via svnmerge from by Georg Brandl · 15 years ago
  78. 836f0e2 Merged revisions 75842 via svnmerge from by Antoine Pitrou · 15 years ago
  79. 55d110c Add tests for sys.float_repr_style by Mark Dickinson · 15 years ago
  80. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  81. b8e138a Revert last change, which was incorrect. by Kristján Valur Jónsson · 15 years ago
  82. 8c4f417 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 15 years ago
  83. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  84. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  85. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 15 years ago
  86. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  87. 17dc446 Skip test_recursionlimit_fatalerror under Windows because it generates an annoying and misleading crash dialog. by Antoine Pitrou · 15 years ago
  88. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  89. 652e707 Issue #5392: when a very low recursion limit was set, the interpreter would by Antoine Pitrou · 15 years ago
  90. 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 15 years ago
  91. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
  92. e94a37f Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. by Barry Warsaw · 16 years ago
  93. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
  94. 357877c Issue #3859: Fixed test_sys.Sizeof failure on win64. by Robert Schuppenies · 16 years ago
  95. bc74e5b add NEWS note and test for last commit by Benjamin Peterson · 16 years ago
  96. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  97. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  98. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  99. 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 16 years ago
  100. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago