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
*
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
*
Use the same big-endian hack as in _ctypes/callproc.c for callback functions.
Thomas Heller
2006-06-06
1
-36/+7
*
Add a hack so that foreign functions returning float now do work on 64-bit
Thomas Heller
2006-06-06
1
-1/+6
*
BSequence_set_range(): Rev 46688 ("Fix a bunch of
Tim Peters
2006-06-06
1
-1/+1
*
Damn - the sentinel was missing. And fix another silly mistake.
Thomas Heller
2006-06-06
1
-1/+2
*
Convert CFieldObject tp_members to tp_getset, since there is no
Thomas Heller
2006-06-06
1
-11/+25
*
Fix a bunch of parameter strings
Neal Norwitz
2006-06-06
1
-7/+7
*
Remove unused variable (and stop compiler warning)
Neal Norwitz
2006-06-06
1
-1/+0
*
- bsddb: the __len__ method of a DB object has been fixed to return correct
Gregory P. Smith
2006-06-05
1
-6/+17
*
* fix DBCursor.pget() bug with keyword argument names when no data= is
Gregory P. Smith
2006-06-05
1
-4/+4
*
* add support for DBSequence objects [patch #1466734]
Gregory P. Smith
2006-06-05
1
-6/+455
*
* support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902]
Gregory P. Smith
2006-06-05
1
-0/+25
*
* support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885]
Gregory P. Smith
2006-06-05
1
-0/+68
*
Fix a potentially invalid memory access of CJKCodecs' shift-jis
Hye-Shik Chang
2006-06-05
1
-1/+2
*
fix a bug in the previous commit. don't leak empty list on error return and
Gregory P. Smith
2006-06-05
1
-4/+7
*
bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present
Gregory P. Smith
2006-06-05
1
-5/+9
*
Revert revisions:
Tim Peters
2006-06-04
1
-48/+0
*
Patch #1359618: Speed-up charmap encoder.
Martin v. Löwis
2006-06-04
1
-0/+10
*
s_methods[]: Stop compiler warnings by casting
Tim Peters
2006-06-04
1
-1/+2
*
Fixes in struct and socket from merge reviews.
Martin Blais
2006-06-04
2
-50/+51
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-04
1
-0/+48
*
"_self" is a said to be a reserved word in Watcom C 10.6. I'm
Fredrik Lundh
2006-06-03
1
-2/+2
*
[Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.
Andrew M. Kuchling
2006-06-03
1
-15/+15
*
More memory leaks from valgrind
Neal Norwitz
2006-06-02
1
-0/+4
*
Repaired error in new comment.
Tim Peters
2006-05-31
1
-4/+4
*
_range_error(): Speed and simplify (there's no real need for
Tim Peters
2006-05-31
1
-17/+19
[next]