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
*
Merge in Anthony's new parser code, from the anthony-parser-branch:
Thomas Wouters
2004-03-20
1
-128/+173
*
Update copyright years, and change copyright.tex to use the same spelling
Tim Peters
2004-03-20
2
-2/+2
*
commit the portion of PyXML patch #919008 that is relevant to the
Fred Drake
2004-03-20
2
-2/+42
*
fix two typos that turned text into markup
Fred Drake
2004-03-20
1
-1/+1
*
Ignore oodles of MSVC-generated files.
Tim Peters
2004-03-20
1
-0/+14
*
A helper for rt.bat, copied (but with path adjustment) from PCbuild.
Tim Peters
2004-03-20
1
-0/+25
*
PyFile_WriteObject(): some of the local variables are only used when
Fred Drake
2004-03-19
1
-0/+2
*
Expand on the semantics of reload(). Closes #919099.
Skip Montanaro
2004-03-19
1
-2/+24
*
Factor out a double lookup.
Raymond Hettinger
2004-03-19
1
-2/+1
*
Add an entry for addition of the ptcp154 codec.
Hye-Shik Chang
2004-03-19
1
-0/+2
*
Add a new unicode codec: ptcp154 (Kazakh)
Hye-Shik Chang
2004-03-19
3
-0/+172
*
Make iterators length transparent where possible.
Raymond Hettinger
2004-03-18
3
-3/+42
*
Improve deque iteration.
Raymond Hettinger
2004-03-18
1
-1/+102
*
Add news entries for the dictionary optimizations.
Raymond Hettinger
2004-03-18
2
-1/+8
*
Make the new dictionary iterators transparent with respect to length.
Raymond Hettinger
2004-03-18
1
-4/+20
*
Ignore error status codes occurred while compiling site-packages
Hye-Shik Chang
2004-03-18
1
-2/+2
*
Fix capitalization of title for subsection 2.
Brett Cannon
2004-03-18
1
-1/+1
*
Optimize dictionary iterators.
Raymond Hettinger
2004-03-18
1
-57/+202
*
Minor grammatical fixes.
Brett Cannon
2004-03-18
1
-3/+3
*
Extremely minor typo fixed.
Brett Cannon
2004-03-18
1
-1/+1
*
Dictionary optimizations:
Raymond Hettinger
2004-03-17
1
-24/+61
*
Add missing decref
Raymond Hettinger
2004-03-17
1
-0/+1
*
Speedup the inner loops for dropwhile(), islice(), ifilter(), and
Raymond Hettinger
2004-03-17
1
-9/+17
*
The example files need to be opened with the "b" flag.
Skip Montanaro
2004-03-17
1
-2/+2
*
* supply a more useful error message when append() is called on the
Gregory P. Smith
2004-03-16
1
-2/+8
*
bugfix for people executing test_all to run the test suite. (call the
Gregory P. Smith
2004-03-16
1
-1/+1
*
fixes SF bug 914019 - DB.has_key was not honoring its txn argument
Gregory P. Smith
2004-03-16
1
-2/+2
*
1. Make builtin foreground Royal Purple instead of Barney Purple.
Kurt B. Kaiser
2004-03-16
2
-27/+32
*
Fix typos and add some elaborations
Raymond Hettinger
2004-03-15
1
-4/+9
*
Port test_binascii.py to PyUnit and enhance tests.
Walter Dörwald
2004-03-15
2
-152/+149
*
Revert last change. Found an application that was worse off with resize
Raymond Hettinger
2004-03-15
1
-13/+10
*
1. Bug in Patch 805830 fixed by Nigel Rowe
Kurt B. Kaiser
2004-03-15
2
-22/+26
*
Eliminate an unnecessary test on a common code path.
Raymond Hettinger
2004-03-15
1
-3/+1
*
Add missing docstrings.
Raymond Hettinger
2004-03-14
1
-0/+67
*
list_resize() now has an "exact" option for bypassing the overallocation
Raymond Hettinger
2004-03-14
1
-10/+13
*
SF feature request #686323: Minor array module enhancements
Raymond Hettinger
2004-03-14
4
-14/+51
*
Update the array overallocation scheme to match the approach used for
Raymond Hettinger
2004-03-14
2
-62/+79
*
Two issues spotted by Ronald OUssoren:
Jack Jansen
2004-03-13
4
-3/+2234
*
Don't use "dict" as a variable, it shadows the builtin. Spotted by
Jack Jansen
2004-03-13
1
-13/+13
*
compile.h and eval.h weren't being included which kept a fair bit of the
Skip Montanaro
2004-03-13
1
-0/+3
*
Force option should be applied to a single package, not recursively
Jack Jansen
2004-03-13
1
-1/+1
*
SF patch #906501: Fix typos in pystate.h comments
Raymond Hettinger
2004-03-13
1
-2/+2
*
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
[next]