1. b429d3b Fix doc of an internal function: unicode_write_cstr() by Victor Stinner · 12 years ago
  2. 6db1c40 Issue #14077: importlib: Fix regression introduced by de6703671386. by Charles-François Natali · 12 years ago
  3. e887f31 Null merge by Antoine Pitrou · 12 years ago
  4. cf1c833 Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 12 years ago
  5. 4f22a8d Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 12 years ago
  6. 7214612 In find_module(), do not silence fileno() and dup() errors. by Antoine Pitrou · 12 years ago
  7. ba6bafc Fix compile failure under Windows by Antoine Pitrou · 12 years ago
  8. c516610 Optimize str%arg for number formats: %i, %d, %u, %x, %p by Victor Stinner · 12 years ago
  9. 99d7ad0 Micro-optimize computation of maxchar in PyUnicode_TransformDecimalToASCII() by Victor Stinner · 12 years ago
  10. da79e63 Micro-optimize unicode_expandtabs(): use FILL() macro to write N spaces by Victor Stinner · 12 years ago
  11. 15e9ed2 PyUnicode_New() and unicode_putchar() check for MAX_UNICODE maximum (U+10FFFF) by Victor Stinner · 12 years ago
  12. 6721149 Merge: #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 12 years ago
  13. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 12 years ago
  14. e7ad419 Fix sporadic test_subprocess regression introduced by 834650d63130. by Ross Lagerwall · 12 years ago
  15. c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 12 years ago
  16. 679be99 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 12 years ago
  17. 658d196 Additional debug info in case of failure by Antoine Pitrou · 12 years ago
  18. 037615e unload() should be sufficient by Antoine Pitrou · 12 years ago
  19. abe72d7 Try to debug sporadic test failures by Antoine Pitrou · 12 years ago
  20. b43fde9 remove unapplicable statement by Benjamin Peterson · 12 years ago
  21. 42ae472 merge with 3.2 by Georg Brandl · 12 years ago
  22. 7ef825f merge with 3.2 by Georg Brandl · 12 years ago
  23. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  24. 6553211 site: don't import traceback at startup to speed up Python startup by Victor Stinner · 12 years ago
  25. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  26. 6ca5a4d Issue #12406: Update list of files. by Martin v. Löwis · 12 years ago
  27. bc499d2 Actually run the new tests. by Antoine Pitrou · 12 years ago
  28. 07c6588 Add a test that memoryviews have hash randomization enabled. by Antoine Pitrou · 12 years ago
  29. 528b54b Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 12 years ago
  30. 86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 12 years ago
  31. 61f996b Issue #12406: prevent case where shortened name could conflict with short name. by Martin v. Löwis · 12 years ago
  32. dc4170c merge 2.6 by Martin v. Löwis · 12 years ago
  33. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 12 years ago
  34. f9caee9 merge 3.2 by Martin v. Löwis · 12 years ago
  35. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 12 years ago
  36. d9a3591 merge 3.2 by Benjamin Peterson · 12 years ago
  37. e249dca merge 3.2 by Benjamin Peterson · 12 years ago
  38. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  39. 8b24506 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  40. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 12 years ago
  41. 307da2b Merge the HTMLParser fix with 3.2. by Ezio Melotti · 12 years ago
  42. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 12 years ago
  43. 79d3878 update unicode link by Benjamin Peterson · 12 years ago
  44. fb36e66 adjust docs for unicode 6.1 by Benjamin Peterson · 12 years ago
  45. 71f660e update to Unicode 6.1 by Benjamin Peterson · 12 years ago
  46. 16fa2a1 Forgot the "empty string -> hash == 0" special case for strings. by Georg Brandl · 12 years ago
  47. 802505d Merge more test vs hashing-order fixes from 3.2. by Georg Brandl · 12 years ago
  48. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  49. 178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. by Georg Brandl · 12 years ago
  50. 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 12 years ago
  51. 9edceb3 Merge by Antoine Pitrou · 12 years ago
  52. 2697cd1 Dummy-merge with 3.1 by Georg Brandl · 12 years ago
  53. 91e5c08 Fix typo in conditional. by Georg Brandl · 12 years ago
  54. e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 12 years ago
  55. e5a0e0a Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions. by Georg Brandl · 12 years ago
  56. 09562b4 Fix typo. by Georg Brandl · 12 years ago
  57. 16684eb Fix dbm_gnu test relying on set order. by Georg Brandl · 12 years ago
  58. f47b20f Fix use of deprecated assertRegexpMatches method. by Georg Brandl · 12 years ago
  59. b5c793a Issue #14063: fix test_importlib failure under OS X case-insensitive filesystems by Antoine Pitrou · 12 years ago
  60. 9571155 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. by Georg Brandl · 12 years ago
  61. 7c573f7 Fix dbm_gnu test relying on set order. by Georg Brandl · 12 years ago
  62. 06b1c4f Fix typo. by Georg Brandl · 12 years ago
  63. 12897d7 Fix typo in conditional. by Georg Brandl · 12 years ago
  64. 6147024 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. by Georg Brandl · 12 years ago
  65. 27fe226 Another test_dis dict order dependency. by Georg Brandl · 12 years ago
  66. b9dafe6 Merge with 3.1. by Georg Brandl · 12 years ago
  67. a108227 Fix test_dis dependency on dict order. by Georg Brandl · 12 years ago
  68. c425a94 Fix use of deprecated assert_ method. by Georg Brandl · 12 years ago
  69. 242631d Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. by Georg Brandl · 12 years ago
  70. a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. by Georg Brandl · 12 years ago
  71. 8848255 Run tests with -R on "make test" and the buildbots. by Georg Brandl · 12 years ago
  72. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  73. a3ed11b don't rely on the order of module clearing by Benjamin Peterson · 12 years ago
  74. 6ddac00 put docstrings on functions by Benjamin Peterson · 12 years ago
  75. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  76. 3443fe6 Merged upstream changes. by Vinay Sajip · 12 years ago
  77. 5743691 Merged upstream changes. by Vinay Sajip · 12 years ago
  78. dff46fa Fix use of assertRaises following c760bd844222 (spotted by Alex Gaynor). by Antoine Pitrou · 12 years ago
  79. c229e6e Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly). by Antoine Pitrou · 12 years ago
  80. aa8a62d Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  81. fee358b logging: clarified documentation for Handler.handleError. by Vinay Sajip · 12 years ago
  82. ea6b4d5 Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings. by Antoine Pitrou · 12 years ago
  83. 0588eac merge heads by Benjamin Peterson · 12 years ago
  84. 4384435 write versionadded by Benjamin Peterson · 12 years ago
  85. b67075b _relax_case -> _make_relax_case by Antoine Pitrou · 12 years ago
  86. 006c5a2 check for NULL to fix segfault by Benjamin Peterson · 12 years ago
  87. 23d7f12 use new generic __dict__ descriptor implementations by Benjamin Peterson · 12 years ago
  88. 8eb1269 add generic implementation of a __dict__ descriptor for C types by Benjamin Peterson · 12 years ago
  89. 4a57846 Merge by Antoine Pitrou · 12 years ago
  90. a7e594b Merge 3.2 by Éric Araujo · 12 years ago
  91. c541f8e Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function. by Antoine Pitrou · 12 years ago
  92. c3ef037 Add missing “::” markup. by Éric Araujo · 12 years ago
  93. 336b2f4 Fix a failing importlib test under Windows. by Brett Cannon · 12 years ago
  94. 85c71ae fix test now that staticmethod and classmethod are bigger by Benjamin Peterson · 12 years ago
  95. c135fa4 Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay. by Antoine Pitrou · 12 years ago
  96. 7b77188 Create _attr/_attrNS lazily. by Martin v. Löwis · 12 years ago
  97. 14aa280 Use __slots__ throughout instead of __dict__, to reduce the memory usage. by Martin v. Löwis · 12 years ago
  98. 32ac92c Issue #13605: merge with 3.2 by Sandro Tosi · 12 years ago
  99. 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 12 years ago
  100. b900d6a initialize __dict__ if needed by Benjamin Peterson · 12 years ago