1. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  2. c61c8d7 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  3. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  4. 45d9c91 Issue #3163: The struct module gets new format characters 'n' and 'N' by Antoine Pitrou · 13 years ago
  5. 0f4ee93 Branch merge by Éric Araujo · 13 years ago
  6. bb2095f Branch merge by Éric Araujo · 13 years ago
  7. 6fd287e Fix return code of “pysetup run COMMAND” (closes #12222) by Éric Araujo · 13 years ago
  8. 8ed34a1 Minor: improve one test name, address pyflakes warnings by Éric Araujo · 13 years ago
  9. fa23cc8 Add test that was promised in a comment but not actually written by Éric Araujo · 13 years ago
  10. 9556a5b Fix incorrect test. by Éric Araujo · 13 years ago
  11. 2c30e39 Change one name in packaging’s test_uninstall to avoid confusion. by Éric Araujo · 13 years ago
  12. 76558e1 Add regrtest check for caches in packaging.database (see #12167) by Éric Araujo · 13 years ago
  13. 3484c09 Merge from 3.2 by Amaury Forgeot d'Arc · 13 years ago
  14. 3e961a5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 13 years ago
  15. 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  16. 1b7da51 Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  17. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  18. 1079bdf Merge 3.2 by Éric Araujo · 13 years ago
  19. 4300f69 Update skip message printed by test.support.get_attribute. by Éric Araujo · 13 years ago
  20. c463771 Cosmetic fixes for whitespace and a regex in packaging. by Éric Araujo · 13 years ago
  21. 763cc6e Add tests for comparing candidate and final versions in packaging (#11841). by Éric Araujo · 13 years ago
  22. 63ba97b Fix typo and case in a recently added test by Éric Araujo · 13 years ago
  23. 56fab3d Remove inline comment, no longer supported by configparser. by Éric Araujo · 13 years ago
  24. 035018d os.geteuid() may not be available... by Charles-François Natali · 13 years ago
  25. 79164c8 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 13 years ago
  26. a13b1fa Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 13 years ago
  27. b7591d4 Also fix pickletester by Antoine Pitrou · 13 years ago
  28. 382e8b5 An embarassing litle typo by Antoine Pitrou · 13 years ago
  29. e19aa38 When expandtabs() would be a no-op, don't create a duplicate string by Antoine Pitrou · 13 years ago
  30. 87a484c Migrate test_bigmem to PEP 393-compliant size calculations (hopefully) by Antoine Pitrou · 13 years ago
  31. bf009f0 Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  32. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  33. 5b99df6 Collect stats a bit more often by Antoine Pitrou · 13 years ago
  34. 75e78b6 Use the faulthandler module's infrastructure to write a GIL-less by Antoine Pitrou · 13 years ago
  35. 031487e Fix test failure by Antoine Pitrou · 13 years ago
  36. 1a3ff48 Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  37. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  38. 5a688db Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  39. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  40. 29f43f7 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  41. 1efb33a Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  42. bbe7b0a Fix a few ResourceWarnings in idle by Amaury Forgeot d'Arc · 13 years ago
  43. b619bb2 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  44. 55a190f merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  45. 91a076a merge from 3.2. Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  46. 00b2c86 Fix text failures when ctypes is not available by Antoine Pitrou · 13 years ago
  47. 09252c4 os.geteuid() may not be available... by Charles-François Natali · 13 years ago
  48. 5f99c91 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 13 years ago
  49. e39b112 Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 13 years ago
  50. a9860ae #13054: fix usage of sys.maxunicode after PEP-393. by Ezio Melotti · 13 years ago
  51. 8619cd7 Issue #13001: Fix test_socket.testRecvmsgTrunc failure on FreeBSD < 8, which by Charles-François Natali · 13 years ago
  52. 87b3c92 Introduce support.requires_freebsd_version decorator. by Charles-François Natali · 13 years ago
  53. 86aed0b Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 13 years ago
  54. 22cd021 Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 13 years ago
  55. 027f9a3 Issue #13084: Fix a test_signal failure: the delivery order is only defined for by Charles-François Natali · 13 years ago
  56. 1d30db4 merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago
  57. 791744b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago
  58. a02a12c Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  59. d8c347a Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  60. 07ac3eb Optimize unicode_subtype_new(): don't encode to wchar_t and decode from wchar_t by Victor Stinner · 13 years ago
  61. 811c2f1 remove "fast-path" for (i)adding strings by Benjamin Peterson · 13 years ago
  62. 8dba4e0 array module uses the new Unicode API by Victor Stinner · 13 years ago
  63. ef17f12 Fix test_codeccallbacks for Windows: check size of wchar_t, not sys.maxunicode by Victor Stinner · 13 years ago
  64. 182d90d Fix test_codecs for Windows: check size of wchar_t, not sys.maxunicode by Victor Stinner · 13 years ago
  65. ff1ef07 Re-enable test. by Martin v. Löwis · 13 years ago
  66. 9d3579b Remove now useless redefinition of chr/ord for narrow builds in test_multibytecodec_support.py. by Ezio Melotti · 13 years ago
  67. f503673 Move UCS4-specific tests with the "normal" tests. by Ezio Melotti · 13 years ago
  68. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  69. e56717c merge heads by Benjamin Peterson · 13 years ago
  70. 19f6260 this isn't fixed on windows yet... by Benjamin Peterson · 13 years ago
  71. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  72. a6e50f5 this test works as expected now by Benjamin Peterson · 13 years ago
  73. e28544a revert unintended change by Benjamin Peterson · 13 years ago
  74. 9c6e6a0 don't check that the first character is XID_Continue by Benjamin Peterson · 13 years ago
  75. d83f226 test_ctypes: Windows is no more a special case by Victor Stinner · 13 years ago
  76. 287eca6 Fix struct sizes. Drop -1, since the resulting string was actually the largest one by Martin v. Löwis · 13 years ago
  77. f02aa65 Use compile() instead of eval(). by Martin v. Löwis · 13 years ago
  78. 0c9fe4d Use eval instead of codecs.lookup to trigger UTF-8 generation. by Martin v. Löwis · 13 years ago
  79. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  80. dc863dd Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. by Charles-François Natali · 13 years ago
  81. 0d5f6ad Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.splitlines, bytes.splitlines and bytearray.splitlines. by Mark Dickinson · 13 years ago
  82. a1fe1f8 Merge 3.2: Issue #7732: Don't open a directory as a file anymore while by Victor Stinner · 13 years ago
  83. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 13 years ago
  84. 92c144e Merge 3.2: Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 13 years ago
  85. da6eb53 Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 13 years ago
  86. 9089b79 Fix a race condition in test_socket.ThreadableTest: the client is reported by Charles-François Natali · 13 years ago
  87. a49ed76 Fix a race condition in test_socket.ThreadableTest: the client is reported as by Charles-François Natali · 13 years ago
  88. fba2b6b Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  89. e51c8da Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  90. 9c0cccf Branch merge by Éric Araujo · 13 years ago
  91. dd2d55c Remove two unneeded attributes in packaging by Éric Araujo · 13 years ago
  92. 41c98a3 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  93. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  94. 1c9f0c9 Issue #1172711: Add 'long long' support to the array module. by Meador Inge · 13 years ago
  95. 4ad6ed7 Merge 3.2: test_multiprocessing removes temporary files by Victor Stinner · 13 years ago
  96. d0b10a6 test_multiprocessing removes temporary files by Victor Stinner · 13 years ago
  97. c61fae04 Merge 3.2: test_httplib removes temporary files by Victor Stinner · 13 years ago
  98. 18d15cb test_httplib removes temporary files by Victor Stinner · 13 years ago
  99. bc8f082 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  100. 225aa4f Issue #12996: multiprocessing.connection: transmit the header in network byte by Charles-François Natali · 13 years ago