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
*
lightly modified version of my patch
Michael W. Hudson
2004-06-11
1
-24/+31
*
Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora rele...
Anthony Baxter
2004-06-11
2
-2/+10
*
fix a poorly worded error message
Anthony Baxter
2004-06-11
1
-1/+1
*
Fix for bug #966623 - classes created with type() in an exec(, {}) don't
Anthony Baxter
2004-06-11
2
-0/+8
*
dump HAVE_FOPENRF stuff - obsolete
Skip Montanaro
2004-06-11
1
-26/+19
*
Respect a module's __all__ attribute. Closes #969938.
Skip Montanaro
2004-06-11
1
-8/+21
*
Futher improvements to frozenset hashing (based on Yitz Gale's battery of
Raymond Hettinger
2004-06-10
1
-8/+10
*
Fixups to the hash function for frozensets.
Raymond Hettinger
2004-06-10
1
-1/+4
*
Add a final permutation step to the tuple hash function.
Raymond Hettinger
2004-06-10
2
-0/+2
*
Convert test_heapq.py to unittests.
Raymond Hettinger
2004-06-10
1
-86/+90
*
SF patch #969791: Add nlargest() and nsmallest() to heapq.
Raymond Hettinger
2004-06-10
5
-5/+75
*
Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions.
Thomas Heller
2004-06-09
1
-1/+1
*
Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT.
Thomas Heller
2004-06-09
1
-1/+1
*
make a reference to the SimpleHTTPServer module a hyperlink to the
Fred Drake
2004-06-09
1
-1/+1
*
Ensure path is initialized to prevent freeing random memory
Neal Norwitz
2004-06-09
1
-4/+2
*
test_devnull(): Use assertEqual() instead of an assert stmt.
Tim Peters
2004-06-08
1
-1/+1
*
Teach MSVC 6 about pystrtod.c.
Tim Peters
2004-06-08
1
-0/+4
*
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis
2004-06-08
14
-103/+317
*
Removed test_sitepackages test. Skip discovered that it only passed if Python
Brett Cannon
2004-06-08
1
-8/+0
*
- markup fix
Fred Drake
2004-06-08
1
-3/+3
*
Feature request #935915: Add os.path.devnull.
Martin v. Löwis
2004-06-08
8
-6/+31
*
Patch #510695: Add TSC profiling for the VM.
Martin v. Löwis
2004-06-08
10
-3/+243
*
Note that memory returned by PyBuffer_New is not specifically aligned.
Neil Schemenauer
2004-06-08
1
-1/+3
*
SF 952807: Unpickling pickled instances of subclasses of datetime.date,
Tim Peters
2004-06-07
3
-6/+41
*
Add genexps to the glossary.
Raymond Hettinger
2004-06-07
1
-0/+12
*
Fix a refcount bug in an obscure code corner.
Thomas Heller
2004-06-07
1
-0/+2
*
Fix a refcount bug in an obscure code corner.
Thomas Heller
2004-06-07
1
-0/+1
*
Another nit found by Neal Norwitz using pychecker. This was caused by a
Skip Montanaro
2004-06-07
1
-2/+1
*
Cleanup: the in operator already returns a bool, no need to bool() it again
Neal Norwitz
2004-06-07
1
-4/+4
*
There is no reason to have an underscore after self
Neal Norwitz
2004-06-07
1
-1/+1
*
Remove a useless operation, setting name to itself
Neal Norwitz
2004-06-07
1
-1/+0
*
correct name error caught by Neal Norwitz with pychecker
Skip Montanaro
2004-06-07
1
-3/+3
*
Fix typo in comment.
Raymond Hettinger
2004-06-07
1
-1/+1
*
[Bug #953177] Mention .getlist(); text from Paul Moore
Andrew M. Kuchling
2004-06-06
1
-9/+4
*
Plug a few memory leaks in utime(). path is allocated from within
Neal Norwitz
2004-06-06
1
-4/+12
*
Try to improve test coverage for utime()
Neal Norwitz
2004-06-06
1
-0/+4
*
Valgrind was reporting an uninitialized read for bad input.
Neal Norwitz
2004-06-06
1
-1/+2
*
Look for the multibyte codec map files in the parent directory too
Neal Norwitz
2004-06-06
1
-2/+7
*
Add some doc about using valgrind
Neal Norwitz
2004-06-06
3
-0/+289
*
whoops, I wanted that commented out by default, will add doc to Misc
Neal Norwitz
2004-06-06
1
-1/+1
*
SF bug 881641, make it easier to use valgrind
Neal Norwitz
2004-06-06
1
-4/+39
*
SF 964876 mapping a 0 length file
Tim Peters
2004-06-06
1
-8/+10
*
Added documentation to address SF bug #963246: limitations on multiple
Phillip J. Eby
2004-06-06
1
-0/+24
*
add -L flag to cause leaks(1) command to run just before exit
Skip Montanaro
2004-06-06
1
-2/+13
*
Noam Raphel: Further developemt of CodeContext feature.
Kurt B. Kaiser
2004-06-06
6
-48/+86
*
Doc fix for SF #962633.
Nicholas Bastin
2004-06-06
2
-2/+5
*
Reword message
Andrew M. Kuchling
2004-06-05
1
-1/+1
*
Remove a number of tests that differ only in input data size. It seems
Neil Schemenauer
2004-06-05
1
-161/+59
*
Fix exception wording
Andrew M. Kuchling
2004-06-05
1
-1/+1
*
[Bug #918710] Add paragraph to clarify docs
Andrew M. Kuchling
2004-06-05
1
-0/+5
[next]