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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a copy&paste typo.
Marc-André Lemburg
2004-07-10
1
-1/+1
*
.encode()/.decode() patch part 2.
Marc-André Lemburg
2004-07-08
2
-0/+20
*
Allow string and unicode return types from .encode()/.decode()
Marc-André Lemburg
2004-07-08
2
-7/+119
*
Fix a couple of signed/unsigned comparison warnings
Neal Norwitz
2004-07-08
1
-1/+1
*
Remove unused macros in .c files
Neal Norwitz
2004-07-08
2
-4/+0
*
SF bug #978308, Spurious errors taking bool of dead pro
Neal Norwitz
2004-07-08
1
-1/+1
*
Make weak references subclassable:
Fred Drake
2004-07-02
2
-68/+183
*
SF Bug #215126: Over restricted type checking on eval() function
Raymond Hettinger
2004-07-02
2
-7/+10
*
sizeof(char) is 1, by definition, so get rid of that expression in
Tim Peters
2004-06-27
1
-12/+7
*
Patch #966493: Cleanup generator/eval_frame exposure.
Martin v. Löwis
2004-06-27
1
-1/+1
*
SF bug #980419: int left-shift causes memory leak
Raymond Hettinger
2004-06-26
1
-4/+26
*
Cosmetic spacing fix.
Raymond Hettinger
2004-06-25
1
-1/+1
*
Fix leak found by Eric Huss.
Raymond Hettinger
2004-06-25
1
-1/+6
*
Disabling end-of-loop code not reached warning on SunPro
Nicholas Bastin
2004-06-18
1
-0/+4
*
Fixed end-of-loop code not reached warning when using SunPro C
Nicholas Bastin
2004-06-17
3
-0/+12
*
Remove a function no longer in use.
Raymond Hettinger
2004-06-14
1
-8/+0
*
Remove unnecessary GC support. Sets cannot have cycles.
Raymond Hettinger
2004-06-13
1
-16/+7
*
* Factor out PyObject_SelfIter().
Raymond Hettinger
2004-06-12
1
-9/+3
*
Fix for bug #966623 - classes created with type() in an exec(, {}) don't
Anthony Baxter
2004-06-11
1
-0/+4
*
dump HAVE_FOPENRF stuff - obsolete
Skip Montanaro
2004-06-11
1
-26/+19
*
Futher improvements to frozenset hashing (based on Yitz Gale's battery of
Raymond Hettinger
2004-06-10
1
-8/+10
*
Fixups to the hash function for frozensets.
Raymond Hettinger
2004-06-10
1
-1/+4
*
Add a final permutation step to the tuple hash function.
Raymond Hettinger
2004-06-10
1
-0/+1
*
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis
2004-06-08
3
-13/+20
*
whoops, I wanted that commented out by default, will add doc to Misc
Neal Norwitz
2004-06-06
1
-1/+1
*
SF bug 881641, make it easier to use valgrind
Neal Norwitz
2004-06-06
1
-4/+39
*
Reword message
Andrew M. Kuchling
2004-06-05
1
-1/+1
*
Fix exception wording
Andrew M. Kuchling
2004-06-05
1
-1/+1
*
Replaced arbitrary addend in tuple_hash with one that is known to generate
Raymond Hettinger
2004-06-04
1
-1/+9
*
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang
2004-06-02
3
-425/+563
*
Patch #957398: Add public API for Generator Object/Type.
Martin v. Löwis
2004-06-01
1
-0/+129
*
SF bug #942952: Weakness in tuple hash
Raymond Hettinger
2004-06-01
1
-2/+3
*
Add weakref support to array.array and file objects.
Raymond Hettinger
2004-05-31
1
-2/+5
*
Make sets and deques weak referencable.
Raymond Hettinger
2004-05-30
1
-4/+8
*
Update docstring for dict.update() to match the new realities.
Walter Dörwald
2004-05-28
1
-1/+2
*
Remove float_compare as per
Michael W. Hudson
2004-05-26
1
-9/+1
*
SF bug #952866: "can't multiply sequence *by* non-int"
Raymond Hettinger
2004-05-12
1
-1/+1
*
Nits:
Raymond Hettinger
2004-05-05
1
-16/+9
*
SF patch #947476: Apply freelist technique to lists
Raymond Hettinger
2004-05-05
1
-4/+17
*
Two new public API functions, Py_IncRef and Py_DecRef. Useful for
Thomas Heller
2004-04-22
1
-0/+12
*
* Add unittests for iterators that report their length
Raymond Hettinger
2004-04-12
3
-10/+29
*
Use Py_RETURN_NONE macro where applicable.
Raymond Hettinger
2004-04-12
1
-14/+8
*
Small refactoring saving one function() and eliminating some indirection.
Raymond Hettinger
2004-04-12
1
-11/+10
*
* Specialize ins1() into app1() for appends. Saves several unnecessary
Raymond Hettinger
2004-04-12
1
-6/+36
*
SF Patch #926375: Remove a useless UTF-16 support code that is never
Hye-Shik Chang
2004-04-06
1
-18/+3
*
Improve previous checkin to use a slot check instead of equivalent
Raymond Hettinger
2004-04-05
1
-1/+2
*
Improve accuracy of sequence and mapping checks.
Raymond Hettinger
2004-04-04
1
-2/+8
*
If a file is opened with an explicit buffer size >= 1, repeated
Andrew MacIntyre
2004-04-04
1
-0/+2
*
Get rid of gcc warning.
Hye-Shik Chang
2004-03-25
1
-1/+2
*
Correct code to advance ptr to be well-formed C.
Martin v. Löwis
2004-03-25
1
-1/+1
[next]