| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 81675 via svnmerge from | R. David Murray | 2010-06-16 | 2 | -1/+19 |
|
|
* | Fix for buildbot failure in r81999. | Ronald Oussoren | 2010-06-15 | 1 | -0/+2 |
|
|
* | Minor changes to the choice of assert methods | Alexander Belopolsky | 2010-06-15 | 1 | -26/+26 |
|
|
* | Fix for issue #8577: without this patch test_distutils | Ronald Oussoren | 2010-06-15 | 2 | -4/+5 |
|
|
* | Switch the __import__ state check from using __builtins__ to builtins to be | Brett Cannon | 2010-06-14 | 1 | -8/+3 |
|
|
* | Undo r81988 code change leaving added test. | Alexander Belopolsky | 2010-06-14 | 1 | -3/+8 |
|
|
* | Issue 6280: Tests and simpler implementation for calendar.timegm | Alexander Belopolsky | 2010-06-14 | 2 | -10/+13 |
|
|
* | Issue #5094: The ``datetime`` module now has a simple concrete class | Alexander Belopolsky | 2010-06-14 | 1 | -13/+108 |
|
|
* | Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" | Victor Stinner | 2010-06-13 | 1 | -1/+129 |
|
|
* | Merged revisions 81967 via svnmerge from | Mark Dickinson | 2010-06-13 | 2 | -0/+47 |
|
|
* | Fix mild type confusion in decimal module docstring. | Mark Dickinson | 2010-06-12 | 1 | -1/+2 |
|
|
* | Issue #8973: Add __all__ to struct module, so that help(struct) correctly | Mark Dickinson | 2010-06-12 | 1 | -0/+11 |
|
|
* | Merged revisions 80578 via svnmerge from | Nick Coghlan | 2010-06-12 | 2 | -3/+74 |
|
|
* | Calling __import__ as a method technically works, but really should be wrapped | Brett Cannon | 2010-06-12 | 1 | -1/+1 |
|
|
* | When dealing with __import__ for detecting a global state change made by a | Brett Cannon | 2010-06-12 | 1 | -2/+8 |
|
|
* | Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode | Victor Stinner | 2010-06-11 | 2 | -14/+16 |
|
|
* | Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. | Victor Stinner | 2010-06-11 | 1 | -3/+4 |
|
|
* | Issue #8965: Write more tests for sys.getfilesystemencoding() | Victor Stinner | 2010-06-11 | 1 | -11/+24 |
|
|
* | Issue #8965: Add a regression test to test_sys with LANG=C | Victor Stinner | 2010-06-11 | 1 | -2/+13 |
|
|
* | Issue #8966: If a ctypes structure field is an array of c_char, convert its | Victor Stinner | 2010-06-11 | 2 | -7/+7 |
|
|
* | Merged revisions 81907 via svnmerge from | Antoine Pitrou | 2010-06-11 | 1 | -0/+25 |
|
|
* | Fix more undefined-behaviour inducing overflow checks in struct module. | Mark Dickinson | 2010-06-11 | 1 | -0/+2 |
|
|
* | Avoid possible undefined behaviour from signed overflow. | Mark Dickinson | 2010-06-11 | 1 | -0/+5 |
|
|
* | Fix typo in docstring. | Mark Dickinson | 2010-06-11 | 1 | -1/+1 |
|
|
* | Issue #3129: Trailing digits in format string are no longer ignored. | Alexander Belopolsky | 2010-06-11 | 1 | -1/+27 |
|
|
* | Issue #8188: Comparisons between Decimal objects and other numeric | Mark Dickinson | 2010-06-11 | 3 | -9/+94 |
|
|
* | test_sys: add a test on the file system encoding for darwin | Victor Stinner | 2010-06-11 | 1 | -0/+5 |
|
|
* | Merged revisions 81878 via svnmerge from | Michael Foord | 2010-06-10 | 2 | -2/+4 |
|
|
* | Merged revisions 81859 via svnmerge from | Michael Foord | 2010-06-10 | 1 | -1/+1 |
|
|
* | Merged revisions 81853 via svnmerge from | Michael Foord | 2010-06-10 | 4 | -2/+116 |
|
|
* | Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, | Mark Dickinson | 2010-06-10 | 1 | -16/+1 |
|
|
* | Issue #8932: Skip required when compiled --without-threads. | Stefan Krah | 2010-06-09 | 1 | -0/+1 |
|
|
* | http://bugs.python.org/issue8832 | Kristján Valur Jónsson | 2010-06-09 | 2 | -0/+15 |
|
|
* | Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format | Victor Stinner | 2010-06-08 | 1 | -14/+0 |
|
|
* | Now that sunau has some tests, remove it from test_sundry. | R. David Murray | 2010-06-08 | 1 | -1/+0 |
|
|
* | Issue #7384: If the system readline library is linked against ncurses, | Stefan Krah | 2010-06-08 | 1 | -5/+0 |
|
|
* | Merged revisions 81820 via svnmerge from | Benjamin Peterson | 2010-06-07 | 1 | -0/+3 |
|
|
* | Issue #8897: Fix sunau module, use bytes to write the header. Patch written by | Victor Stinner | 2010-06-07 | 2 | -1/+71 |
|
|
* | Merged revisions 81770 via svnmerge from | Michael Foord | 2010-06-05 | 1 | -0/+1 |
|
|
* | Merged revisions 81764 via svnmerge from | Michael Foord | 2010-06-05 | 3 | -22/+72 |
|
|
* | Merged revisions 81763 via svnmerge from | Michael Foord | 2010-06-05 | 1 | -0/+39 |
|
|
* | Merged revisions 81753 via svnmerge from | Michael Foord | 2010-06-05 | 2 | -4/+7 |
|
|
* | Merged revisions 81752 via svnmerge from | Michael Foord | 2010-06-05 | 1 | -1/+5 |
|
|
* | Merged revisions 81747 via svnmerge from | Michael Foord | 2010-06-05 | 2 | -6/+12 |
|
|
* | Merged revisions 81739 via svnmerge from | Michael Foord | 2010-06-05 | 2 | -14/+40 |
|
|
* | Test fix to use floor division. Correction from merge in previous commit. | Michael Foord | 2010-06-05 | 1 | -1/+1 |
|
|
* | Merged revisions 81728 via svnmerge from | Michael Foord | 2010-06-05 | 2 | -3/+29 |
|
|
* | Merged revisions 81724 via svnmerge from | Michael Foord | 2010-06-05 | 1 | -20/+24 |
|
|
* | Merged revisions 81706-81707 via svnmerge from | Benjamin Peterson | 2010-06-05 | 1 | -0/+3 |
|
|
* | Merged revisions 81701 via svnmerge from | Martin v. Löwis | 2010-06-04 | 2 | -0/+27 |
|
|