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