| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #1530448 - fix ctypes build failure on solaris 10. | Thomas Heller | 2006-08-04 | 1 | -0/+2 |
|
|
* | On Windows, make PyErr_Warn an exported function again. | Thomas Heller | 2006-08-04 | 1 | -0/+3 |
|
|
* | Change fix for segfaulting property(), add a NEWS entry and a test. | Georg Brandl | 2006-08-04 | 1 | -0/+2 |
|
|
* | Fix the 'compiler' package to generate correct code for MAKE_CLOSURE. | Neil Schemenauer | 2006-08-04 | 1 | -0/+3 |
|
|
* | Bug #1333982: string/number constants were inappropriately stored | Neal Norwitz | 2006-08-04 | 1 | -0/+4 |
|
|
* | Bug #1191458: tracing over for loops now produces a line event | Neal Norwitz | 2006-08-04 | 1 | -1/+6 |
|
|
* | Bug #1531405, format_exception no longer raises an exception if | Neal Norwitz | 2006-08-04 | 1 | -0/+32 |
|
|
* | Correction of patch #1455898: In the mbcs decoder, set final=False | Martin v. Löwis | 2006-08-02 | 1 | -0/+3 |
|
|
* | pre-release machinations | Anthony Baxter | 2006-08-02 | 2 | -2/+2 |
|
|
* | Add some explanation about Klocwork and Coverity static analysis | Neal Norwitz | 2006-08-02 | 2 | -0/+48 |
|
|
* | Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during | Neal Norwitz | 2006-08-02 | 2 | -0/+5 |
|
|
* | _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. | Neal Norwitz | 2006-08-02 | 1 | -0/+3 |
|
|
* | This fixes bug #1527397: PythonLauncher runs scripts with the wrong working | Ronald Oussoren | 2006-08-01 | 1 | -0/+11 |
|
|
* | os.urandom no longer masks unrelated exceptions like SystemExit or | Georg Brandl | 2006-08-01 | 1 | -0/+3 |
|
|
* | Drop usage of test -e in configure as it is not portable. | Martin v. Löwis | 2006-07-30 | 1 | -0/+5 |
|
|
* | Mention Cygwin in distutils error message about a missing VS 2003. | Martin v. Löwis | 2006-07-30 | 1 | -0/+3 |
|
|
* | Base __version__ on sys.version_info, as distutils is | Martin v. Löwis | 2006-07-30 | 1 | -1/+2 |
|
|
* | Don't copy directory stat times in shutil.copytree on Windows | Martin v. Löwis | 2006-07-30 | 1 | -0/+3 |
|
|
* | Bug #1002398: The documentation for os.path.sameopenfile now correctly | Georg Brandl | 2006-07-30 | 1 | -0/+3 |
|
|
* | Bug #1515471: string.replace() accepts character buffers again. | Neal Norwitz | 2006-07-30 | 1 | -0/+2 |
|
|
* | Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). | Neal Norwitz | 2006-07-30 | 1 | -0/+4 |
|
|
* | Patch #1531113: Fix augmented assignment with yield expressions. | Neal Norwitz | 2006-07-30 | 2 | -0/+4 |
|
|
* | expunge the xmlcore changes: | Fred Drake | 2006-07-29 | 1 | -2/+6 |
|
|
* | update target version number | Fred Drake | 2006-07-29 | 1 | -2/+2 |
|
|
* | Bug #1441397: The compiler module now recognizes module and function | Georg Brandl | 2006-07-29 | 1 | -0/+3 |
|
|
* | Patch #1529514: More openbsd platforms for ctypes. | Thomas Heller | 2006-07-28 | 1 | -0/+3 |
|
|
* | Fix svn merge spew. | Phillip J. Eby | 2006-07-28 | 1 | -4/+0 |
|
|
* | Bug #1529871: The speed enhancement patch #921466 broke Python's compliance | Phillip J. Eby | 2006-07-28 | 1 | -0/+9 |
|
|
* | Patch #1529686: also run test_email_codecs with regrtest.py. | Georg Brandl | 2006-07-28 | 1 | -3/+3 |
|
|
* | Allow socketmodule to compile on NetBSD -current, whose bluetooth API | Matt Fleming | 2006-07-28 | 2 | -0/+4 |
|
|
* | - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename | Gregory P. Smith | 2006-07-28 | 1 | -0/+4 |
|
|
* | News about the repaired memory leak in defaultdict. | Tim Peters | 2006-07-28 | 1 | -0/+3 |
|
|
* | Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally | Tim Peters | 2006-07-27 | 1 | -0/+6 |
|
|
* | Patch #1520294: Support for getset and member descriptors in types.py, | Barry Warsaw | 2006-07-27 | 1 | -0/+5 |
|
|
* | Amend news entry. | Georg Brandl | 2006-07-27 | 1 | -2/+3 |
|
|
* | News for patch #1529686. | Tim Peters | 2006-07-27 | 1 | -0/+3 |
|
|
* | Bump distutils version to 2.5, as several new features | Martin v. Löwis | 2006-07-27 | 1 | -0/+2 |
|
|
* | Bug #1521947: possible bug in mystrtol.c with recent gcc. | Tim Peters | 2006-07-27 | 1 | -2/+7 |
|
|
* | Put news item in right section | Andrew M. Kuchling | 2006-07-26 | 1 | -3/+3 |
|
|
* | Minor grammar fix | Andrew M. Kuchling | 2006-07-26 | 1 | -1/+1 |
|
|
* | [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of ... | Andrew M. Kuchling | 2006-07-26 | 1 | -0/+3 |
|
|
* | Bug #978833: Really close underlying socket in _socketobject.close. | Martin v. Löwis | 2006-07-26 | 1 | -0/+2 |
|
|
* | Bug #1459963: properly capitalize HTTP header names. | Georg Brandl | 2006-07-26 | 1 | -0/+3 |
|
|
* | NEWS entry for #1525766. | Georg Brandl | 2006-07-26 | 1 | -0/+3 |
|
|
* | Hmm, only python2.x is installed, not plain python. Did that change recently? | Neal Norwitz | 2006-07-26 | 1 | -0/+4 |
|
|
* | Fix bug #1517990: IDLE keybindings on OSX | Ronald Oussoren | 2006-07-25 | 1 | -0/+9 |
|
|
* | Add comment for changes to test_ossaudiodev. | Brett Cannon | 2006-07-25 | 1 | -0/+8 |
|
|
* | Revert incomplete checkin. | Martin v. Löwis | 2006-07-25 | 1 | -2/+0 |
|
|
* | Bug #978833: Really close underlying socket in _socketobject.close. | Martin v. Löwis | 2006-07-25 | 1 | -0/+2 |
|
|
* | Bug #1525817: Don't truncate short lines in IDLE's tool tips. | Martin v. Löwis | 2006-07-25 | 1 | -0/+2 |
|
|