index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
collectionsmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply remove's mutation test after every equality test.
Raymond Hettinger
2005-03-19
1
-7
/
+7
*
Add a remove() method to collections.deque objects.
Raymond Hettinger
2005-03-18
1
-1
/
+38
*
SF patch #1062279: deque pickling problems
Raymond Hettinger
2004-11-09
1
-10
/
+12
*
Bump-up block size.
Raymond Hettinger
2004-11-02
1
-1
/
+1
*
Simplify delitem() code by calling rotate() directly instead of using
Raymond Hettinger
2004-10-09
1
-35
/
+23
*
Armin's patch to prevent overflows.
Raymond Hettinger
2004-10-06
1
-7
/
+22
*
Upon insertion, if memory runs out, the deque was left in a corrupted state.
Armin Rigo
2004-10-02
1
-34
/
+34
*
* Bulletproof the method for detecting mutations during iteration.
Raymond Hettinger
2004-10-02
1
-18
/
+32
*
Restore the block length and add a comment.
Raymond Hettinger
2004-10-01
1
-1
/
+7
*
Clarify the relationship between indices.
Raymond Hettinger
2004-10-01
1
-5
/
+7
*
* Elaborate on the invariant comments and make them more precise.
Raymond Hettinger
2004-10-01
1
-14
/
+28
*
deque_traverse(): If the deque had one block, and its rightindex was
Tim Peters
2004-10-01
1
-10
/
+13
*
Typos in new comments.
Tim Peters
2004-10-01
1
-2
/
+2
*
Document some reverse-engineered invariants and pragmatic hints.
Tim Peters
2004-10-01
1
-2
/
+17
*
Definition consistency.
Tim Peters
2004-10-01
1
-1
/
+2
*
Trimmed trailing whitespace.
Tim Peters
2004-10-01
1
-26
/
+26
*
Silence a GCC unused variable warning in debug builds.
Raymond Hettinger
2004-07-19
1
-2
/
+1
*
Apply VISIT macro.
Raymond Hettinger
2004-07-15
1
-5
/
+3
*
Moved SunPro warning suppression into pyport.h and out of individual
Nicholas Bastin
2004-07-15
1
-4
/
+0
*
* balance the left/right search for getitem.
Raymond Hettinger
2004-07-09
1
-15
/
+13
*
Add a comment with implementation notes.
Raymond Hettinger
2004-06-26
1
-0
/
+7
*
Fixed end-of-loop code not reached warning when using SunPro C
Nicholas Bastin
2004-06-17
1
-0
/
+4
*
Make sets and deques weak referencable.
Raymond Hettinger
2004-05-30
1
-2
/
+8
*
Make type check work with subclasses
Raymond Hettinger
2004-05-18
1
-1
/
+2
*
Make sure "del d[n]" is properly supported. Was necessary because the
Raymond Hettinger
2004-05-12
1
-0
/
+41
*
* Add unittests for iterators that report their length
Raymond Hettinger
2004-04-12
1
-0
/
+2
*
Improve deque iteration.
Raymond Hettinger
2004-03-18
1
-1
/
+102
*
Special case endpoint access for speed.
Raymond Hettinger
2004-03-04
1
-10
/
+18
*
Replace left(), right(), and __reversed__() with the more general purpose
Raymond Hettinger
2004-03-01
1
-123
/
+69
*
Make deque_type static so namespace is not polluted.
Neal Norwitz
2004-02-29
1
-2
/
+2
*
Improvements to collections.deque():
Raymond Hettinger
2004-02-29
1
-3
/
+117
*
Get rid of unused variable
Neal Norwitz
2004-02-28
1
-1
/
+0
*
Make deque.rotate() smarter. Beef-up related tests.
Raymond Hettinger
2004-02-08
1
-4
/
+11
*
* Incorporate Skip's suggestions for documentation (explain the word deque
Raymond Hettinger
2004-02-07
1
-4
/
+44
*
* Fix ref counting in extend() and extendleft().
Raymond Hettinger
2004-02-07
1
-4
/
+93
*
Have deques support high volume loads.
Raymond Hettinger
2004-02-06
1
-23
/
+74
*
Fix spelling.
Raymond Hettinger
2004-01-29
1
-2
/
+2
*
* Move collections.deque() in from the sandbox
Raymond Hettinger
2004-01-29
1
-0
/
+582