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 # 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
*
PyType_stgdict() returns a borrowed reference which must not be
Thomas Heller
2007-07-13
1
-2/+0
*
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
Thomas Heller
2007-07-13
2
-2/+2
*
Repair COMError. Since exceptions are new style classes now, setting
Thomas Heller
2007-07-13
1
-7/+13
*
Many calls to tk.call involve an arglist containing a single tuple.
Kurt B. Kaiser
2007-07-05
1
-0/+6
*
Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k"
Thomas Heller
2007-06-11
2
-13/+17
*
Patch #1733960: Allow T_LONGLONG to accept ints.
Martin v. Löwis
2007-06-09
1
-3/+27
*
Fix warnings by using proper function prototype.
Thomas Heller
2007-06-08
2
-8/+8
*
Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls.
Thomas Heller
2007-06-08
3
-11/+24
*
[ 1715718 ] x64 clean compile patch for _ctypes, by Kristj?n Valur
Thomas Heller
2007-06-08
6
-142/+158
*
Fixing changes to getbuildinfo.c that broke linux builds
Kristján Valur Jónsson
2007-06-07
1
-2/+9
*
Patch by Tim Delany (missing DECREF). SF #1731330.
Guido van Rossum
2007-06-05
1
-0/+1
*
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it
Hye-Shik Chang
2007-06-05
1
-1/+5
*
Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different
Hye-Shik Chang
2007-06-05
1
-2/+5
*
Backout the original 'fix' to 1721309 which had no effect.
Neal Norwitz
2007-06-03
1
-5/+9
*
Fix compiler warnings.
Thomas Heller
2007-05-30
1
-2/+2
*
Add -3 option to the interpreter to warn about features that are
Neal Norwitz
2007-05-23
1
-1/+6
*
Stop using METH_OLDARGS implicitly
Neal Norwitz
2007-05-22
3
-12/+12
*
Stop using METH_OLDARGS
Neal Norwitz
2007-05-22
1
-3/+3
*
Remove the rgbimg module. It has been deprecated since Python 2.5.
Brett Cannon
2007-05-20
2
-781/+0
*
Whoops, need to pay attention to those test failures.
Neal Norwitz
2007-05-19
1
-1/+1
*
Clear data so random memory does not get freed. Will backport.
Neal Norwitz
2007-05-19
1
-0/+1
[next]