| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #4569: Interpreter crash when mutating a memoryview with an item size l... | Antoine Pitrou | 2008-12-07 | 1 | -0/+3 |
|
|
* | Merged revisions 67511,67536-67537,67543 via svnmerge from | Georg Brandl | 2008-12-07 | 1 | -0/+20 |
|
|
* | Merged revisions 67463,67572,67576,67628 via svnmerge from | Georg Brandl | 2008-12-07 | 1 | -0/+9 |
|
|
* | Issue #4509: bugs in bytearray with exports (buffer protocol) | Antoine Pitrou | 2008-12-06 | 1 | -0/+3 |
|
|
* | issue 4483 - _dbm build failures on systems with gdbm_compat lib. | Skip Montanaro | 2008-12-06 | 1 | -0/+3 |
|
|
* | Issue #4445: save 3 bytes of memory (on average) per bytes allocation. | Mark Dickinson | 2008-12-06 | 1 | -0/+5 |
|
|
* | Fixed issue #4533: File read operation was dreadfully slow | Christian Heimes | 2008-12-05 | 1 | -0/+4 |
|
|
* | #4542: On Windows, binascii.crc32 still accepted str as binary input. | Amaury Forgeot d'Arc | 2008-12-05 | 1 | -0/+3 |
|
|
* | Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() | Amaury Forgeot d'Arc | 2008-12-05 | 1 | -0/+3 |
|
|
* | Merged revisions 67528 via svnmerge from | Fred Drake | 2008-12-04 | 1 | -0/+4 |
|
|
* | Prep for Python 3.1! | Barry Warsaw | 2008-12-03 | 1 | -1371/+2 |
|
|
* | Issue 3689: list_reverseiterator should support __length_hint__ instead of _... | Raymond Hettinger | 2008-12-02 | 1 | -0/+3 |
|
|
* | Issue #4387: binascii now refuses to accept str as binary input. | Martin v. Löwis | 2008-12-02 | 1 | -0/+2 |
|
|
* | Fix docutils parsing errors in Misc/NEWS. | Alexandre Vassalotti | 2008-12-02 | 1 | -9/+10 |
|
|
* | Issue #4073: Add 2to3 support to build_scripts, refactor that support | Martin v. Löwis | 2008-12-01 | 1 | -0/+3 |
|
|
* | Merged revisions 67449 via svnmerge from | Martin v. Löwis | 2008-11-30 | 1 | -0/+2 |
|
|
* | Issue #4407: Fix source file that caused the compileall step in Windows | Martin v. Löwis | 2008-11-30 | 1 | -0/+6 |
|
|
* | Fix more threading API related bugs: Thread.get_name() --> Thread.name. | Amaury Forgeot d'Arc | 2008-11-29 | 1 | -0/+3 |
|
|
* | #4455: IDLE failed to display the windows list when two windows have the same... | Amaury Forgeot d'Arc | 2008-11-28 | 1 | -0/+3 |
|
|
* | Forgot to update Misc/NEWS | Christian Heimes | 2008-11-28 | 1 | -0/+2 |
|
|
* | Merged revisions 67414 via svnmerge from | Christian Heimes | 2008-11-28 | 1 | -0/+3 |
|
|
* | Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type. | Thomas Heller | 2008-11-26 | 1 | -0/+3 |
|
|
* | - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. | Matthias Klose | 2008-11-26 | 1 | -0/+2 |
|
|
* | Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages. | Thomas Heller | 2008-11-26 | 1 | -0/+2 |
|
|
* | Second fix for issue #4373 | Christian Heimes | 2008-11-25 | 1 | -1/+2 |
|
|
* | #4373: Reference leak in the pickle module. | Amaury Forgeot d'Arc | 2008-11-25 | 1 | -0/+2 |
|
|
* | dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the | Brett Cannon | 2008-11-25 | 1 | -0/+6 |
|
|
* | dbm.dumb was opening files without specifying the encoding. Caused problem on | Brett Cannon | 2008-11-24 | 1 | -0/+3 |
|
|
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -0/+10 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 1 | -0/+2 |
|
|
* | #4383: UnboundLocalError when IDLE cannot connect to its subprocess. | Amaury Forgeot d'Arc | 2008-11-21 | 1 | -0/+3 |
|
|
* | post-3.0rc3 | Barry Warsaw | 2008-11-21 | 1 | -2/+14 |
|
|
* | Bump to 3.0rc3v3.0rc3 | Barry Warsaw | 2008-11-21 | 1 | -1/+1 |
|
|
* | Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and | Brett Cannon | 2008-11-21 | 1 | -1/+4 |
|
|
* | #4338: Fix the distutils "setup.py upload" command. | Amaury Forgeot d'Arc | 2008-11-20 | 1 | -0/+2 |
|
|
* | Issue #4354: Fix distutils register command. | Martin v. Löwis | 2008-11-20 | 1 | -0/+2 |
|
|
* | Merged revisions 67283 via svnmerge from | Martin v. Löwis | 2008-11-19 | 1 | -0/+2 |
|
|
* | Merged revisions 67279 via svnmerge from | Martin v. Löwis | 2008-11-19 | 1 | -0/+2 |
|
|
* | fix the Makefile so it doesn't pollute sys.path | Benjamin Peterson | 2008-11-18 | 1 | -0/+3 |
|
|
* | Issue #3327: Don't overallocate in the modules_by_index list. | Martin v. Löwis | 2008-11-17 | 1 | -0/+2 |
|
|
* | Issue #1721812: Binary operations and copy operations on set/frozenset | Raymond Hettinger | 2008-11-16 | 1 | -0/+5 |
|
|
* | Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to | Mark Dickinson | 2008-11-12 | 1 | -0/+4 |
|
|
* | change the named tuple returned by inspect.getfullargspec to have a 'kwonlyde... | Benjamin Peterson | 2008-11-12 | 1 | -0/+3 |
|
|
* | #3705: Command-line arguments were not correctly decoded when the | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -0/+3 |
|
|
* | #4298: pickle.load() can segfault on invalid or truncated input. | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -1/+3 |
|
|
* | fix the socketserver demo code for py3k | Benjamin Peterson | 2008-11-08 | 1 | -0/+5 |
|
|
* | #4283: fix left-over iteritems() in distutils. | Georg Brandl | 2008-11-08 | 1 | -0/+2 |
|
|
* | Merged revisions 67149 via svnmerge from | Martin v. Löwis | 2008-11-07 | 1 | -0/+5 |
|
|
* | name the release | Benjamin Peterson | 2008-11-07 | 1 | -2/+3 |
|
|
* | post release cleanup | Barry Warsaw | 2008-11-07 | 1 | -0/+12 |
|
|