Ross Lagerwall
|
e7ad419058
|
Fix sporadic test_subprocess regression introduced by 834650d63130.
|
2012-02-22 06:02:07 +02:00 |
Antoine Pitrou
|
679be99a85
|
Fix (presumably) test_hash under big-endian systems (PPC).
|
2012-02-22 03:33:56 +01:00 |
Antoine Pitrou
|
658d1963e1
|
Additional debug info in case of failure
|
2012-02-22 02:46:58 +01:00 |
Antoine Pitrou
|
037615e1ef
|
unload() should be sufficient
|
2012-02-22 02:30:09 +01:00 |
Antoine Pitrou
|
abe72d7eb3
|
Try to debug sporadic test failures
|
2012-02-22 01:11:31 +01:00 |
Benjamin Peterson
|
b43fde98b4
|
remove unapplicable statement
|
2012-02-21 18:03:26 -05:00 |
Georg Brandl
|
42ae472798
|
merge with 3.2
|
2012-02-21 22:37:36 +01:00 |
Georg Brandl
|
7ef825fdab
|
merge with 3.2
|
2012-02-21 22:36:37 +01:00 |
Georg Brandl
|
c9a42070a6
|
Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion.
|
2012-02-21 22:36:27 +01:00 |
Victor Stinner
|
65532111b4
|
site: don't import traceback at startup to speed up Python startup
|
2012-02-21 22:10:16 +01:00 |
Benjamin Peterson
|
c9f54cf512
|
enable hash randomization by default
|
2012-02-21 16:08:05 -05:00 |
Martin v. Löwis
|
6ca5a4d49f
|
Issue #12406: Update list of files.
|
2012-02-21 19:54:26 +01:00 |
Antoine Pitrou
|
bc499d26a8
|
Actually run the new tests.
|
2012-02-21 19:18:10 +01:00 |
Antoine Pitrou
|
07c65884c6
|
Add a test that memoryviews have hash randomization enabled.
|
2012-02-21 19:14:26 +01:00 |
Antoine Pitrou
|
528b54b263
|
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
|
2012-02-21 19:08:26 +01:00 |
Antoine Pitrou
|
86838b02f0
|
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
|
2012-02-21 19:03:47 +01:00 |
Martin v. Löwis
|
61f996b26a
|
Issue #12406: prevent case where shortened name could conflict with short name.
|
2012-02-21 18:49:10 +01:00 |
Martin v. Löwis
|
dc4170c5bc
|
merge 2.6
|
2012-02-21 18:07:58 +01:00 |
Martin v. Löwis
|
dbd3f6173a
|
Issue #6807: Run msisupport.mak earlier.
|
2012-02-21 18:06:22 +01:00 |
Martin v. Löwis
|
f9caee9ab4
|
merge 3.2
|
2012-02-21 17:26:10 +01:00 |
Martin v. Löwis
|
26bb3cf7cd
|
Issue #10580: Minor grammar change in Windows installer.
|
2012-02-21 17:23:55 +01:00 |
Benjamin Peterson
|
d9a3591ed1
|
merge 3.2
|
2012-02-21 11:12:14 -05:00 |
Benjamin Peterson
|
e249dcab7a
|
merge 3.2
|
2012-02-21 11:09:13 -05:00 |
Benjamin Peterson
|
69e9727657
|
ensure no one tries to hash things before the random seed is found
|
2012-02-21 11:08:50 -05:00 |
Petri Lehtinen
|
8b24506534
|
Merge branch '3.2'
Closes #8033.
|
2012-02-21 13:59:40 +02:00 |
Petri Lehtinen
|
4fe85abab9
|
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Closes #8033.
|
2012-02-21 13:49:50 +02:00 |
Ezio Melotti
|
307da2b070
|
Merge the HTMLParser fix with 3.2.
|
2012-02-21 09:29:10 +02:00 |
Ezio Melotti
|
29877e8e04
|
HTMLParser is now able to handle slashes in the start tag.
|
2012-02-21 09:25:00 +02:00 |
Benjamin Peterson
|
79d38788ee
|
update unicode link
|
2012-02-20 22:35:25 -05:00 |
Benjamin Peterson
|
fb36e66d2c
|
adjust docs for unicode 6.1
|
2012-02-20 22:34:50 -05:00 |
Benjamin Peterson
|
71f660e00f
|
update to Unicode 6.1
|
2012-02-20 22:24:29 -05:00 |
Georg Brandl
|
16fa2a1097
|
Forgot the "empty string -> hash == 0" special case for strings.
|
2012-02-21 00:50:13 +01:00 |
Georg Brandl
|
802505d05e
|
Merge more test vs hashing-order fixes from 3.2.
|
2012-02-21 00:34:05 +01:00 |
Georg Brandl
|
2fb477c0f0
|
Merge 3.2: Issue #13703 plus some related test suite fixes.
|
2012-02-21 00:33:36 +01:00 |
Georg Brandl
|
178e5ea305
|
Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate.
|
2012-02-21 00:32:36 +01:00 |
Antoine Pitrou
|
95a97b7c0c
|
Delete the iterator, which could accidentally keep a temporary reference to the yielded element.
|
2012-02-21 00:00:06 +01:00 |
Antoine Pitrou
|
9edceb3e59
|
Merge
|
2012-02-20 23:51:50 +01:00 |
Georg Brandl
|
2697cd1a3b
|
Dummy-merge with 3.1
|
2012-02-20 23:52:16 +01:00 |
Georg Brandl
|
91e5c08fe8
|
Fix typo in conditional.
|
2012-02-20 23:49:29 +01:00 |
Antoine Pitrou
|
e9f637b062
|
Make "regrtest -j" "-R"-aware
|
2012-02-20 23:49:07 +01:00 |
Georg Brandl
|
e5a0e0a75f
|
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.
|
2012-02-20 23:37:36 +01:00 |
Georg Brandl
|
09562b4330
|
Fix typo.
|
2012-02-20 23:09:59 +01:00 |
Georg Brandl
|
16684eb624
|
Fix dbm_gnu test relying on set order.
|
2012-02-20 22:48:06 +01:00 |
Georg Brandl
|
f47b20f0b0
|
Fix use of deprecated assertRegexpMatches method.
|
2012-02-20 22:08:27 +01:00 |
Antoine Pitrou
|
b5c793a0b3
|
Issue #14063: fix test_importlib failure under OS X case-insensitive filesystems
(regression)
|
2012-02-20 22:06:59 +01:00 |
Georg Brandl
|
9571155ae4
|
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.
|
2012-02-20 22:06:02 +01:00 |
Georg Brandl
|
7c573f7a07
|
Fix dbm_gnu test relying on set order.
|
2012-02-20 22:48:06 +01:00 |
Georg Brandl
|
06b1c4f68b
|
Fix typo.
|
2012-02-20 23:09:59 +01:00 |
Georg Brandl
|
12897d7d39
|
Fix typo in conditional.
|
2012-02-20 23:49:29 +01:00 |
Georg Brandl
|
61470246d0
|
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.
|
2012-02-20 22:06:02 +01:00 |