| Commit message (Expand) | Author | Age | Files | Lines |
* | #9064: accept number of frames for "up" and "down" commands in pdb. | Georg Brandl | 2010-06-27 | 1 | -0/+2 |
|
|
* | Having CFLAGS come before OPT prevents silencing certain classes of warnings | Brett Cannon | 2010-06-26 | 1 | -0/+2 |
|
|
* | only take into account positional arguments count in related error messages | Benjamin Peterson | 2010-06-25 | 1 | -0/+2 |
|
|
* | #9018: os.path.normcase() now raises a TypeError if the argument is not str o... | Ezio Melotti | 2010-06-25 | 1 | -0/+3 |
|
|
* | Merged revisions 82210 via svnmerge from | Antoine Pitrou | 2010-06-25 | 1 | -0/+3 |
|
|
* | Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use | Victor Stinner | 2010-06-25 | 1 | -0/+3 |
|
|
* | Issue #8682: The ssl module now temporary increments the reference count of | Antoine Pitrou | 2010-06-24 | 1 | -0/+4 |
|
|
* | Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes | Victor Stinner | 2010-06-24 | 1 | -0/+3 |
|
|
* | Merged revisions 82157 via svnmerge from | Benjamin Peterson | 2010-06-22 | 1 | -0/+2 |
|
|
* | Merged revisions 82130 via svnmerge from | Benjamin Peterson | 2010-06-21 | 1 | -0/+2 |
|
|
* | Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. | Alexander Belopolsky | 2010-06-21 | 1 | -0/+5 |
|
|
* | Revert r82089. Commit was intended for a branch. | Jean-Paul Calderone | 2010-06-19 | 1 | -5/+0 |
|
|
* | merge forward from the python 2.x branch | Jean-Paul Calderone | 2010-06-19 | 1 | -0/+5 |
|
|
* | Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthori... | Senthil Kumaran | 2010-06-18 | 1 | -0/+4 |
|
|
* | Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc | Victor Stinner | 2010-06-17 | 1 | -1/+2 |
|
|
* | Issue #6543: Write the traceback in the terminal encoding instead of utf-8. | Victor Stinner | 2010-06-17 | 1 | -0/+3 |
|
|
* | Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. | Victor Stinner | 2010-06-17 | 1 | -0/+2 |
|
|
* | Issue #6641: The datetime.strptime method now supports the %z directive. | Alexander Belopolsky | 2010-06-17 | 1 | -0/+8 |
|
|
* | Issue #9011: Remove buggy and unnecessary ST->AST compilation code | Mark Dickinson | 2010-06-17 | 1 | -0/+5 |
|
|
* | Merged revisions 82039 via svnmerge from | R. David Murray | 2010-06-17 | 1 | -0/+3 |
|
|
* | Issue #850997: Oops, I forgot the author of the patch: Mark Hammond | Victor Stinner | 2010-06-16 | 1 | -1/+1 |
|
|
* | Issue #850997: mbcs encoding (Windows only) handles errors argument: strict | Victor Stinner | 2010-06-16 | 1 | -0/+5 |
|
|
* | Merged revisions 81675 via svnmerge from | R. David Murray | 2010-06-16 | 1 | -0/+3 |
|
|
* | 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 |
|
|