summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* otherset is known to be non-NULL based on checks before and DECREF after.Neal Norwitz2006-07-171-2/+2
* Stop INCREFing name, then checking if it's NULL. name (f_name) should neverNeal Norwitz2006-07-171-3/+6
* PyFunction_SetDefaults() is documented as taking None or a tuple.Neal Norwitz2006-07-161-2/+2
* Handle a NULL name properly.Neal Norwitz2006-07-161-3/+3
* Use sizeof(buffer) instead of duplicating the constants to ensure they won'tNeal Norwitz2006-07-161-7/+7
* Fix memory leak under some conditions.Neal Norwitz2006-07-161-7/+9
* Fix memory leaks in some conditions.Neal Norwitz2006-07-161-9/+11
* proto was dereffed above and is known to be good. No need for X.Neal Norwitz2006-07-161-1/+1
* self is dereffed (and passed as first arg), so it's known to be good.Neal Norwitz2006-07-161-2/+2
* a & b were dereffed above, so they are known to be valid pointers.Neal Norwitz2006-07-161-3/+2
* Bug #1512814, Fix incorrect lineno's when code within a functionNeal Norwitz2006-07-163-5/+33
* clean up some link markupFred Drake2006-07-161-2/+2
* Patch #1220874: Update the binhex module for Mach-O.Bob Ippolito2006-07-152-16/+11
* Bug #15187702 : ext/win-cookbook.html has a broken link to distutilsGeorge Yoshida2006-07-151-5/+7
* typoFredrik Lundh2006-07-141-1/+1
* Updates for the ctypes documentation.Thomas Heller2006-07-141-37/+27
* Patch #1521817: The index range checking on ctypes arrays containingThomas Heller2006-07-143-75/+12
* Make the prototypes of our private PyUnicode_FromWideChar andThomas Heller2006-07-142-5/+6
* Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode.Peter Astrand2006-07-144-13/+21
* Mention new optionsAndrew M. Kuchling2006-07-141-0/+5
* Fix Debug build of _ssl.Martin v. Löwis2006-07-143-10/+15
* Add debug output to analyse buildbot failure.Martin v. Löwis2006-07-141-0/+1
* Extend build_ssl to Win64, using VSExtComp.Martin v. Löwis2006-07-145-45/+78
* Try to improve grammar further.Neal Norwitz2006-07-141-1/+1
* Patch #1521874: grammar errors in doanddont.tex.Georg Brandl2006-07-141-2/+3
* Typo fixAndrew M. Kuchling2006-07-131-1/+1
* Fix misleading words.Thomas Heller2006-07-131-1/+1
* Fix #1521375. When running with root priviledges, 'gcc -o /dev/null'Thomas Heller2006-07-132-1/+13
* A misspelled preprocessor symbol caused ctypes to be always compiledThomas Heller2006-07-134-11/+14
* Accept long options "--help" and "--version".Georg Brandl2006-07-123-7/+34
* Fix the wrong description of LibraryLoader.LoadLibrary, and documentThomas Heller2006-07-121-7/+12
* Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 toThomas Heller2006-07-122-1/+20
* Actually change the MAGIC #. Create a new section for 2.5c1 and mention the ...Neal Norwitz2006-07-122-3/+20
* Fix uninitialized memory read reported by Valgrind when running doctest.Neal Norwitz2006-07-121-0/+1
* Fix function name in error msgNeal Norwitz2006-07-121-1/+1
* Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.Neal Norwitz2006-07-124-2/+14
* Change the ctypes version number to 1.0.0.Thomas Heller2006-07-112-2/+2
* When a foreign function is retrived by calling __getitem__ on a ctypesThomas Heller2006-07-111-2/+3
* Bump version number; add sys._current_framesAndrew M. Kuchling2006-07-111-2/+8
* Add missing Py_DECREFs.Thomas Heller2006-07-111-1/+2
* Add missing Py_DECREF.Thomas Heller2006-07-111-0/+1
* Tagging for release of Python 2.5b2Anthony Baxter2006-07-111-0/+1
* Whitespace normalization.v2.5b2Tim Peters2006-07-111-1/+1
* #1494314: Fix a regression with high-numbered sockets in 2.4.3. ThisAnthony Baxter2006-07-113-17/+76
* Patch #1519566: Remove unused _tofill member.Martin v. Löwis2006-07-103-13/+28
* Whitespace normalization.Tim Peters2006-07-101-1/+1
* After approval from Anthony, merge the tim-current_framesTim Peters2006-07-106-11/+166
* Make it possible to run test_subprocess.py with Python 2.2, which lacks test_...Peter Astrand2006-07-101-3/+6
* Fix SF#1457312: bad socket error handling in distutils "upload" command.Phillip J. Eby2006-07-101-1/+1
* Fix SF#1516184 and add a test to prevent regression.Phillip J. Eby2006-07-102-12/+19