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 #15166: Re-implement imp.get_tag() using sys.implementation.
Brett Cannon
2012-07-02
5
-195/+194
*
Issue #15210: If _frozen_importlib is not found in sys.modules by
Brett Cannon
2012-07-02
3
-2/+26
*
Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc
Brett Cannon
2012-07-02
5
-3/+21
*
Remove ISSUES.txt.
Stefan Krah
2012-07-01
1
-56/+0
*
- Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module.
doko@ubuntu.com
2012-07-01
2
-1/+3
*
Fix filename.
Georg Brandl
2012-07-01
1
-1/+1
*
Merge with 3.2.
Georg Brandl
2012-07-01
2
-3/+4
|
\
|
*
Make call of os.getppid() conditional: it is not available on Windows.
Georg Brandl
2012-07-01
1
-1/+2
|
*
Fix inconsistent function name in embedding howto.
Georg Brandl
2012-07-01
1
-2/+2
*
|
Limit which operators get colorized
Raymond Hettinger
2012-07-01
1
-1/+1
*
|
Set title to the source filename
Raymond Hettinger
2012-07-01
1
-5/+6
*
|
Small cleanups
Raymond Hettinger
2012-07-01
2
-4/+13
*
|
Fix local variable
Raymond Hettinger
2012-07-01
1
-1/+1
*
|
Add author tag
Raymond Hettinger
2012-07-01
1
-0/+1
*
|
Add syntax highlighter tool
Raymond Hettinger
2012-06-30
1
-0/+109
*
|
- Issue #15194: check in the missing m4/ax_append_flag.m4 file.
doko@ubuntu.com
2012-06-30
3
-1/+92
*
|
null merge
doko@ubuntu.com
2012-06-30
3
-0/+19
|
\
\
|
*
|
Issue #15229: An OSError subclass whose __init__ doesn't call back
Antoine Pitrou
2012-06-30
3
-0/+19
*
|
|
- Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file.
doko@ubuntu.com
2012-06-30
3
-167/+1341
*
|
|
- Issue #14330: Don't derive the include and library search dirs
doko@ubuntu.com
2012-06-30
3
-157/+160
|
/
/
*
|
- fix the OS X build failure, only try to remove the temporary file if it exists
doko@ubuntu.com
2012-06-30
1
-2/+3
*
|
Merge
Antoine Pitrou
2012-06-30
15
-9745/+1855
|
\
\
|
*
\
null merge
doko@ubuntu.com
2012-06-30
1
-4/+4
|
|
\
\
|
|
*
|
After 79d2eb29c755 it is no longer necessary to zero the output array:
Stefan Krah
2012-06-30
1
-4/+4
|
*
|
|
- Regenerate the libffi configure file
doko@ubuntu.com
2012-06-30
2
-9479/+1023
|
*
|
|
- Issue #14330: For cross builds, don't use host python, use host search paths
doko@ubuntu.com
2012-06-30
4
-4/+11
|
|
/
/
|
*
|
- Issue #14330: For cross builds, don't use host python, use host search paths
doko@ubuntu.com
2012-06-30
6
-27/+200
|
*
|
- Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds,
doko@ubuntu.com
2012-06-30
3
-33/+77
|
*
|
Null merge.
Stefan Krah
2012-06-30
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Issue #15171: Quote the variable that expands to the current directory.
Stefan Krah
2012-06-30
1
-1/+1
|
*
|
previous patch needs patch from issue #14330
Matthias Klose
2012-06-30
1
-0/+2
|
*
|
- merge branches
Matthias Klose
2012-06-30
7
-199/+428
|
|
\
\
|
|
*
|
Whitespace.
Stefan Krah
2012-06-30
1
-1/+1
|
|
*
|
Proactive reliability fix for broken FPUs: The base conversion functions
Stefan Krah
2012-06-30
5
-198/+409
|
*
|
|
- Issue #3754: Use readelf instead of ldd for the cross build readline check
doko@ubuntu.com
2012-06-30
4
-6/+135
*
|
|
|
Try to fix compilation failure under OS X
Antoine Pitrou
2012-06-30
1
-1/+1
|
|
/
/
|
/
|
|
*
|
|
Merge
Antoine Pitrou
2012-06-30
2
-2/+2
|
\
\
\
|
|
/
/
|
*
|
- check for libtinfo as a termcap library
doko@ubuntu.com
2012-06-30
2
-2/+2
*
|
|
Issue #9239: add tests for modifying zipfile comments in append mode.
Antoine Pitrou
2012-06-30
1
-0/+18
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #9239: add tests for modifying zipfile comments in append mode.
Antoine Pitrou
2012-06-30
1
-0/+18
|
*
Merged
Tim Golden
2012-06-29
1
-22/+15
|
|
\
*
|
|
Issue #15225: improve error message when hmac is passed a wrong key type.
Antoine Pitrou
2012-06-30
3
-1/+14
*
|
|
- Issue #3754: Some unrelated configure.ac cleanups.
doko@ubuntu.com
2012-06-30
2
-7/+16
*
|
|
- Issue #14324: use a linker test to check for profiling support
doko@ubuntu.com
2012-06-30
2
-39/+38
*
|
|
- Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead of
doko@ubuntu.com
2012-06-30
2
-168/+440
*
|
|
- Issue #3754, refactor sys.platform / get_platform bits, use a
doko@ubuntu.com
2012-06-30
1
-64/+59
*
|
|
Update GzipFile docstring to mention gzip.open()'s new text-mode support.
Nadeem Vawda
2012-06-30
1
-1/+1
*
|
|
Merged
Tim Golden
2012-06-29
1
-23/+22
|
\
\
\
|
*
\
\
Dummy merge from 3.2
Tim Golden
2012-06-29
0
-0/+0
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #1677: Handle better a race condition between the interactive interpret...
Tim Golden
2012-06-29
1
-22/+15
[next]