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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge
Brett Cannon
2012-07-20
1
-0/+1
|
\
\
|
*
\
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
Meador Inge
2012-07-20
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
Meador Inge
2012-07-20
1
-0/+1
*
|
|
Issue #15091: Call importlib.invalidate_caches() and reactivate a test
Brett Cannon
2012-07-20
1
-1/+4
|
/
/
*
|
Add missing NEWS entry for changeset b79d276041a8
Ronald Oussoren
2012-07-20
1
-0/+3
*
|
Merge 3.2
Andrew Svetlov
2012-07-20
1
-0/+2
|
\
\
|
|
/
|
*
Issue #15404: Refleak in PyMethodObject repr.
Andrew Svetlov
2012-07-20
1
-0/+2
*
|
#1492704: Backout and wait for 3.4
Hynek Schlawack
2012-07-19
1
-3/+0
*
|
Issue #15394: Fix ref leaks in PyModule_Create.
Meador Inge
2012-07-19
2
-0/+4
|
\
\
|
|
/
|
*
Issue #15394: Fix ref leaks in PyModule_Create.
Meador Inge
2012-07-19
2
-0/+4
*
|
#1492704: Make shutil.copyfile() raise a distinct SameFileError
Hynek Schlawack
2012-07-19
1
-0/+3
*
|
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Meador Inge
2012-07-19
1
-0/+3
|
\
\
|
|
/
|
*
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Meador Inge
2012-07-19
1
-0/+3
*
|
Issue #15368: make bytecode generation deterministic.
Meador Inge
2012-07-18
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15368: make bytecode generation deterministic.
Meador Inge
2012-07-18
1
-0/+3
*
|
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_...
Nick Coghlan
2012-07-18
1
-0/+3
*
|
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
Gregory P. Smith
2012-07-16
2
-0/+4
|
\
\
|
|
/
|
*
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
Gregory P. Smith
2012-07-16
2
-0/+4
*
|
Issue #15202: Consistently use the name "follow_symlinks" for
Larry Hastings
2012-07-15
1
-0/+3
*
|
#15180: Clarify posixpath.join() error message when mixing str & bytes
Hynek Schlawack
2012-07-15
1
-0/+2
|
\
\
|
|
/
|
*
#15180: Clarify posixpath.join() error message when mixing str & bytes
Hynek Schlawack
2012-07-15
1
-0/+2
*
|
Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk...
Nick Coghlan
2012-07-15
1
-0/+4
*
|
Take the first step in resolving the messy pkgutil vs importlib edge cases by...
Nick Coghlan
2012-07-15
1
-1/+9
*
|
- Issue #15233: Python now guarantees that callables registered with
Larry Hastings
2012-07-15
1
-0/+3
*
|
- Issue #15238: shutil.copystat now copies Linux "extended attributes".
Larry Hastings
2012-07-15
1
-0/+2
*
|
Merge #15230 doc updates from 3.2
Nick Coghlan
2012-07-14
1
-1/+4
|
\
\
|
|
/
|
*
Issue #15230: Update runpy docs to clarify a couple of points that came up in...
Nick Coghlan
2012-07-14
1
-0/+3
*
|
Merge fix for #15230 from 3.2
Nick Coghlan
2012-07-14
1
-0/+5
|
\
\
|
|
/
|
*
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...
Nick Coghlan
2012-07-14
1
-0/+5
|
*
Remove duplicate entry and fix order
Antoine Pitrou
2012-07-13
1
-2/+1
|
*
Issue #15334: skip test_dynamic_key when run in non-interactive mode.
Antoine Pitrou
2012-07-13
1
-0/+1
*
|
Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use
Brett Cannon
2012-07-13
1
-0/+9
*
|
Issue #15053: Make sure all functions related to the import lock have
Brett Cannon
2012-07-13
1
-0/+3
*
|
Issue #15300: Ensure the temporary test working directories are in the same p...
Antoine Pitrou
2012-07-11
2
-0/+5
|
\
\
|
|
/
|
*
Issue #15300: Ensure the temporary test working directories are in the same p...
Antoine Pitrou
2012-07-11
2
-0/+5
*
|
Issue #15111: When a module was imported using a 'from import'
Brett Cannon
2012-07-10
1
-0/+4
*
|
Issue #15315: Support VS 2010 in distutils cygwincompiler.
Martin v. Löwis
2012-07-10
1
-0/+2
*
|
Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested ...
Antoine Pitrou
2012-07-09
1
-0/+3
*
|
Issue #15288: Clarify that pkgutil.walk_packages() and friends will no
Brett Cannon
2012-07-09
1
-0/+5
*
|
Issue #15056: imp.cache_from_source() and source_from_cache() raise
Brett Cannon
2012-07-09
1
-0/+3
*
|
Issue #15256: Re-use the ImportError exception message as defined by
Brett Cannon
2012-07-09
1
-0/+2
*
|
revert the changes done for issue14826 - quoting witin Request is not desirable.
Senthil Kumaran
2012-07-09
1
-5/+0
|
\
\
|
|
/
|
*
revert the changes done for issue14826 - quoting witin Request is not desirable.
Senthil Kumaran
2012-07-09
1
-5/+0
*
|
Merge 3.2 closes issue 13557
Terry Jan Reedy
2012-07-08
1
-0/+6
|
\
\
|
|
/
|
*
Issue #13557: Clarify effect of giving two different namespaces to exec or
Terry Jan Reedy
2012-07-08
1
-3/+3
*
|
add news note for 85cccc38d01c
Benjamin Peterson
2012-07-08
1
-0/+2
*
|
Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.
Antoine Pitrou
2012-07-08
1
-0/+3
*
|
Issue #15110: Fix the tracebacks generated by "import xxx" to not show the im...
Antoine Pitrou
2012-07-08
1
-0/+3
*
|
issue 14826 - Address the buildbot failure quote of url is the required chang...
Senthil Kumaran
2012-07-08
1
-2/+2
|
\
\
|
|
/
|
*
issue 14826 - Address the buildbot failure ( explanation msg164973)
Senthil Kumaran
2012-07-08
1
-2/+2
[prev]
[next]