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 memory error treatment correctly. Going to dsu_fail causes
Hye-Shik Chang
2003-12-10
1
-1/+1
*
Fixes and tests for various "holding pointers when arbitrary Python code
Michael W. Hudson
2003-12-04
1
-35/+46
*
- Removed FutureWarnings related to hex/oct literals and conversions
Guido van Rossum
2003-11-29
3
-64/+50
*
Make sure the list.sort's decorate step unwinds itself before returning
Raymond Hettinger
2003-11-28
1
-2/+9
*
Add optional fillchar argument to ljust(), rjust(), and center() string methods.
Raymond Hettinger
2003-11-26
2
-26/+63
*
Expose dict_contains() and PyDict_Contains() with is about 10% faster
Raymond Hettinger
2003-11-25
2
-12/+13
*
Factor out more duplicate code.
Raymond Hettinger
2003-11-24
1
-77/+51
*
Stop GCC warning about int literal that's so long that it becomes an
Guido van Rossum
2003-11-24
1
-1/+1
*
* Checkin remaining documentation
Raymond Hettinger
2003-11-24
1
-137/+148
*
* Simplify hash function and add test to show effectiveness of the hash
Raymond Hettinger
2003-11-23
1
-14/+26
*
- When method objects have an attribute that can be satisfied either
Guido van Rossum
2003-11-22
1
-28/+30
*
Extend temporary hashability to remove() and discard().
Raymond Hettinger
2003-11-22
1
-11/+52
*
Allow temporary hashability for the __contains__ test.
Raymond Hettinger
2003-11-21
1
-1/+17
*
issubset() and issuperset() to work with general iterables
Raymond Hettinger
2003-11-21
1
-5/+15
*
Three minor performance improvements:
Raymond Hettinger
2003-11-20
1
-12/+41
*
SF bug 839548: Bug in type's GC handling causes segfaults.
Tim Peters
2003-11-20
1
-4/+30
*
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen
2003-11-20
2
-5/+1
*
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Jack Jansen
2003-11-19
1
-28/+0
*
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen
2003-11-19
1
-8/+0
*
Implement straightforward suggestions from gcc warnings (remove unused
Guido van Rossum
2003-11-18
1
-3/+2
*
Use PySequence_Contains() instead of direct access macro.
Raymond Hettinger
2003-11-18
1
-11/+5
*
Various fixups (most suggested by Armin Rigo).
Raymond Hettinger
2003-11-17
1
-40/+66
*
Fix output spacing typo
Raymond Hettinger
2003-11-16
1
-1/+1
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-0/+1073
*
subtype_dealloc(): Simplified overly contorted retracking logic. With
Tim Peters
2003-11-13
1
-6/+5
*
subtype_dealloc(): A more complete fix for critical bug 840829 +
Tim Peters
2003-11-13
1
-6/+19
*
SF bug 840829: weakref callbacks and gc corrupt memory.
Tim Peters
2003-11-12
1
-1/+6
*
Improve the reverse list iterator to free memory as soon as the iterator
Raymond Hettinger
2003-11-08
1
-1/+4
*
Minor code fixup. Make sure that len reflects the current list size.
Raymond Hettinger
2003-11-08
1
-0/+1
*
Optimize reversed(list) using a custom iterator.
Raymond Hettinger
2003-11-07
2
-4/+98
*
Implement and apply PEP 322, reverse iteration
Raymond Hettinger
2003-11-06
2
-1/+161
*
Fix compiler warning about possible use of n without assignment.
Jeremy Hylton
2003-11-03
1
-5/+6
*
Use PyTuple_Pack() to simplify enumerate().
Raymond Hettinger
2003-11-02
1
-5/+1
*
Add list.sorted() classmethod.
Raymond Hettinger
2003-10-29
1
-0/+37
*
Deleting cyclic object comparison.
Armin Rigo
2003-10-28
2
-186/+12
*
Fix Greg Ward's error message nit: PyObject_SetItem and PySequenceSetItem
Raymond Hettinger
2003-10-27
1
-1/+1
*
Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap().
Walter Dörwald
2003-10-24
1
-19/+20
*
Avoid confusing name for the 3rd argument to str.replace().
Fred Drake
2003-10-22
1
-3/+3
*
Removing bogus Py_DECREF() reported by Armin Rigo (SF bug 812353).
Jeremy Hylton
2003-10-21
1
-1/+0
*
Fix indentation.
Jeremy Hylton
2003-10-21
1
-1/+1
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-1/+1
*
Make CObjects mutable. Fixes #477441.
Martin v. Löwis
2003-10-19
1
-0/+14
*
Patch #825679: Clarify semantics of .isfoo on empty strings.
Martin v. Löwis
2003-10-18
2
-22/+24
*
Patch #809535: Mention behaviour of seek on text files. Backported to 2.3.
Martin v. Löwis
2003-10-18
1
-1/+3
*
Fix typo found by Neal Norwitz.
Raymond Hettinger
2003-10-16
1
-1/+1
*
* list.sort() now supports three keyword arguments: cmp, key, and reverse.
Raymond Hettinger
2003-10-16
1
-5/+228
*
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger
2003-10-12
4
-29/+28
*
Extended tuple's C API to include a new function, PyTuple_Pack() that is
Raymond Hettinger
2003-10-12
1
-0/+22
*
Use the simpler and faster PyArg_UnpackTuple() instead of
Raymond Hettinger
2003-10-11
1
-24/+24
*
SF bug #820397: __nonzero__() returns 1/0
Raymond Hettinger
2003-10-11
1
-1/+15
[next]