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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 60284-60349 via svnmerge from
Christian Heimes
2008-01-27
2
-0/+5
*
Merged revisions 60176-60209 via svnmerge from
Christian Heimes
2008-01-23
3
-2/+6
*
Merged revisions 60124-60142 via svnmerge from
Christian Heimes
2008-01-20
1
-2/+2
*
Merged revisions 59921-59932 via svnmerge from
Christian Heimes
2008-01-12
1
-0/+8
*
Merged revisions 59822-59841 via svnmerge from
Christian Heimes
2008-01-07
1
-0/+1
*
Always define Py_USING_UNICODE, 3rd party software may depend on it. A missin...
Christian Heimes
2008-01-07
1
-0/+3
*
Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...
Christian Heimes
2008-01-04
1
-5/+5
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
3
-7/+11
*
Show in the sys.version string (bot not elsewhere) that this is more
Guido van Rossum
2008-01-02
1
-1/+1
*
Merged revisions 59565-59594 via svnmerge from
Christian Heimes
2007-12-24
1
-0/+3
*
Drop _PyLong_FitsInLong. Fixes #1666.
Martin v. Löwis
2007-12-20
1
-1/+0
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
33
-79/+79
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
5
-0/+58
*
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
Christian Heimes
2007-12-11
1
-0/+18
*
Issue #1580: New free format floating point representation based on "Floating...
Christian Heimes
2007-12-10
1
-0/+4
*
Fixed issue #1564: The set implementation should special-case PyUnicode inste...
Christian Heimes
2007-12-10
1
-1/+0
*
Merged revisions 59376-59406 via svnmerge from
Christian Heimes
2007-12-08
1
-17/+4
*
Get ready for releasing 3.0a2.
Guido van Rossum
2007-12-06
1
-2/+2
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-2/+0
*
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis
2007-12-04
1
-1/+1
*
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
Guido van Rossum
2007-12-03
1
-1/+1
*
I've moved the remains of PyInt_ to the longobject.h header file and removed ...
Christian Heimes
2007-12-02
3
-47/+27
*
Changed #ifdef 0 to #if 0.
Christian Heimes
2007-12-02
1
-1/+1
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
4
-15/+18
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-2/+2
*
Merged revisions 59245-59254 via svnmerge from
Christian Heimes
2007-12-01
1
-0/+4
*
Cleanups and documentation updates related to the removal of unbound methods.
Christian Heimes
2007-11-30
1
-1/+0
*
Partial fix for bug #1306
Christian Heimes
2007-11-30
1
-0/+1
*
Added all PyTypeObjects to the appropriate header files.
Christian Heimes
2007-11-29
10
-1/+31
*
Removed the API to create unbound methods and simplified the API for bound me...
Christian Heimes
2007-11-27
1
-6/+3
*
Merged revisions 59056-59076 via svnmerge from
Christian Heimes
2007-11-20
1
-0/+7
*
Merged revisions 59005-59040 via svnmerge from
Christian Heimes
2007-11-18
1
-0/+2
*
Fixed some build issues and updated docs.
Christian Heimes
2007-11-17
1
-2/+2
*
This is roughly socket2.diff from issue 1378, with a few changes applied
Guido van Rossum
2007-11-16
1
-0/+9
*
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
Thomas Heller
2007-11-15
1
-1/+0
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
6
-98/+16
*
Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success.
Christian Heimes
2007-11-04
1
-0/+8
*
Patch 1352 (continued in issue 1329) by Christian Heimes.
Guido van Rossum
2007-10-30
1
-0/+7
*
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum
2007-10-30
1
-1/+2
*
Kill PyString_Encode(), which isn't used anywhere.
Guido van Rossum
2007-10-26
1
-18/+8
*
Issue 1267, continued.
Guido van Rossum
2007-10-22
1
-4/+1
*
Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-)
Guido van Rossum
2007-10-20
1
-1/+1
*
Patch 1267 by Christian Heimes.
Guido van Rossum
2007-10-19
1
-0/+3
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-1/+0
*
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Gregory P. Smith
2007-10-16
1
-0/+84
*
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum
2007-10-15
2
-2/+18
*
Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer i...
Travis E. Oliphant
2007-10-13
1
-10/+9
*
Fix problems with memoryview object. There is still more to do to finish PEP...
Travis E. Oliphant
2007-10-12
2
-35/+42
*
Delete bufferobject.[ch].
Guido van Rossum
2007-10-08
2
-34/+0
*
Change PyBuffer to Py_buffer to be consistent with other non-object structure...
Travis E. Oliphant
2007-09-23
3
-12/+12
[next]