| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of __context__, per the latest changes to PEP 343 and python-dev | Guido van Rossum | 2006-05-02 | 1 | -9/+0 |
|
|
* | Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1. | Neal Norwitz | 2006-05-02 | 3 | -8/+8 |
|
|
* | Work around deadlock risk. Will backport. | Martin v. Löwis | 2006-05-01 | 1 | -3/+15 |
|
|
* | Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. | Georg Brandl | 2006-04-30 | 1 | -1/+3 |
|
|
* | Further changes for #1471883: Edit Misc/NEWS, and | Martin v. Löwis | 2006-04-29 | 1 | -0/+19 |
|
|
* | Bug #1478429: make datetime.datetime.fromtimestamp accept every float, | Georg Brandl | 2006-04-28 | 1 | -0/+7 |
|
|
* | Fix some warnings on Mac OS X 10.4 | Neal Norwitz | 2006-04-28 | 1 | -0/+4 |
|
|
* | Fix build on MIPS for libffi. I haven't tested this yet because I | Hye-Shik Chang | 2006-04-26 | 3 | -2/+13 |
|
|
* | Patch from Aldo Cortesi (OpenBSD buildbot owner). | Neal Norwitz | 2006-04-26 | 1 | -7/+14 |
|
|
* | Fix compiler warnings on Darwin. | Thomas Heller | 2006-04-25 | 1 | -5/+5 |
|
|
* | Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses | Thomas Wouters | 2006-04-25 | 1 | -0/+4 |
|
|
* | Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and | Thomas Wouters | 2006-04-25 | 1 | -0/+16 |
|
|
* | SF bug/patch #1433877: string parameter to ioctl not null terminated | Thomas Wouters | 2006-04-25 | 1 | -5/+10 |
|
|
* | Updated the sqlite3 module to the external pysqlite 2.2.2 version. | Gerhard Häring | 2006-04-23 | 15 | -262/+229 |
|
|
* | Patch 1471761 - test for broken poll at runtime | Ronald Oussoren | 2006-04-23 | 1 | -17/+66 |
|
|
* | Patch 1471925 - Weak linking support for OSX | Ronald Oussoren | 2006-04-23 | 3 | -2/+98 |
|
|
* | Fix more ssize_t issues. | Martin v. Löwis | 2006-04-22 | 2 | -4/+4 |
|
|
* | Fix more ssize_t problems. | Martin v. Löwis | 2006-04-22 | 3 | -8/+16 |
|
|
* | Fix comment typo | Andrew M. Kuchling | 2006-04-22 | 1 | -1/+1 |
|
|
* | Merge in changes from ctypes 0.9.9.6 upstream version. | Thomas Heller | 2006-04-21 | 9 | -99/+297 |
|
|
* | Backport p3yk r45619: | Hye-Shik Chang | 2006-04-21 | 1 | -4/+28 |
|
|
* | This is a long-ago patch I submitted to SF (1100924) to time the gc passes. | Skip Montanaro | 2006-04-21 | 1 | -0/+29 |
|
|
* | Address issues brought up by MvL on python-checkins. | Neal Norwitz | 2006-04-20 | 1 | -4/+4 |
|
|
* | Whitespace, fix indentation | Neal Norwitz | 2006-04-20 | 1 | -2/+1 |
|
|
* | Correct implementation and documentation of os.confstr. Add a simple test | Skip Montanaro | 2006-04-20 | 1 | -6/+9 |
|
|
* | SF Patch #1062014: AF_UNIX sockets under Linux have a special | Armin Rigo | 2006-04-19 | 1 | -6/+31 |
|
|
* | Rename remaining StgDictObject's ffi_type fields to ffi_type_pointer. | Thomas Heller | 2006-04-18 | 1 | -3/+3 |
|
|
* | C++ compiler cleanup: the typical few casts, and ... C++ didn't like that | Skip Montanaro | 2006-04-18 | 6 | -37/+42 |
|
|
* | C++ compiler cleanup: a cast here, a cast there... still does not compile und... | Skip Montanaro | 2006-04-18 | 1 | -3/+4 |
|
|
* | C++ compiler cleanup: "typename" is a C++ keyword | Skip Montanaro | 2006-04-18 | 1 | -11/+11 |
|
|
* | Fix refcounting. | Thomas Heller | 2006-04-18 | 1 | -0/+2 |
|
|
* | C++ compiler cleanup: proper casts | Skip Montanaro | 2006-04-18 | 1 | -2/+2 |
|
|
* | correct function signature | Skip Montanaro | 2006-04-18 | 1 | -1/+1 |
|
|
* | reset errno before calling confstr - use confstr() doc to simplify checks aft... | Skip Montanaro | 2006-04-18 | 1 | -7/+9 |
|
|
* | Remove unused field | Neal Norwitz | 2006-04-17 | 1 | -1/+0 |
|
|
* | No reason to export get_decomp_record, make static | Neal Norwitz | 2006-04-17 | 1 | -1/+1 |
|
|
* | Initialize structseq types only once. | Martin v. Löwis | 2006-04-16 | 7 | -17/+48 |
|
|
* | Fix valgrind problem with invalid memory read | Neal Norwitz | 2006-04-16 | 1 | -2/+1 |
|
|
* | Fix memory leak | Neal Norwitz | 2006-04-16 | 1 | -1/+5 |
|
|
* | err is no longer used | Neal Norwitz | 2006-04-16 | 1 | -1/+1 |
|
|
* | Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to | Thomas Wouters | 2006-04-15 | 1 | -0/+1 |
|
|
* | Use Py_VISIT in all tp_traverse methods, instead of traversing manually or | Thomas Wouters | 2006-04-15 | 6 | -74/+38 |
|
|
* | Fix for FreeBSD. Fixes http://python.org/sf/1470353. | Thomas Heller | 2006-04-15 | 1 | -2/+2 |
|
|
* | Remove partial change (don't edit, commit and think at the same time :P) | Thomas Wouters | 2006-04-15 | 1 | -1/+0 |
|
|
* | Re-instate backward compatibility by defining Py_CLEAR if it isn't | Thomas Wouters | 2006-04-15 | 1 | -0/+14 |
|
|
* | Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, for | Thomas Wouters | 2006-04-15 | 4 | -37/+24 |
|
|
* | Patch #1191065: Fix preprocessor problems on systems where recvfrom | Martin v. Löwis | 2006-04-15 | 1 | -6/+8 |
|
|
* | Coverity-found bug: datetime_strptime() failed to check for NULL return from | Thomas Wouters | 2006-04-14 | 1 | -0/+4 |
|
|
* | Patch #1470300: Port _hotshot to QNX4.25 port. | Martin v. Löwis | 2006-04-14 | 1 | -2/+2 |
|
|
* | Patch #1324762: Change --with-cxx to --with-cxx-main. | Martin v. Löwis | 2006-04-14 | 1 | -11/+0 |
|
|