summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Patch #1492356: Port to Windows CE (patch set 1).Martin v. Löwis2006-05-224-110/+115
* Patch #1490224: set time.altzone correctly on Cygwin.Georg Brandl2006-05-171-1/+1
* Fix typo in os.utime docstring (patch #1490189)Georg Brandl2006-05-171-1/+1
* PyZlib_copy(), PyZlib_uncopy(): Repair leaks on the normal-case path.Tim Peters2006-05-171-5/+9
* Patch #1435422: zlib's compress and decompress objects now have aGeorg Brandl2006-05-161-0/+102
* - Test for sys/statvfs.h before including it, as statvfs is presentMartin v. Löwis2006-05-161-5/+5
* Fix memory leak.Martin v. Löwis2006-05-151-0/+1
* Remove lie in new comment.Tim Peters2006-05-131-3/+1
* Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatVTim Peters2006-05-131-4/+43
* Fix alignment error on Itanium.Martin v. Löwis2006-05-121-3/+6
* Dynamically allocate path name buffer for UnicodeMartin v. Löwis2006-05-121-17/+28
* Don't mask a no memory error with a less meaningful one as discussed on pytho...Neal Norwitz2006-05-111-3/+1
* Fix problems found by Coverity.Neal Norwitz2006-05-103-4/+8
* Add missing PyMem_Free.Martin v. Löwis2006-05-081-0/+1
* Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API.Martin v. Löwis2006-05-061-52/+193
* Clean up.Thomas Heller2006-05-051-6/+1
* Export the 'free' standard C function for use in the test suite.Thomas Heller2006-05-051-0/+5
* Drop now-unnecessary arguments to posix_2str.Martin v. Löwis2006-05-041-3/+3
* Implement os.{chdir,rename,rmdir,remove} using Win32 directly.Martin v. Löwis2006-05-041-93/+156
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-021-9/+0
* Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1.Neal Norwitz2006-05-023-8/+8
* Work around deadlock risk. Will backport.Martin v. Löwis2006-05-011-3/+15
* Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0.Georg Brandl2006-04-301-1/+3
* Further changes for #1471883: Edit Misc/NEWS, andMartin v. Löwis2006-04-291-0/+19
* Bug #1478429: make datetime.datetime.fromtimestamp accept every float,Georg Brandl2006-04-281-0/+7
* Fix some warnings on Mac OS X 10.4Neal Norwitz2006-04-281-0/+4
* Fix build on MIPS for libffi. I haven't tested this yet because IHye-Shik Chang2006-04-263-2/+13
* Patch from Aldo Cortesi (OpenBSD buildbot owner).Neal Norwitz2006-04-261-7/+14
* Fix compiler warnings on Darwin.Thomas Heller2006-04-251-5/+5
* Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python usesThomas Wouters2006-04-251-0/+4
* Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 andThomas Wouters2006-04-251-0/+16
* SF bug/patch #1433877: string parameter to ioctl not null terminatedThomas Wouters2006-04-251-5/+10
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-2315-262/+229
* Patch 1471761 - test for broken poll at runtimeRonald Oussoren2006-04-231-17/+66
* Patch 1471925 - Weak linking support for OSXRonald Oussoren2006-04-233-2/+98
* Fix more ssize_t issues.Martin v. Löwis2006-04-222-4/+4
* Fix more ssize_t problems.Martin v. Löwis2006-04-223-8/+16
* Fix comment typoAndrew M. Kuchling2006-04-221-1/+1
* Merge in changes from ctypes 0.9.9.6 upstream version.Thomas Heller2006-04-219-99/+297
* Backport p3yk r45619:Hye-Shik Chang2006-04-211-4/+28
* This is a long-ago patch I submitted to SF (1100924) to time the gc passes.Skip Montanaro2006-04-211-0/+29
* Address issues brought up by MvL on python-checkins.Neal Norwitz2006-04-201-4/+4
* Whitespace, fix indentationNeal Norwitz2006-04-201-2/+1
* Correct implementation and documentation of os.confstr. Add a simple testSkip Montanaro2006-04-201-6/+9
* SF Patch #1062014: AF_UNIX sockets under Linux have a specialArmin Rigo2006-04-191-6/+31
* Rename remaining StgDictObject's ffi_type fields to ffi_type_pointer.Thomas Heller2006-04-181-3/+3
* C++ compiler cleanup: the typical few casts, and ... C++ didn't like thatSkip Montanaro2006-04-186-37/+42
* C++ compiler cleanup: a cast here, a cast there... still does not compile und...Skip Montanaro2006-04-181-3/+4
* C++ compiler cleanup: "typename" is a C++ keywordSkip Montanaro2006-04-181-11/+11
* Fix refcounting.Thomas Heller2006-04-181-0/+2