Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
c071a61 Merge 3.2 25 February 2012, 15:32:18 UTC
2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). These regex changes fix a number of issues for distutils on Windows: - #6884: impossible to include a file starting with 'build' - #9691 and #14004: sdist includes too many files - #13193: test_filelist failures This commit replaces the incorrect changes done in 0a94e2f807c7 and 90b30d62caf2 to fix #13193; we were too eager to fix the test failures and I did not study the code enough before greenlighting patches. This time we have unit tests from the problems reported by users to be sure we have the right fix. Thanks to Nadeem Vawda for his help. 25 February 2012, 15:28:05 UTC
afdac03 Use assertEqual in test_strptime for better failure messages (cf. issue #14113). 25 February 2012, 13:58:36 UTC
9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership and lifetime issues of dynamically allocated Py_buffer members (#9990) as well as crashes (#8305, #7433). Many new features have been added (See whatsnew/3.3), and the documentation has been updated extensively. The ndarray test object from _testbuffer.c implements all aspects of PEP-3118, so further development towards the complete implementation of the PEP can proceed in a test-driven manner. Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review and many ideas. - Issue #12834: Fix incorrect results of memoryview.tobytes() for non-contiguous arrays. - Issue #5231: Introduce memoryview.cast() method that allows changing format and shape without making a copy of the underlying memory. 25 February 2012, 11:24:21 UTC
5a3d046 Merge with 3.2 25 February 2012, 09:47:30 UTC
3d4809f Package mime.types 25 February 2012, 09:40:13 UTC
4b42ff6 unused imports, pep8 25 February 2012, 05:48:17 UTC
6f73874 Close #14095: type.__new__() doesn't remove __qualname__ key from the class dict anymore if the key is present. Reject also non-string qualified names. And fix reference leaks in type.__new__(). 25 February 2012, 00:22:36 UTC
b0800dc Oops, revert unwanted changes 24 February 2012, 23:47:08 UTC
abc649d Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and str.title(). Compute correctly how much memory is required for the test (memuse). 24 February 2012, 23:43:27 UTC
c6fbf47 merge heads 24 February 2012, 16:49:07 UTC
6eaaeff merge 3.2 24 February 2012, 16:48:47 UTC
ab5a044 merge 3.2.2 release branch for rc 24 February 2012, 16:47:29 UTC
625cd23 Simplify importib._resolve_name(). 24 February 2012, 16:20:54 UTC
842c0f1 Fix compilation error under Windows (and warnings too). 24 February 2012, 12:30:46 UTC
91932da #13973: move a couple of imports at module level. Patch by Tshepang Lekhonkhobe. 24 February 2012, 10:44:04 UTC
2fe4bb1 merge 24 February 2012, 01:48:13 UTC
4b03b68 Turn _return_module() into _handle_fromlist(). 24 February 2012, 01:47:57 UTC
90f50d4 Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point (e.g. ps_aF) 24 February 2012, 00:44:47 UTC
6858cab merge 24 February 2012, 00:34:55 UTC
dfc3270 Make the benchmark recording more sensible for importlib.test.benchmark. 24 February 2012, 00:34:35 UTC
41a863c Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator * Decode thousands separator and decimal point using PyUnicode_DecodeLocale() (from the locale encoding), instead of decoding them implicitly from latin1 * Remove _PyUnicode_InsertThousandsGroupingLocale(), it was not used * Change _PyUnicode_InsertThousandsGrouping() API to return the maximum character if unicode is NULL * Replace MIN/MAX macros by Py_MIN/Py_MAX * stringlib/undef.h undefines STRINGLIB_IS_UNICODE * stringlib/localeutil.h only supports Unicode 23 February 2012, 23:37:51 UTC
dcb30cf merge 23 February 2012, 23:30:04 UTC
f500778 Improper type for __package__ should raise TypeError, not ValueError. 23 February 2012, 23:29:12 UTC
068915c Do a type check instead of an interface check. 23 February 2012, 23:18:48 UTC
0a78622 Issue #13846: Enhance time.monotonic() documentation 23 February 2012, 23:10:45 UTC
a751885 Merged upstream changes. 23 February 2012, 20:55:35 UTC
349c900 Merged upstream changes. 23 February 2012, 20:53:40 UTC
13d244f Merged upstream changes. 23 February 2012, 20:51:57 UTC
323e4fb Merged fix added for recent changes in non-threading environments. 23 February 2012, 20:51:18 UTC
f050903 Fix added for recent changes in non-threading environments. 23 February 2012, 20:49:08 UTC
195261e Added tag v3.2.3rc1 for changeset 7085403daf43 23 February 2012, 20:19:41 UTC
2142ee8 Update copyright year. 23 February 2012, 20:19:25 UTC
e578021 Add 3.2.3 to license. 23 February 2012, 20:19:18 UTC
335d628 merge with 3.2 23 February 2012, 20:17:27 UTC
bada35b merge heads 23 February 2012, 20:16:49 UTC
afe05bd Bump version to 3.2.3rc1. 23 February 2012, 20:14:12 UTC
29ca21c Update pydoc topics. 23 February 2012, 20:12:41 UTC
eb25fb7 Fix markup errors. 23 February 2012, 20:12:39 UTC
57c2237 Merged logging flush/close changes from 3.2. 23 February 2012, 20:03:49 UTC
0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. 23 February 2012, 19:45:52 UTC
c4c90bd merge 3.2 23 February 2012, 15:54:36 UTC
ba528f5 merge 3.1 23 February 2012, 15:54:28 UTC
273cd18 update copyright year 23 February 2012, 15:53:44 UTC
ea1cb7a merge 3.2 23 February 2012, 15:48:22 UTC
bff13be merge 3.1 (with 3.1.5rc1 release tag) 23 February 2012, 15:48:03 UTC
31833d4 Added tag v3.1.5rc1 for changeset ee26aca3219c 23 February 2012, 15:46:00 UTC
36a6558 version now 3.1.5rc1 23 February 2012, 15:45:48 UTC
5b761f1 Merge 23 February 2012, 15:17:56 UTC
197e22c Simplify zlib bigmem tests. 23 February 2012, 12:23:17 UTC
bc8c817 Fix previous fix (for test_zlib) to work on 32-bit systems. 23 February 2012, 12:16:15 UTC
b063a48 Issue #13873: Fix crash in test_zlib on bigmem buildbot. 23 February 2012, 11:36:25 UTC
34d8e41 Refactor importlib to make it easier to re-implement in C. 22 February 2012, 23:33:05 UTC
b429d3b Fix doc of an internal function: unicode_write_cstr() 22 February 2012, 20:22:20 UTC
6db1c40 Issue #14077: importlib: Fix regression introduced by de6703671386. 22 February 2012, 20:03:09 UTC
e887f31 Null merge 22 February 2012, 18:23:13 UTC
cf1c833 Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. 22 February 2012, 17:08:30 UTC
4f22a8d Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. 22 February 2012, 17:05:43 UTC
7214612 In find_module(), do not silence fileno() and dup() errors. 22 February 2012, 17:03:04 UTC
ba6bafc Fix compile failure under Windows 22 February 2012, 15:41:50 UTC
c516610 Optimize str%arg for number formats: %i, %d, %u, %x, %p Write a specialized function to write an ASCII/latin1 C char* string into a Python Unicode string. 22 February 2012, 12:55:02 UTC
99d7ad0 Micro-optimize computation of maxchar in PyUnicode_TransformDecimalToASCII() 22 February 2012, 12:37:39 UTC
da79e63 Micro-optimize unicode_expandtabs(): use FILL() macro to write N spaces 22 February 2012, 12:37:04 UTC
15e9ed2 PyUnicode_New() and unicode_putchar() check for MAX_UNICODE maximum (U+10FFFF) 22 February 2012, 12:36:20 UTC
6721149 Merge: #14053: Fix "make patchcheck" to work with MQ. Patch by Francisco Martín Brugué 22 February 2012, 09:53:09 UTC
9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. Patch by Francisco Martín Brugué 22 February 2012, 09:46:41 UTC
e7ad419 Fix sporadic test_subprocess regression introduced by 834650d63130. 22 February 2012, 04:02:07 UTC
679be99 Fix (presumably) test_hash under big-endian systems (PPC). 22 February 2012, 02:33:56 UTC
c094242 Fix (presumably) test_hash under big-endian systems (PPC). 22 February 2012, 02:33:56 UTC
658d196 Additional debug info in case of failure 22 February 2012, 01:46:58 UTC
037615e unload() should be sufficient 22 February 2012, 01:30:09 UTC
abe72d7 Try to debug sporadic test failures 22 February 2012, 00:11:31 UTC
b43fde9 remove unapplicable statement 21 February 2012, 23:03:26 UTC
42ae472 merge with 3.2 21 February 2012, 21:37:36 UTC
7ef825f merge with 3.2 21 February 2012, 21:36:37 UTC
c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. 21 February 2012, 21:36:27 UTC
6553211 site: don't import traceback at startup to speed up Python startup 21 February 2012, 21:10:16 UTC
c9f54cf enable hash randomization by default 21 February 2012, 21:08:05 UTC
6ca5a4d Issue #12406: Update list of files. 21 February 2012, 18:54:26 UTC
bc499d2 Actually run the new tests. 21 February 2012, 18:18:10 UTC
07c6588 Add a test that memoryviews have hash randomization enabled. 21 February 2012, 18:14:26 UTC
528b54b Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. 21 February 2012, 18:08:26 UTC
86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. 21 February 2012, 18:03:47 UTC
61f996b Issue #12406: prevent case where shortened name could conflict with short name. 21 February 2012, 17:49:10 UTC
dc4170c merge 2.6 21 February 2012, 17:07:58 UTC
dbd3f61 Issue #6807: Run msisupport.mak earlier. 21 February 2012, 17:06:22 UTC
f9caee9 merge 3.2 21 February 2012, 16:26:10 UTC
26bb3cf Issue #10580: Minor grammar change in Windows installer. 21 February 2012, 16:23:55 UTC
d9a3591 merge 3.2 21 February 2012, 16:12:14 UTC
e249dca merge 3.2 21 February 2012, 16:09:13 UTC
69e9727 ensure no one tries to hash things before the random seed is found 21 February 2012, 16:08:50 UTC
8b24506 Merge branch '3.2' Closes #8033. 21 February 2012, 11:59:40 UTC
4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures Closes #8033. 21 February 2012, 11:49:50 UTC
307da2b Merge the HTMLParser fix with 3.2. 21 February 2012, 07:29:10 UTC
29877e8 HTMLParser is now able to handle slashes in the start tag. 21 February 2012, 07:25:00 UTC
79d3878 update unicode link 21 February 2012, 03:35:25 UTC
fb36e66 adjust docs for unicode 6.1 21 February 2012, 03:34:50 UTC
71f660e update to Unicode 6.1 21 February 2012, 03:24:29 UTC
16fa2a1 Forgot the "empty string -> hash == 0" special case for strings. 20 February 2012, 23:50:13 UTC
802505d Merge more test vs hashing-order fixes from 3.2. 20 February 2012, 23:34:05 UTC
back to top