1. 29e02a2 merge 3.3 by Benjamin Peterson · 12 years ago
  2. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  3. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  4. e054f45 Fix test_sys.test_implementation for final releases. by Georg Brandl · 12 years ago
  5. 6f1a40f Merge universal newlines-related fixes (issue #13119) by Antoine Pitrou · 12 years ago
  6. 894375a Fix test_sys under Windows (issue #13119) by Antoine Pitrou · 12 years ago
  7. 2b16844 Issue #15467: Merge 3.2 by Martin v. Löwis · 12 years ago
  8. 33f7997 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 12 years ago
  9. 3bbd2fa Issue #15456: Fix code __sizeof__ after #12399 change. by Martin v. Löwis · 12 years ago
  10. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  11. efce00c Whitespace normalization by Barry Warsaw · 12 years ago
  12. 028b37c PEP 421 requires that .name be lower case. by Barry Warsaw · 12 years ago
  13. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  14. 3e0a1eb Issue #14930: Make memoryview objects weakrefable. by Richard Oudkerk · 12 years ago
  15. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  16. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  17. acf85cd Issue #13959: Re-implement imp.NullImporter in Lib/imp.py. by Brett Cannon · 12 years ago
  18. 4f2f3b6 Account for shared keys in type's __sizeof__ (#13903). by Martin v. Loewis · 12 years ago
  19. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  20. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 12 years ago
  21. f28fcff adjust for change in AST type by Benjamin Peterson · 12 years ago
  22. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  23. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  24. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  25. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  26. 85c71ae fix test now that staticmethod and classmethod are bigger by Benjamin Peterson · 13 years ago
  27. 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 13 years ago
  28. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 13 years ago
  29. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  30. 9d57481 Issue #13577: various kinds of descriptors now have a __qualname__ attribute. by Antoine Pitrou · 13 years ago
  31. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  32. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  33. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  34. f02aa65 Use compile() instead of eval(). by Martin v. Löwis · 13 years ago
  35. 0c9fe4d Use eval instead of codecs.lookup to trigger UTF-8 generation. by Martin v. Löwis · 13 years ago
  36. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  37. 9003760 map cells to arg slots at code creation time (closes #12399) by Benjamin Peterson · 13 years ago
  38. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  39. 48006cf Fix test. by Ezio Melotti · 13 years ago
  40. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  41. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  42. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  43. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  44. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  45. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 14 years ago
  46. 5543e81 Tighten the restrictions on the test_sys test which triggers a fatal error when by Brett Cannon · 14 years ago
  47. c3e8867 Skip a recursion depth check test when running under CPython and have a trace by Brett Cannon · 14 years ago
  48. 7d96771 Update tests and whatsnew for the 'quiet' flag by Raymond Hettinger · 14 years ago
  49. baab9d0 Issue #10783: Fix test_sys, pack('c', ' ') => pack('c', b' ') by Victor Stinner · 14 years ago
  50. 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
  51. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  52. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  53. aeb6cee Issue #10293: Remove obsolete field in the PyMemoryView structure, by Antoine Pitrou · 14 years ago
  54. fbb1c61 Follow up to #9778: fix regressions on 64-bit Windows builds by Antoine Pitrou · 14 years ago
  55. f6211ed Move test_undecodable_code() from test_sys to test_cmd_line by Victor Stinner · 14 years ago
  56. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  57. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  58. d24fc5d test_sys: Remove workaround #8611 by Victor Stinner · 14 years ago
  59. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  60. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  61. ef6ff66 Fix test_sys: set LC_ALL instead of LANG by Victor Stinner · 14 years ago
  62. 1970b62 Disable test_undecodable_code() of test_sys on Windows by Victor Stinner · 14 years ago
  63. ebe53a2 Fix test_sys for FreeBSD, Solaris and Mac OS X by Victor Stinner · 14 years ago
  64. c44abb1 Workaround issue #8611 in test_undecodable_code() of test_sys by Victor Stinner · 14 years ago
  65. 1b6372a test_undecodable_code(): set locale to C by Victor Stinner · 14 years ago
  66. e6376f8 test_main_invalid_unicode() of test_sys: print string as ascii by Victor Stinner · 14 years ago
  67. 515ca20 test_main_invalid_unicode() of test_sys displays stderr on failure by Victor Stinner · 14 years ago
  68. 9943524 Ooops, finish test_sys fix: use expected variable by Victor Stinner · 14 years ago
  69. 85ca2af Fix test_sys about fs encoding for Windows and Mac OS X by Victor Stinner · 14 years ago
  70. c732e3b test_sys: move tests at the right place by Victor Stinner · 14 years ago
  71. 398356b Improve error message if the command is not decodable by Victor Stinner · 14 years ago
  72. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  73. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  74. d62e6ca Issue #9425: file system encoding is not always utf-8 by Victor Stinner · 14 years ago
  75. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  76. 02ea12b2 Syntax cleanup. by Florent Xicluna · 14 years ago
  77. 2302857 Merged revisions 83140-83141 via svnmerge from by Alexander Belopolsky · 14 years ago
  78. 85edadb Reverted r83143: svnmerge failed to add new names by Alexander Belopolsky · 14 years ago
  79. 6161077 Merged revisions 83140-83141 via svnmerge from by Alexander Belopolsky · 14 years ago
  80. 07de165 Corrected comments on where settrace and setprofile are tested. by Alexander Belopolsky · 14 years ago
  81. 808e1ad Undo inadvertant checkin. by Brian Curtin · 14 years ago
  82. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  83. 706e0b4 Backport test_getfilesystemencoding() from py3k by Victor Stinner · 14 years ago
  84. 9a45a6b Issue #8965: Write more tests for sys.getfilesystemencoding() by Victor Stinner · 14 years ago
  85. 2690461 Issue #8965: Add a regression test to test_sys with LANG=C by Victor Stinner · 14 years ago
  86. 1286d7f test_sys: add a test on the file system encoding for darwin by Victor Stinner · 14 years ago
  87. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  88. 7126dbc Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead by Victor Stinner · 14 years ago
  89. 0cfc9f6 Merged revisions 81276 via svnmerge from by Victor Stinner · 14 years ago
  90. c098385 Fix test_main_invalid_unicode() of test_sys for ASCII locale encoding by Victor Stinner · 14 years ago
  91. df47ffd Merged revisions 81267 via svnmerge from by Victor Stinner · 14 years ago
  92. 7cf7d72 Improve test_exit() error message to analyze sparc failures by Victor Stinner · 14 years ago
  93. 2e71d01 Merged revisions 81250-81253 via svnmerge from by Victor Stinner · 14 years ago
  94. e9fb319 handle_system_exit() flushs files to warranty the output order by Victor Stinner · 14 years ago
  95. 372ac5e PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead by Victor Stinner · 14 years ago
  96. 6baded4 Issue #6697: Fix a crash if code of "python -c code" contains surrogates by Victor Stinner · 14 years ago
  97. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  98. adc3691 Merged revisions 79420 via svnmerge from by Victor Stinner · 14 years ago
  99. 4ce881e Fix my test introduced in test_sys by r79394: by Victor Stinner · 14 years ago
  100. d8805b2 Merged revisions 79393 via svnmerge from by Victor Stinner · 14 years ago