| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #5094: The ``datetime`` module now has a simple concrete class | Alexander Belopolsky | 2010-06-14 | 2 | -0/+9 |
|
|
* | Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" | Victor Stinner | 2010-06-13 | 1 | -0/+4 |
|
|
* | Merged revisions 81971 via svnmerge from | Mark Dickinson | 2010-06-13 | 1 | -0/+1 |
|
|
* | Merged revisions 81969 via svnmerge from | Mark Dickinson | 2010-06-13 | 1 | -0/+1 |
|
|
* | Merged revisions 81967 via svnmerge from | Mark Dickinson | 2010-06-13 | 2 | -0/+4 |
|
|
* | Added acknowlegement for Issue #3129 | Alexander Belopolsky | 2010-06-12 | 2 | -2/+3 |
|
|
* | Issue #8973: Add __all__ to struct module, so that help(struct) correctly | Mark Dickinson | 2010-06-12 | 1 | -0/+3 |
|
|
* | Merged revisions 80578 via svnmerge from | Nick Coghlan | 2010-06-12 | 2 | -0/+5 |
|
|
* | Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode | Victor Stinner | 2010-06-11 | 1 | -0/+3 |
|
|
* | Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. | Victor Stinner | 2010-06-11 | 1 | -0/+2 |
|
|
* | Issue #8966: If a ctypes structure field is an array of c_char, convert its | Victor Stinner | 2010-06-11 | 1 | -1/+4 |
|
|
* | Merged revisions 81907 via svnmerge from | Antoine Pitrou | 2010-06-11 | 1 | -0/+4 |
|
|
* | Issue #3129: Trailing digits in format string are no longer ignored. | Alexander Belopolsky | 2010-06-11 | 1 | -0/+4 |
|
|
* | Fix issue number typo. | Mark Dickinson | 2010-06-11 | 1 | -2/+2 |
|
|
* | Issue #8188: Comparisons between Decimal objects and other numeric | Mark Dickinson | 2010-06-11 | 1 | -1/+9 |
|
|
* | Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, | Mark Dickinson | 2010-06-10 | 1 | -0/+5 |
|
|
* | Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() to | Victor Stinner | 2010-06-10 | 1 | -0/+4 |
|
|
* | Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format | Victor Stinner | 2010-06-08 | 1 | -0/+7 |
|
|
* | Added myself as a maintainer of time and datetime modules. | Alexander Belopolsky | 2010-06-08 | 1 | -2/+2 |
|
|
* | Merged revisions 81834 via svnmerge from | Benjamin Peterson | 2010-06-08 | 1 | -2/+2 |
|
|
* | Add note for r81830. | Stefan Krah | 2010-06-08 | 1 | -0/+4 |
|
|
* | 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 | -0/+4 |
|
|
* | Merged revisions 81788 via svnmerge from | Tarek Ziadé | 2010-06-06 | 1 | -0/+3 |
|
|
* | Merged revisions 81756 via svnmerge from | Alexander Belopolsky | 2010-06-05 | 1 | -0/+2 |
|
|
* | Merged revisions 81701 via svnmerge from | Martin v. Löwis | 2010-06-04 | 1 | -0/+2 |
|
|
* | Merged revisions 81697 via svnmerge from | Martin v. Löwis | 2010-06-04 | 1 | -0/+2 |
|
|
* | Merged revisions 81692 via svnmerge from | Martin v. Löwis | 2010-06-04 | 1 | -1/+2 |
|
|
* | #4768: store base64 encoded email body parts as text, not binary. | R. David Murray | 2010-06-04 | 2 | -0/+4 |
|
|
* | Merged revisions 81663 via svnmerge from | Lars Gustäbel | 2010-06-03 | 1 | -0/+3 |
|
|
* | Fix Charset.body_encode to encode to output_charset before calling base64mime. | R. David Murray | 2010-06-03 | 1 | -0/+4 |
|
|
* | #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. | R. David Murray | 2010-06-01 | 2 | -0/+4 |
|
|
* | Issue #1289118: datetime.timedelta objects can now be multiplied by float | Alexander Belopolsky | 2010-05-31 | 1 | -0/+5 |
|
|
* | Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no | Victor Stinner | 2010-05-28 | 1 | -0/+3 |
|
|
* | Merged revisions 81582 via svnmerge from | Martin v. Löwis | 2010-05-28 | 1 | -0/+2 |
|
|
* | Merged revisions 81566 via svnmerge from | Alexander Belopolsky | 2010-05-27 | 1 | -0/+3 |
|
|
* | Stefan Krah was missing from Misc/ACKS in the py3k branch. | Mark Dickinson | 2010-05-27 | 1 | -0/+1 |
|
|
* | Merged revisions 81512 via svnmerge from | Mark Dickinson | 2010-05-27 | 1 | -1/+1 |
|
|
* | Issue #2844: Make int('42', n) consistently raise ValueError for | Mark Dickinson | 2010-05-26 | 1 | -0/+3 |
|
|
* | Fix issue #8806: add SSL contexts support to ftplib | Giampaolo Rodolà | 2010-05-26 | 1 | -0/+2 |
|
|
* | Fix #2810 - handle the case where some registry calls return | Brian Curtin | 2010-05-26 | 1 | -0/+3 |
|
|
* | Merged revisions 81543 via svnmerge from | Victor Stinner | 2010-05-26 | 1 | -0/+2 |
|
|
* | Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and | Victor Stinner | 2010-05-25 | 1 | -0/+4 |
|
|
* | Merged revisions 81531 via svnmerge from | Martin v. Löwis | 2010-05-25 | 1 | -0/+3 |
|
|
* | Made sysconfig a script that displays useful information - #8770 | Tarek Ziadé | 2010-05-25 | 1 | -0/+3 |
|
|
* | Recorded merge of revisions 81500-81501 via svnmerge from | Victor Stinner | 2010-05-24 | 2 | -0/+4 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -0/+5 |
|
|
* | Remove duplicate NEWS entry. | Mark Dickinson | 2010-05-23 | 1 | -6/+0 |
|
|
* | #Issue 8540: Make Context._clamp attribute public in decimal module. | Mark Dickinson | 2010-05-22 | 1 | -0/+5 |
|
|
* | Merged revisions 81471-81472 via svnmerge from | Victor Stinner | 2010-05-22 | 1 | -2/+3 |
|
|