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
...
*
Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.
Mark Dickinson
2009-02-09
3
-5/+40
*
Issue #5170: Fixed Unicode output bug in logging and added test case. This is...
Vinay Sajip
2009-02-08
3
-10/+38
*
Silence 'arg may be used uninitialized in this function' warning from gcc.
Mark Dickinson
2009-02-08
1
-1/+1
*
a few edits and typos
Benjamin Peterson
2009-02-08
1
-10/+11
*
Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit
Mark Dickinson
2009-02-08
1
-1/+1
*
document numliterals fixer
Benjamin Peterson
2009-02-08
1
-0/+4
*
Remove redundant assignment in _PyObject_LengthHint
Mark Dickinson
2009-02-08
1
-1/+1
*
Issue #4512 closeout: Make ZipImport.get_filename() a public method
Nick Coghlan
2009-02-08
4
-9/+21
*
Mention patch submitter in NEWS entry for r69419
Nick Coghlan
2009-02-08
1
-1/+2
*
Issue 4195: Restore the ability to execute packages with the -m switch (but t...
Nick Coghlan
2009-02-08
6
-12/+110
*
document individual 2to3 fixers
Benjamin Peterson
2009-02-07
2
-10/+259
*
make destinsrc private
Benjamin Peterson
2009-02-07
2
-6/+6
*
make "super only for new-style classes" a note.
Georg Brandl
2009-02-07
1
-2/+4
*
Add test for issue #999042, explict global statement works.
Neil Schemenauer
2009-02-07
1
-0/+7
*
Fix broken test in test_hotshot. Treating the current directory as an
Neil Schemenauer
2009-02-07
1
-1/+7
*
#5174: fix wrong file closing in example.
Georg Brandl
2009-02-07
1
-6/+4
*
Eliminated the need to use ttk.__loadtk__ and the problems related it.
Guilherme Polo
2009-02-07
2
-36/+42
*
Issue #999042: The Python compiler now handles explict global statements
Neil Schemenauer
2009-02-07
4
-10/+18
*
Make names generated for 'with' variables match the built-in compiler.
Neil Schemenauer
2009-02-07
1
-1/+1
*
#3986 replacing string and types call (like in the Py3k branch), and put exec...
Tarek Ziadé
2009-02-07
2
-24/+55
*
Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will
Guilherme Polo
2009-02-06
2
-20/+29
*
Partial fix to issue #1731706: memory leak in Tkapp_Call when calling
Guilherme Polo
2009-02-06
2
-1/+7
*
Convert "srcdir" into an absolute path if that seems prudent. Currrently
Neil Schemenauer
2009-02-06
1
-0/+14
*
Overhaul Lib/compiler block ordering. The previous code was filled with
Neil Schemenauer
2009-02-06
2
-159/+97
*
Fixed #5167: test_customize_compiler does not apply under non unix compilers
Tarek Ziadé
2009-02-06
1
-0/+6
*
Ivan on IRC in #twisted reported this crasher.
Armin Rigo
2009-02-06
1
-0/+5
*
Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'ac...
Kristján Valur Jónsson
2009-02-06
1
-5/+7
*
removed types usage and added test coverage (work for #3986)
Tarek Ziadé
2009-02-06
2
-9/+51
*
Fixed #3987 : removed unused import
Tarek Ziadé
2009-02-06
1
-1/+0
*
fix download link
Benjamin Peterson
2009-02-06
1
-1/+1
*
fixed #1520877: now distutils reads Read from the environment/Makefile
Tarek Ziadé
2009-02-06
3
-3/+31
*
using >= so setting verbose to 2 will work as well
Tarek Ziadé
2009-02-06
2
-6/+6
*
Implement issue #4285, convert sys.version_info to a named
Eric Smith
2009-02-06
4
-22/+100
*
README now reflects the current state
Tarek Ziadé
2009-02-06
1
-16/+5
*
Fixed #1276768: verbose option was not used in the code.
Tarek Ziadé
2009-02-06
5
-24/+188
*
Distutils apparently requires an absolute path so provide one.
Neil Schemenauer
2009-02-06
1
-1/+1
*
Fixed #5132: enable extensions to link on Solaris
Tarek Ziadé
2009-02-05
3
-3/+29
*
Oops, Mac build needs the 'incdirlist' variable so restore it.
Neil Schemenauer
2009-02-05
1
-1/+5
*
Make setup.py work when building in a directory other than the
Neil Schemenauer
2009-02-05
1
-24/+8
*
Fix test_build_ext.py to work when building in a separate directory.
Neil Schemenauer
2009-02-05
1
-5/+9
*
Since sysconfig.get_python_inc() now works when building in a
Neil Schemenauer
2009-02-05
1
-21/+4
*
Fix get_python_inc() to work when building in a directory separate from
Neil Schemenauer
2009-02-05
1
-5/+11
*
#5031: fix Thread.daemon property docs.
Georg Brandl
2009-02-05
1
-5/+6
*
#4563: disable alpha and roman lists, fixes wrong formatting of contributor l...
Georg Brandl
2009-02-05
1
-0/+8
*
#4820: use correct module for ctypes.util.
Georg Brandl
2009-02-05
1
-0/+1
*
#4827: fix callback example.
Georg Brandl
2009-02-05
1
-1/+1
*
#5015: document PythonHome API functions.
Georg Brandl
2009-02-05
1
-0/+14
*
PyErr_PrintEx is also in 2.x...
Georg Brandl
2009-02-05
1
-1/+10
*
#5059: fix example.
Georg Brandl
2009-02-05
1
-1/+1
*
#5144: document that PySys_SetArgv prepends the script directory (or the empt...
Georg Brandl
2009-02-05
1
-7/+11
[prev]
[next]