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
*
Fix bug introduced in revision 58385. Database keys could no longer
Gregory P. Smith
2007-11-01
1
-1/+7
*
Fix some compiler warnings for signed comparisons on Unix and Windows.
Neal Norwitz
2007-10-31
1
-2/+2
*
ffi_type_longdouble may be already #defined.
Thomas Heller
2007-10-25
1
-2/+4
*
Add phuang patch from Issue 708374 which adds offset parameter to mmap module.
Travis E. Oliphant
2007-10-23
1
-34/+75
*
Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.
Thomas Heller
2007-10-19
1
-6/+10
*
Get this module to compile with bsddb versions prior to 4.3
Neal Norwitz
2007-10-12
1
-0/+2
*
Fix Coverity 168: Close the file before returning (exiting).
Neal Norwitz
2007-10-12
1
-0/+1
*
Get rid of compiler warning about retval being used (returned) without
Neal Norwitz
2007-10-12
1
-1/+1
*
Get rid of warnings on a bunch of platforms by using a proper prototype.
Neal Norwitz
2007-10-12
7
-18/+18
*
Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbo...
Raymond Hettinger
2007-10-10
1
-10/+26
*
Fix a double free when positioning a database cursor to a non-existant
Gregory P. Smith
2007-10-09
1
-1/+13
*
Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API
Gregory P. Smith
2007-10-09
2
-188/+263
*
Stab in the dark attempt to fix the test_bsddb3 failure on sparc and S-390
Gregory P. Smith
2007-10-06
1
-1/+7
*
Restore BEGIN/END THREADS macros which were squashed in the previous checkin
Raymond Hettinger
2007-10-05
1
-5/+21
*
Fix Coverity #159.
Neal Norwitz
2007-10-05
1
-1/+1
*
dict could be NULL, so we need to XDECREF.
Neal Norwitz
2007-10-05
1
-2/+2
*
Add __asdict__() to NamedTuple and refine the docs.
Raymond Hettinger
2007-10-05
1
-85/+101
*
itertools.count() no longer limited to sys.maxint.
Raymond Hettinger
2007-10-04
1
-9/+70
*
issue1597011: Fix for bz2 module corner-case error due to error checking bug.
Sean Reifscheider
2007-09-17
1
-23/+17
*
Add a bunch of GIL release/acquire points in tp_print implementations and for
Brett Cannon
2007-09-17
1
-1/+18
*
Add support for asyncore server-side SSL support. This requires
Bill Janssen
2007-09-16
1
-49/+4
*
Patch # 1140 (my code, approved by Effbot).
Guido van Rossum
2007-09-10
1
-17/+8
*
More work on SSL support.
Bill Janssen
2007-09-10
1
-131/+672
*
Change socket.error to inherit from IOError rather than being a stand
Gregory P. Smith
2007-09-09
1
-1/+2
*
email address update
Gregory P. Smith
2007-09-09
5
-8/+8
*
Remove unneeded #include.
Thomas Heller
2007-09-07
1
-1/+0
*
Add a 'c_longdouble' type to the ctypes module.
Thomas Heller
2007-09-07
5
-1/+69
*
Patch #1733973 by peaker:
Armin Rigo
2007-09-06
1
-2/+14
*
Patch #786737: Allow building in a tree of symlinks pointing to
Martin v. Löwis
2007-09-05
1
-1/+1
*
SSL certificate distinguished names should be represented by tuples
Bill Janssen
2007-09-05
1
-10/+15
*
- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
Matthias Klose
2007-09-04
2
-2/+2
*
Patch #1388440: Add set_completion_display_matches_hook and
Martin v. Löwis
2007-09-04
1
-0/+77
*
Document that we rely on the OS to release the crypto
Martin v. Löwis
2007-09-04
1
-0/+2
*
Somewhat-preliminary slice-object and extended slicing support for ctypes.
Thomas Wouters
2007-08-30
1
-2/+305
*
Improve extended slicing support in builtin types and classes. Specifically:
Thomas Wouters
2007-08-28
2
-93/+287
*
> Some of the code sets the error string in this directly before
Guido van Rossum
2007-08-27
1
-88/+110
*
Fix a few more variables to try to get this to compile with Visual Studio.
Neal Norwitz
2007-08-25
1
-2/+3
*
Try to get this to build with Visual Studio by moving all the variable
Neal Norwitz
2007-08-25
1
-17/+24
*
Server-side SSL and certificate validation, by Bill Janssen.
Guido van Rossum
2007-08-25
1
-91/+386
*
Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...
Nick Coghlan
2007-08-25
1
-5/+4
*
Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.
Hye-Shik Chang
2007-08-20
1
-7/+104
*
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
Walter Dörwald
2007-08-17
1
-0/+204
*
Fix memory leak in os.readlink
Neal Norwitz
2007-08-12
1
-2/+6
*
Backport r56875 from py3k; double LEAVE_PYTHON when AsString() fails
Guido van Rossum
2007-08-09
1
-1/+3
*
Fix compilation warning.
Georg Brandl
2007-08-08
1
-1/+1
*
Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...
Georg Brandl
2007-08-08
1
-2/+5
*
Fix gb18030 codec's bug that doesn't map two-byte characters on
Hye-Shik Chang
2007-08-04
1
-0/+1
*
Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot
Martin v. Löwis
2007-07-28
1
-16/+11
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
59
-548/+440
*
Document that codecs.lookup() returns a CodecInfo object.
Walter Dörwald
2007-07-19
1
-4/+5
[next]