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
*
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
*
getDefaultDatabase() should be a toplevel function, not a method of the
Jack Jansen
2004-02-28
1
-48/+46
*
Started on version 0.4: better scheme for finding correct database:
Jack Jansen
2004-02-28
1
-4/+50
*
Minor documentation changes
Vinay Sajip
2004-02-28
3
-9/+11
*
Use versionadded for new features
Neal Norwitz
2004-02-28
1
-0/+4
*
Get rid of unused variable
Neal Norwitz
2004-02-28
1
-1/+0
*
Add version changed/added to doc
Neal Norwitz
2004-02-28
1
-0/+2
*
Speed-up the joiner call by avoiding Py_BuildValue().
Raymond Hettinger
2004-02-27
1
-1/+5
*
made cPickle fall back to the copy_reg/reduce protocol,
Christian Tismer
2004-02-26
1
-0/+5
*
Ignore sizehint argument. Fixes SF #844561.
Marc-André Lemburg
2004-02-26
1
-10/+4
*
Oops, didn't mean to commit the removal of float_compare!
Michael W. Hudson
2004-02-26
1
-1/+1
*
Pass a variable that actually exists to PyFPE_END_PROTECT in
Michael W. Hudson
2004-02-26
1
-2/+2
*
Fixes SF bug # 778421
Gregory P. Smith
2004-02-26
4
-6/+39
*
Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted
Hye-Shik Chang
2004-02-24
1
-1/+8
*
kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes.
Jack Jansen
2004-02-24
2
-1/+5
*
Setup file to allow the QuickTime for 2.4 to be compiled
Jack Jansen
2004-02-24
2
-0/+17
*
fix typo in reference to RFC 3464 DSN MIME type
Fred Drake
2004-02-24
1
-1/+1
*
Fix two bugs in the new do_open() implementation for HTTPHandler.
Jeremy Hylton
2004-02-24
2
-7/+19
*
fix English usage error reported by Ken Fuchs
Fred Drake
2004-02-24
1
-2/+2
[next]