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
*
- 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
*
Silence compiler warning
Neal Norwitz
2006-06-30
1
-1/+6
*
Protect the thread api calls in the _ctypes extension module within
Thomas Heller
2006-06-29
3
-1/+22
*
Fix bug #1512695: cPickle.loads could crash if it was interrupted with
Neal Norwitz
2006-06-28
1
-2/+6
*
[ 1295808 ] expat symbols should be namespaced in pyexpat
v2.5b1
Trent Mick
2006-06-19
2
-0/+128
*
Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).
Trent Mick
2006-06-19
11
-308/+363
*
Fixed a memory leak that was introduced with incorrect usage of the Python weak
Gerhard Häring
2006-06-19
2
-2/+2
*
Patch #1506645: add Python wrappers for the curses functions
Walter Dörwald
2006-06-19
1
-1/+66
*
Fix memory leak reported by valgrind while running test_subprocess
Neal Norwitz
2006-06-17
1
-0/+2
*
Speculative checkin (requires approval of Gerhard Haering)
Neal Norwitz
2006-06-15
1
-0/+2
*
- Added version checks in C code to make sure we don't trigger bugs in older
Gerhard Häring
2006-06-14
1
-4/+15
*
Patch #1455898: Incremental mode for "mbcs" codec.
Martin v. Löwis
2006-06-14
1
-5/+10
*
Merged changes from external pysqlite 2.3.0 release. Documentation updates will
Gerhard Häring
2006-06-13
4
-58/+266
*
Remove unused variable.
Brett Cannon
2006-06-13
1
-1/+0
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-13
1
-0/+58
*
Add pep-291 compatibility markers.
Thomas Heller
2006-06-12
9
-2/+37
*
Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CR...
Kristján Valur Jónsson
2006-06-12
1
-0/+8
*
Make the -m switch conform to the documentation of sys.path by behaving like ...
Nick Coghlan
2006-06-12
1
-2/+3
*
I don't know how that happend, but the entire file contents was
Thomas Heller
2006-06-12
1
-195/+0
*
Get rid of function pointer cast.
Martin v. Löwis
2006-06-12
1
-3/+3
*
Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy
Neal Norwitz
2006-06-12
1
-0/+6
*
Impl ssize_t
Neal Norwitz
2006-06-12
2
-105/+110
*
Fix some Py_ssize_t issues
Neal Norwitz
2006-06-12
3
-9/+10
*
Fix some Py_ssize_t issues
Neal Norwitz
2006-06-12
1
-5/+6
*
Cleanup Py_ssize_t a little (get rid of second #ifdef)
Neal Norwitz
2006-06-12
1
-5/+2
*
Release the GIL during COM method calls, to avoid deadlocks in
Thomas Heller
2006-06-11
1
-3/+10
*
Wrap some long lines
Neal Norwitz
2006-06-11
1
-15/+10
*
Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL.
Neal Norwitz
2006-06-11
1
-4/+2
*
Handle failure of PyMem_Realloc.
Thomas Heller
2006-06-10
1
-1/+4
*
Don't use C++ comment.
Thomas Heller
2006-06-10
1
-1/+1
*
Fix the second occurrence of the problematic printf format.
Thomas Heller
2006-06-10
1
-5/+1
*
Fix a wrong printf format.
Thomas Heller
2006-06-10
1
-6/+1
*
Upgrade to ctypes version 0.9.9.7.
Thomas Heller
2006-06-10
6
-284/+496
*
Patch #1495999: Part two of Windows CE changes.
Martin v. Löwis
2006-06-10
8
-6/+32
*
Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005.
Kristján Valur Jónsson
2006-06-09
1
-0/+2
*
Buffer objects would return the read or write buffer for a wrapped object when
Brett Cannon
2006-06-08
1
-0/+1
*
Make binascii.hexlify() use s# for its arguments instead of t# to actually
Brett Cannon
2006-06-08
1
-1/+1
*
Fix a refleak in recvfrom_into
Neal Norwitz
2006-06-08
1
-1/+1
*
Fix for foreign functions returning small structures on 64-bit big
Thomas Heller
2006-06-07
1
-1/+3
[next]