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
*
[Bug #810879] Document that copyfile() can fail if you don't have permissions...
Andrew M. Kuchling
2004-05-05
1
-3/+5
*
Fix small grammatical mistake.
Brett Cannon
2004-05-05
1
-1/+1
*
Nits:
Raymond Hettinger
2004-05-05
1
-16/+9
*
SF patch #947476: Apply freelist technique to lists
Raymond Hettinger
2004-05-05
2
-4/+20
*
add an index entry for __getnewargs__()
Fred Drake
2004-05-05
1
-0/+2
*
- note that __getinitargs__() is only for old-style classes
Fred Drake
2004-05-05
1
-2/+17
*
Remove list of pickle protocol names used by the copy module; there
Fred Drake
2004-05-05
1
-5/+1
*
note that the error code for socket.gaierror will be one of the EAI_*
Fred Drake
2004-05-05
1
-0/+2
*
SF #814606: merge from release23-maint branch: clarify/cleanup
Greg Ward
2004-05-05
1
-25/+27
*
Removed 'U' from the documentation for Py_BuildValue to bring it in line
Nicholas Bastin
2004-05-04
1
-3/+0
*
Document readline module functions added in Python 2.3. See:
Phillip J. Eby
2004-05-04
1
-0/+16
*
Using reversed() is not compatible with Python 1.5.2.
Guido van Rossum
2004-05-04
1
-1/+1
*
Replace str.find()!=1 with the more readable "in" operator.
Raymond Hettinger
2004-05-04
7
-9/+9
*
Testing for None should be done with 'is'
Raymond Hettinger
2004-05-04
1
-1/+1
*
Stacks based on lists work better and read more clearly when they
Raymond Hettinger
2004-05-04
1
-8/+7
*
Fix [ 947405 ] os.utime() raises bad exception for unicode filenames
Mark Hammond
2004-05-04
1
-1/+6
*
Do not use the default namespace for attributes.
Martin v. Löwis
2004-05-02
2
-16/+26
*
Minor documentation nits.
Raymond Hettinger
2004-05-01
1
-11/+29
*
Add an example application to the docs.
Raymond Hettinger
2004-04-30
1
-2/+31
*
the headers in an HTTP request are HTTP headers, not MIME headers
Fred Drake
2004-04-29
1
-2/+2
*
Add a test script for the colorsys module.
Walter Dörwald
2004-04-28
1
-0/+76
*
remove out-of-date count of the functions in winsound
Fred Drake
2004-04-28
1
-1/+1
*
fix typo reported in a long-buried email
Fred Drake
2004-04-28
1
-1/+1
*
The filename of this module changed again...
Thomas Heller
2004-04-27
1
-1/+1
*
Complete perky's name change patch.
Raymond Hettinger
2004-04-27
1
-1/+1
*
Fix a bug I introduced which causes all block openers at an indent level
Kurt B. Kaiser
2004-04-26
1
-1/+1
*
Correct the file name of _heapq module.
Hye-Shik Chang
2004-04-25
1
-0/+0
*
1. Add an Options menu entry: Code Context
Kurt B. Kaiser
2004-04-24
3
-27/+43
*
1. Polish variables in EditorWindow extension loading and Tkinter variable code.
Kurt B. Kaiser
2004-04-24
3
-27/+33
*
SF bug #940579: section 5.10: 'not' returns boolean, not int
Raymond Hettinger
2004-04-23
1
-4/+4
*
Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, so
Thomas Heller
2004-04-22
1
-4/+4
*
Forgot to mention the SF number, and that Bob Ippolito provided the patch.
Thomas Heller
2004-04-22
1
-1/+2
*
Two new public API functions, Py_IncRef and Py_DecRef. Useful for
Thomas Heller
2004-04-22
4
-0/+28
*
cvs ignore the user options files *.suo
Thomas Heller
2004-04-22
1
-0/+1
*
Modules/heapqmodule.c removed.
Thomas Heller
2004-04-22
1
-19/+3
*
- New Extension: CodeContext. Provides block structuring hints for code
Kurt B. Kaiser
2004-04-21
3
-3/+144
*
SF #926075: Fixed the bug that returns a wrong pattern object for
Hye-Shik Chang
2004-04-20
1
-0/+8
*
SF #926075: Fixed the bug that returns a wrong pattern object for
Hye-Shik Chang
2004-04-20
2
-2/+7
*
* Restore the pure python version of heapq.py.
Raymond Hettinger
2004-04-19
1
-364/+0
*
* Restore the pure python version of heapq.py.
Raymond Hettinger
2004-04-19
4
-3/+628
*
Special case normalization of empty strings. Fixes #924361.
Martin v. Löwis
2004-04-17
2
-0/+8
*
SF bug #936827: PyNumber_And() 's description
Raymond Hettinger
2004-04-17
1
-1/+1
*
The wininst-6.exe template binary for bdist_wininst is now linked
Thomas Heller
2004-04-16
1
-2/+2
*
The wininst-7.1.exe template binary for bdist_wininst is now linked
Thomas Heller
2004-04-16
1
-5/+5
*
really scream out that people should use the file objects instead of
Fred Drake
2004-04-16
1
-7/+19
*
Open file in universal newline mode when passing to compile(). Solution
Skip Montanaro
2004-04-16
1
-1/+1
*
bring description of optional and keyword args for DictReader and DictWriter
Skip Montanaro
2004-04-16
1
-6/+8
*
delete timing output - it appears after the </html> line.
Skip Montanaro
2004-04-16
1
-3/+0
*
Minor reformatting.
Thomas Heller
2004-04-15
1
-4/+5
*
remove bogus markup that caused the docs to be wrong
Fred Drake
2004-04-15
1
-1/+1
[next]