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
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch #911431: robot.txt must be robots.txt
Raymond Hettinger
2004-03-13
2
-3/+3
*
SF bug #910986: copy.copy fails for array.array
Raymond Hettinger
2004-03-13
3
-0/+24
*
Make PySequence_Fast_ITEMS public. (Thanks Skip.)
Raymond Hettinger
2004-03-12
2
-4/+4
*
LIST_APPEND is predicably followed by JUMP_ABSOLUTE.
Raymond Hettinger
2004-03-12
1
-1/+5
*
* Eliminate duplicate call to PyObject_Size().
Raymond Hettinger
2004-03-12
1
-3/+3
*
Move the code for BREAK and CONTINUE_LOOP to be near FOR_ITER.
Raymond Hettinger
2004-03-12
1
-9/+9
*
Speedup for-loops by inlining PyIter_Next(). Saves duplicate tests
Raymond Hettinger
2004-03-12
1
-8/+10
*
Use a new macro, PySequence_Fast_ITEMS to factor out code common to
Raymond Hettinger
2004-03-12
4
-16/+19
*
- Added a downloader using urllib2 in stead of curl, based on code
Jack Jansen
2004-03-11
1
-51/+137
*
Now that list.extend() is at the root of many list operations, it becomes
Raymond Hettinger
2004-03-11
1
-3/+9
*
Eliminate a big block of duplicate code in PySequence_List() by
Raymond Hettinger
2004-03-11
3
-54/+13
*
list_inplace_concat() is now expressed in terms of list_extend() which
Raymond Hettinger
2004-03-11
1
-14/+13
*
Make buffer objects based on mutable objects (like array) safe.
Neil Schemenauer
2004-03-11
2
-82/+154
*
Document one of the many problems with the buffer object.
Neil Schemenauer
2004-03-11
1
-2/+9
*
Rename static functions, they should not have the _Py prefix.
Neil Schemenauer
2004-03-11
1
-11/+10
*
Make test_coercion.py less sensitive to platform fp quirks. Closes
Neil Schemenauer
2004-03-10
2
-333/+348
*
Use memcpy() instead of memmove() when the buffers are known to be distinct.
Raymond Hettinger
2004-03-10
1
-2/+2
*
Tidied up the implementations of reversed (including the custom ones
Raymond Hettinger
2004-03-10
4
-28/+58
*
Eliminate the double reverse option. It's only use case
Raymond Hettinger
2004-03-10
2
-17/+2
*
Optimize inner loops for subscript, repeat, and concat.
Raymond Hettinger
2004-03-09
2
-36/+59
*
Optimize slice assignments.
Raymond Hettinger
2004-03-09
1
-16/+17
*
SF Patch #912462: Relocate \end tag to the right place.
Hye-Shik Chang
2004-03-09
1
-1/+2
*
Refactor and optimize code for UNPACK_SEQUENCE.
Raymond Hettinger
2004-03-08
1
-27/+13
*
Remove calls to currentThread() in _Condition methods that were side-effect.
Brett Cannon
2004-03-08
1
-2/+0
*
The copy module now handles sets directly. The __copy__ methods are no
Raymond Hettinger
2004-03-08
1
-4/+0
*
SF patch #907403: Improvements to cStringIO.writelines()
Raymond Hettinger
2004-03-08
1
-0/+5
*
SF patch #907403: Improvements to cStringIO.writelines()
Raymond Hettinger
2004-03-08
2
-30/+27
*
Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
Kurt B. Kaiser
2004-03-08
9
-16/+42
*
Removed spurious import statement
Vinay Sajip
2004-03-08
1
-2/+0
*
Optimize tuple_slice() and make further improvements to list_slice()
Raymond Hettinger
2004-03-08
3
-18/+28
*
Refactor the copy dispatcher code in copy.py. Simplifies and shortens
Raymond Hettinger
2004-03-08
1
-35/+17
*
Small optimizations for list_slice() and list_extend_internal().
Raymond Hettinger
2004-03-08
1
-9/+20
*
Factor out code common to PyDict_Copy() and PyDict_Merge().
Raymond Hettinger
2004-03-08
1
-20/+6
*
Deal with possible case of having time.tzname[1] containing UTC or GMT.
Brett Cannon
2004-03-07
1
-2/+2
*
SF patch #910929: Optimize list comprehensions
Raymond Hettinger
2004-03-07
6
-3/+20
*
update version at top of file
Skip Montanaro
2004-03-05
1
-2/+2
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
11
-55/+91
*
Special case endpoint access for speed.
Raymond Hettinger
2004-03-04
1
-10/+18
*
SF Patch #902444: Use process scope thread on FreeBSD. System scope
Hye-Shik Chang
2004-03-04
1
-1/+1
*
* explain flags in doc strings
Skip Montanaro
2004-03-03
3
-15/+37
*
Fixed invalid syntax.
Sjoerd Mullender
2004-03-03
3
-3/+3
*
typo
Skip Montanaro
2004-03-03
1
-1/+1
*
Added license notices that are required to be included in the
Raymond Hettinger
2004-03-03
1
-1/+331
*
Have strftime() check its time tuple argument to make sure the tuple's values
Brett Cannon
2004-03-02
6
-4/+112
*
Replace left(), right(), and __reversed__() with the more general purpose
Raymond Hettinger
2004-03-01
4
-148/+110
*
Add pystack definition to Misc/gdbinit with some explanation of its behavior
Skip Montanaro
2004-03-01
3
-0/+30
*
Make deque_type static so namespace is not polluted.
Neal Norwitz
2004-02-29
1
-2/+2
*
Cleanup: remove test file after it is used.
Neal Norwitz
2004-02-29
1
-0/+1
*
Improvements to collections.deque():
Raymond Hettinger
2004-02-29
4
-18/+229
*
- Allow easy opening of experimental database, if pimp >= 0.4
Jack Jansen
2004-02-28
1
-9/+29
[next]