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
*
Numerous fix-ups to C API and docs. Added tests for C API.
Raymond Hettinger
2005-08-16
1
-1/+1
*
Add a C API for sets and frozensets.
Raymond Hettinger
2005-08-16
1
-0/+9
*
Change the %s format specifier for str objects so that it returns a
Neil Schemenauer
2005-08-12
1
-0/+1
*
* Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code.
Raymond Hettinger
2005-08-07
1
-1/+5
*
* set_new() doesn't need to zero the structure a second time after tp_alloc
Raymond Hettinger
2005-08-06
1
-0/+6
*
Model set.pop() after dict.popitem().
Raymond Hettinger
2005-08-02
1
-0/+4
*
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby
2005-08-02
3
-0/+3
*
* Improve code for the empty frozenset singleton:
Raymond Hettinger
2005-08-01
2
-2/+2
*
Revised the set() and frozenset() implementaion to use its own internal
Raymond Hettinger
2005-07-31
1
-13/+45
*
[ 1243081 ] repair typos
Georg Brandl
2005-07-22
1
-1/+1
*
Add comments about PyThreadState and the usage of its fields.
Brett Cannon
2005-06-25
1
-1/+5
*
This is my patch:
Michael W. Hudson
2005-06-03
1
-1/+1
*
This is my patch:
Michael W. Hudson
2005-05-27
2
-12/+18
*
Patch #1115086: support PY_LONGLONG in structmember.
Martin v. Löwis
2005-03-03
1
-0/+4
*
Patch #802188: better parser error message for non-EOL following line cont.
Martin v. Löwis
2005-03-03
1
-0/+1
*
Remove PyRange_New().
Raymond Hettinger
2004-12-03
1
-2/+0
*
post 2.4 release machinations
Anthony Baxter
2004-11-30
1
-3/+3
*
preparing for 2.4 final (wooooooo!)
Anthony Baxter
2004-11-29
1
-3/+3
*
Correct the handling of 0-termination of PyUnicode_AsWideChar()
Marc-André Lemburg
2004-11-22
1
-2/+8
*
preparing for rc1
Anthony Baxter
2004-11-15
1
-4/+4
*
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
Raymond Hettinger
2004-11-05
1
-13/+14
*
release bit
Anthony Baxter
2004-11-02
1
-2/+2
*
SF patch #1056231: typo in comment (unicodeobject.h)
Raymond Hettinger
2004-10-31
1
-1/+1
*
SF 1055820: weakref callback vs gc vs threads
Tim Peters
2004-10-30
1
-0/+20
*
Wrote down the invariants of some common objects whose structure is
Armin Rigo
2004-10-28
10
-23/+75
*
bump the version number prior to release
Fred Drake
2004-10-14
1
-3/+3
*
SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick
Tim Peters
2004-10-11
1
-0/+1
*
SF patch #1035498: -m option to run a module as a script
Raymond Hettinger
2004-10-07
1
-0/+4
*
Finalize the freelist of list objects.
Raymond Hettinger
2004-10-07
1
-0/+1
*
Introduced a Py_IS_NAN macro, which probably works on the major platforms
Tim Peters
2004-09-23
1
-2/+17
*
A static swapped_op[] array was defined in 3 different C files, & I think
Tim Peters
2004-09-23
1
-0/+5
*
Removed redundant declaration of _PyLong_NumBits().
Tim Peters
2004-09-23
1
-1/+0
*
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
Walter Dörwald
2004-09-07
1
-0/+21
*
SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes
Raymond Hettinger
2004-09-01
1
-1/+1
*
SF patch #1007189, multi-line imports, for instance:
Anthony Baxter
2004-08-31
1
-49/+53
*
onward and upward
Anthony Baxter
2004-08-31
1
-2/+2
*
SF patch 936813: fast modular exponentiation
Tim Peters
2004-08-30
1
-1/+6
*
SF patch 936813: fast modular exponentiation
Tim Peters
2004-08-29
1
-1/+1
*
Stop producing or using OverflowWarning. PEP 237 thought this would
Tim Peters
2004-08-25
1
-0/+1
*
Patch #900727: Add Py_InitializeEx to allow embedding without signals.
Martin v. Löwis
2004-08-19
1
-0/+1
*
Patch #1006003: Cygwin standard module build problems
Jason Tishler
2004-08-09
2
-3/+4
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
1
-18/+0
*
Add a workaround for a problem that UTF-8 strings can be corrupted
Hye-Shik Chang
2004-08-04
1
-0/+33
*
on to a2!
Anthony Baxter
2004-08-03
1
-2/+2
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
3
-72/+77
*
Fix typo in comment
Neal Norwitz
2004-08-01
1
-1/+1
*
* drop the unreasonable list invariant that ob_item should never come back
Armin Rigo
2004-07-29
1
-3/+1
*
Fix obscure breakage (relative to 2.3) in listsort: the test for list
Tim Peters
2004-07-29
1
-0/+3
*
Document what the members of PyListObject are used for, and the crucial
Tim Peters
2004-07-29
1
-0/+9
*
Use intptr_t/uintptr_t on Windows
Martin v. Löwis
2004-07-27
1
-0/+5
[next]