| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #1576657: when setting a KeyError for a tuple key, make sure that | Georg Brandl | 2006-10-29 | 1 | -0/+3 |
|
|
* | Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. | Georg Brandl | 2006-10-29 | 1 | -0/+2 |
|
|
* | Patch #1583880: fix tarfile's problems with long names and posix/ | Georg Brandl | 2006-10-29 | 1 | -0/+3 |
|
|
* | Bug #1586448: the compiler module now emits the same bytecode for | Georg Brandl | 2006-10-29 | 1 | -0/+4 |
|
|
* | Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and | Georg Brandl | 2006-10-29 | 1 | -0/+4 |
|
|
* | Fix bug #1565514, SystemError not raised on too many nested blocks. | Neal Norwitz | 2006-10-28 | 1 | -0/+2 |
|
|
* | Patch #1552024: add decorator support to unparse.py demo script. | Georg Brandl | 2006-10-27 | 1 | -2/+5 |
|
|
* | Modulefinder now handles absolute and relative imports, including | Thomas Heller | 2006-10-27 | 1 | -0/+5 |
|
|
* | WindowsError.str should display the windows error code, | Thomas Heller | 2006-10-27 | 1 | -0/+3 |
|
|
* | Patch #1567274: Support SMTP over TLS. | Martin v. Löwis | 2006-10-27 | 2 | -0/+3 |
|
|
* | Patch #1549049: Rewrite type conversion in structmember. | Martin v. Löwis | 2006-10-27 | 2 | -0/+4 |
|
|
* | - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that | Martin v. Löwis | 2006-10-22 | 1 | -0/+3 |
|
|
* | Add check for the PyArg_ParseTuple format, and declare | Martin v. Löwis | 2006-10-19 | 1 | -0/+3 |
|
|
* | ctypes callback functions only support 'fundamental' result types. | Thomas Heller | 2006-10-17 | 1 | -0/+4 |
|
|
* | Forward-port r52358: | Martin v. Löwis | 2006-10-17 | 1 | -0/+3 |
|
|
* | Fix turtle so that you can launch the demo2 function on its own instead of only | Brett Cannon | 2006-10-16 | 1 | -0/+4 |
|
|
* | Bug #1567666: Emulate GetFileAttributesExA for Win95. | Martin v. Löwis | 2006-10-15 | 1 | -0/+2 |
|
|
* | Patch #1576166: Support os.utime for directories on Windows NT+. | Martin v. Löwis | 2006-10-15 | 1 | -0/+2 |
|
|
* | Patch #1576954: Update VC6 build directory; remove redundant | Martin v. Löwis | 2006-10-15 | 1 | -0/+3 |
|
|
* | Update the peephole optimizer to remove more dead code (jumps after returns) | Neal Norwitz | 2006-10-14 | 1 | -0/+3 |
|
|
* | Bug #1545497: when given an explicit base, int() did ignore NULs | Georg Brandl | 2006-10-12 | 1 | -0/+3 |
|
|
* | Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode | Georg Brandl | 2006-10-12 | 1 | -0/+4 |
|
|
* | Bug #1565919: document set types in the Language Reference. | Georg Brandl | 2006-10-12 | 1 | -0/+2 |
|
|
* | Bug #813342: Start the IDLE subprocess with -Qnew if the parent | Georg Brandl | 2006-10-12 | 1 | -0/+3 |
|
|
* | Bug #1565150: Fix subsecond processing for os.utime on Windows. | Martin v. Löwis | 2006-10-09 | 1 | -0/+2 |
|
|
* | Patch #1572724: fix typo ('=' instead of '==') in _msi.c. | Georg Brandl | 2006-10-09 | 1 | -0/+2 |
|
|
* | Add news item for rev. 52211 change | Andrew M. Kuchling | 2006-10-09 | 1 | -0/+3 |
|
|
* | Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault | Hye-Shik Chang | 2006-10-08 | 1 | -0/+3 |
|
|
* | Add missing NEWS entry for rev. 52129. | Georg Brandl | 2006-10-08 | 1 | -0/+3 |
|
|
* | Add MSVC8 project files to create wininst-8.exe. | Martin v. Löwis | 2006-10-04 | 1 | -0/+2 |
|
|
* | Forward-port of r52136,52138: a review of overflow-detecting code. | Armin Rigo | 2006-10-04 | 1 | -2/+8 |
|
|
* | Fix integer negation and absolute value to not rely | Martin v. Löwis | 2006-10-04 | 1 | -0/+3 |
|
|
* | Convert test_imp over to unittest. | Brett Cannon | 2006-10-03 | 1 | -0/+2 |
|
|
* | Fix test for uintptr_t. Fixes #1568842. | Martin v. Löwis | 2006-10-02 | 1 | -0/+2 |
|
|
* | Bug #1546052: clarify that PyString_FromString(AndSize) copies the | Georg Brandl | 2006-09-30 | 1 | -0/+3 |
|
|
* | Bug #1446043: correctly raise a LookupError if an encoding name given | Georg Brandl | 2006-09-30 | 1 | -0/+3 |
|
|
* | Bug #1556784: allow format strings longer than 127 characters in | Georg Brandl | 2006-09-30 | 1 | -0/+3 |
|
|
* | Bug #1560617: in pyclbr, return full module name not only for classes, | Georg Brandl | 2006-09-30 | 1 | -0/+3 |
|
|
* | Bug #1457823: cgi.(Sv)FormContentDict's constructor now takes | Georg Brandl | 2006-09-30 | 1 | -0/+3 |
|
|
* | Bug #1566602: correct failure of posixpath unittest when $HOME ends | Georg Brandl | 2006-09-30 | 1 | -0/+3 |
|
|
* | Bug #1566663: remove obsolete example from datetime docs. | Georg Brandl | 2006-09-30 | 1 | -0/+2 |
|
|
* | Bug #1566800: make sure that EnvironmentError can be called with any | Georg Brandl | 2006-09-30 | 1 | -0/+3 |
|
|
* | Patch #1567691: super() and new.instancemethod() now don't accept | Georg Brandl | 2006-09-30 | 1 | -0/+4 |
|
|
* | Bug #1565661: in webbrowser, split() the command for the default | Georg Brandl | 2006-09-30 | 1 | -0/+3 |
|
|
* | wording change | Gregory P. Smith | 2006-09-30 | 1 | -1/+1 |
|
|
* | Add news item for rev. 51815 | Andrew M. Kuchling | 2006-09-27 | 1 | -0/+6 |
|
|
* | Make the error message for when the time data and format do not match clearer. | Brett Cannon | 2006-09-26 | 1 | -0/+3 |
|
|
* | Fix a bug in traceback.format_exception_only() that led to an error | Georg Brandl | 2006-09-24 | 1 | -0/+4 |
|
|
* | Fix a bug in the parser's future statement handling that led to "with" | Georg Brandl | 2006-09-24 | 1 | -0/+4 |
|
|
* | Fix webbrowser.BackgroundBrowser on Windows. | Georg Brandl | 2006-09-24 | 1 | -0/+3 |
|
|