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