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
*
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
*
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
Neil Schemenauer
2007-09-21
1
-2/+1
*
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider
2007-09-17
3
-10/+12
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-0/+1
*
Convert code from sys.stdin.encoding to UTF-8 in
Martin v. Löwis
2007-09-04
2
-2/+4
*
Get rid of METH_OLDARGS.
Georg Brandl
2007-09-01
1
-1/+1
*
Fix a compile error on Windows.
Collin Winter
2007-08-31
1
-1/+1
*
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter
2007-08-31
2
-26/+31
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
2
-11/+2
*
Update patch level to 3.0a1. We're close enough.
Guido van Rossum
2007-08-30
1
-2/+2
*
Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but
Guido van Rossum
2007-08-29
1
-8/+13
*
PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unico...
Eric Smith
2007-08-27
1
-3/+0
*
Fix refleaks in test_unicode and test_string related to the new format code.
Neal Norwitz
2007-08-27
1
-4/+2
*
PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje...
Eric Smith
2007-08-26
1
-2/+1
[next]