index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn().
Neal Norwitz
2006-07-30
1
-4/+6
*
Tweak wording
Andrew M. Kuchling
2006-07-29
1
-1/+1
*
Patch #1529514: More openbsd platforms for ctypes.
Thomas Heller
2006-07-28
2
-84/+58
*
Remove a useless XXX comment.
Thomas Heller
2006-07-28
1
-7/+7
*
Fix spelling.
Georg Brandl
2006-07-28
4
-4/+4
*
Allow socketmodule to compile on NetBSD -current, whose bluetooth API
Matt Fleming
2006-07-28
1
-0/+8
*
- pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
Gregory P. Smith
2006-07-28
1
-3/+3
*
defdict_reduce(): Plug leaks.
Tim Peters
2006-07-28
1
-10/+11
*
Patch #1520294: Support for getset and member descriptors in types.py,
Barry Warsaw
2006-07-27
2
-0/+98
*
No functional change. Add comment and assert to describe why there cannot be...
Neal Norwitz
2006-07-27
1
-2/+9
*
Correct error message
Andrew M. Kuchling
2006-07-26
1
-1/+1
*
[Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of ...
Andrew M. Kuchling
2006-07-26
1
-2/+5
*
Part of bug #1523610: fix miscalculation of buffer length.
Georg Brandl
2006-07-26
1
-0/+11
*
Bug #1524310: Properly report errors from FindNextFile in os.listdir.
Martin v. Löwis
2006-07-24
1
-0/+17
*
Ensure we don't write beyond errText. I think I got this right, but
Neal Norwitz
2006-07-23
1
-10/+19
*
nextlink can be NULL if teedataobject_new fails, so use XINCREF.
Neal Norwitz
2006-07-23
1
-2/+8
*
Fix memory leaks spotted by Klocwork #37.
Neal Norwitz
2006-07-23
1
-2/+2
*
Check the allocation of b_objects and return if there was a failure.
Neal Norwitz
2006-07-23
1
-2/+11
*
Fix more memory allocation issues found with failmalloc.
Neal Norwitz
2006-07-22
2
-12/+29
*
Remove an XXX marker in a comment.
Brett Cannon
2006-07-21
1
-1/+1
*
Make sure the _ctypes extension can be compiled when WITH_THREAD is
Thomas Heller
2006-07-19
2
-0/+6
*
Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds
Brett Cannon
2006-07-18
1
-4/+28
*
Fix memory leaks in some conditions.
Neal Norwitz
2006-07-16
1
-9/+11
*
proto was dereffed above and is known to be good. No need for X.
Neal Norwitz
2006-07-16
1
-1/+1
*
self is dereffed (and passed as first arg), so it's known to be good.
Neal Norwitz
2006-07-16
1
-2/+2
*
Patch #1521817: The index range checking on ctypes arrays containing
Thomas Heller
2006-07-14
1
-10/+8
*
Make the prototypes of our private PyUnicode_FromWideChar and
Thomas Heller
2006-07-14
2
-5/+6
*
A misspelled preprocessor symbol caused ctypes to be always compiled
Thomas Heller
2006-07-13
3
-11/+11
*
Accept long options "--help" and "--version".
Georg Brandl
2006-07-12
1
-3/+4
*
Fix function name in error msg
Neal Norwitz
2006-07-12
1
-1/+1
*
Change the ctypes version number to 1.0.0.
Thomas Heller
2006-07-11
1
-1/+1
*
#1494314: Fix a regression with high-numbered sockets in 2.4.3. This
Anthony Baxter
2006-07-11
2
-17/+72
*
Assigning None to pointer type structure fields possible overwrote
Thomas Heller
2006-07-10
1
-1/+1
*
Fixed a segfault when ctypes.wintypes were imported on
Thomas Heller
2006-07-10
1
-2/+9
*
Fix bug #1518190: accept any integer or long value in the
Thomas Heller
2006-07-10
1
-8/+19
*
Patch #1516912: improve Modules support for OpenVMS.
Neal Norwitz
2006-07-10
8
-63/+152
*
Patch #1517790: It is now possible to use custom objects in the ctypes
Thomas Heller
2006-07-06
1
-3/+2
*
Revert the change done in svn revision 47206:
Thomas Heller
2006-07-06
1
-14/+0
*
- back out Expat change; the final fix to Expat will be different
Fred Drake
2006-07-06
2
-3/+31
*
Fix the bitfield test when _ctypes is compiled with MingW. Structures
Thomas Heller
2006-07-05
1
-2/+2
*
Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a number
Ronald Oussoren
2006-07-04
2
-84/+116
*
Fix build problems with the platform SDK on windows. It is not sufficient to...
Kristján Valur Jónsson
2006-07-03
1
-1/+1
*
Add a new function uses_seh() to the _ctypes extension module. This
Thomas Heller
2006-07-03
1
-0/+14
*
Fixes so that _ctypes can be compiled with the MingW compiler.
Thomas Heller
2006-07-03
2
-6/+4
*
Cleanup: Remove commented out code.
Thomas Heller
2006-07-03
1
-22/+1
*
Correct arithmetic in access on Win32. Fixes #1513646.
Martin v. Löwis
2006-07-02
1
-1/+1
*
The sqlite3 module did cut off data from the SQLite database at the first null
Gerhard Häring
2006-07-02
2
-3/+4
*
SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data
Fred Drake
2006-07-01
1
-0/+2
*
Remove now-unused fidding with PY_FORMAT_SIZE_T.
Tim Peters
2006-06-30
1
-4/+0
*
Revert the use of PY_FORMAT_SIZE_T in PyErr_Format.
Thomas Heller
2006-06-30
1
-1/+5
[prev]
[next]