| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 3501: Make heapq support both __le__ and __lt__. | Raymond Hettinger | 2008-06-06 | 1 | -11/+28 |
|
|
* | Performance improvement: Use PyDict_Get/SetItem instead of | Thomas Heller | 2008-06-06 | 1 | -3/+9 |
|
|
* | Issue #1798: Add ctypes calling convention that allows safe access of errno. | Thomas Heller | 2008-06-06 | 4 | -4/+202 |
|
|
* | Backport from py3k: Implement the new buffer interface from pep3118 | Thomas Heller | 2008-06-05 | 4 | -24/+264 |
|
|
* | MacOS X: Enable 4-way universal builds | Ronald Oussoren | 2008-06-05 | 2 | -2/+2 |
|
|
* | Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling | Thomas Heller | 2008-06-04 | 4 | -184/+4 |
|
|
* | Fix ctypes.set_errno for gcc. | Thomas Heller | 2008-06-04 | 1 | -2/+4 |
|
|
* | Issue #1798: Add ctypes calling convention that allows safe access to | Thomas Heller | 2008-06-04 | 4 | -4/+182 |
|
|
* | Change all functions that expect one unicode character to accept a pair of | Walter Dörwald | 2008-06-02 | 1 | -73/+74 |
|
|
* | Fix misspelled sys.platform name and misspelled filename. | Thomas Heller | 2008-06-02 | 1 | -1/+1 |
|
|
* | Fix issue 2782: be less strict about the format string type in strftime. | Gregory P. Smith | 2008-06-02 | 1 | -21/+25 |
|
|
* | New environment variable PYTHONIOENCODING. | Martin v. Löwis | 2008-06-01 | 1 | -0/+1 |
|
|
* | Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-A... | Gerhard Häring | 2008-05-31 | 2 | -15/+11 |
|
|
* | Implement heapq in terms of less-than (to match list.sort()). | Raymond Hettinger | 2008-05-31 | 1 | -14/+26 |
|
|
* | * Mark intermedidate computes values (hi, lo, yr) as volatile. | Raymond Hettinger | 2008-05-30 | 1 | -19/+31 |
|
|
* | ctypes NULL function pointers have a boolean False value now. | Thomas Heller | 2008-05-29 | 1 | -21/+21 |
|
|
* | Fix compiler warning. | Thomas Heller | 2008-05-29 | 1 | -1/+1 |
|
|
* | Fix two typos. | Raymond Hettinger | 2008-05-29 | 1 | -2/+2 |
|
|
* | Define macros so that this still compiles on Python prior to r63675. | Gregory P. Smith | 2008-05-26 | 1 | -0/+11 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 86 | -1127/+1127 |
|
|
* | Patch #1722225: Support QNX 6. | Martin v. Löwis | 2008-05-23 | 3 | -0/+10 |
|
|
* | Tweak the comments and formatting. | Raymond Hettinger | 2008-05-23 | 1 | -76/+47 |
|
|
* | Issue #2819: Add math.sum, a function that sums a sequence of floats | Mark Dickinson | 2008-05-23 | 1 | -0/+223 |
|
|
* | bsddb module updated to version 4.7.0 | Jesus Cea | 2008-05-22 | 2 | -6/+85 |
|
|
* | On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX | Thomas Heller | 2008-05-20 | 1 | -0/+1 |
|
|
* | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 2 | -8/+8 |
|
|
* | issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get | Gregory P. Smith | 2008-05-17 | 1 | -21/+22 |
|
|
* | Added Python 3.0 warning to cPickle. | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+6 |
|
|
* | #2890: support os.O_ASYNC and fcntl.FASYNC. | Georg Brandl | 2008-05-16 | 2 | -0/+8 |
|
|
* | Following Amaury's advice | Christian Heimes | 2008-05-16 | 1 | -1/+1 |
|
|
* | Fixed #2870: cmathmodule.c compile error | Christian Heimes | 2008-05-16 | 1 | -1/+1 |
|
|
* | Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. | Brett Cannon | 2008-05-16 | 1 | -0/+4 |
|
|
* | Deprecate imgfile for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+5 |
|
|
* | Deprecated 'fm' for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+5 |
|
|
* | FL, flp, and fl from IRIX have been deprecated for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+5 |
|
|
* | Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for re... | Brett Cannon | 2008-05-15 | 2 | -0/+8 |
|
|
* | Deprecate CL, CL_old, and cl for 3.0. | Brett Cannon | 2008-05-14 | 1 | -1/+5 |
|
|
* | The CD and cd modules for IRIX are deprecated for 3.0. | Brett Cannon | 2008-05-14 | 1 | -0/+4 |
|
|
* | Deprecate al/AL for removal in 3.0. | Brett Cannon | 2008-05-14 | 1 | -0/+4 |
|
|
* | bsddb module updated to version 4.6.4 | Jesus Cea | 2008-05-13 | 2 | -301/+1443 |
|
|
* | Deprecate the timing module for removal in Python 3.0. | Brett Cannon | 2008-05-12 | 1 | -0/+4 |
|
|
* | Deprecate the sv module as per PEP 4. | Brett Cannon | 2008-05-12 | 1 | -0/+4 |
|
|
* | Depreate imageop for removal in 3.0. | Brett Cannon | 2008-05-12 | 1 | -0/+5 |
|
|
* | Put Lib/lib-old back on to sys.path for module renames. | Brett Cannon | 2008-05-11 | 1 | -1/+4 |
|
|
* | #1326: document and test zipimporter.archive and zipimporter.prefix. | Georg Brandl | 2008-05-11 | 1 | -2/+9 |
|
|
* | Added module stub for copy_reg renaming in 3.0. | Alexandre Vassalotti | 2008-05-11 | 2 | -17/+17 |
|
|
* | Flesh out the 3.0 deprecation to suggest using the ctypes module. | Brett Cannon | 2008-05-11 | 1 | -1/+1 |
|
|
* | The linuxaudidev module has been deprecated for removal in Python 3.0. | Brett Cannon | 2008-05-11 | 1 | -0/+4 |
|
|
* | Deprecate the dl module for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -0/+4 |
|
|
* | Deprecate the bsddb185 module for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -0/+4 |
|
|