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
*
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
*
|
#15284: Skip {send,recv}msg tests with disabled IPv6
Ross Lagerwall
2012-07-08
1
-0/+3
*
|
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...
Senthil Kumaran
2012-07-08
1
-0/+5
|
\
\
|
|
/
|
*
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...
Senthil Kumaran
2012-07-08
1
-0/+5
*
|
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...
Senthil Kumaran
2012-07-07
1
-0/+3
*
|
Merge with remote.
Ross Lagerwall
2012-07-07
1
-0/+6
|
\
\
|
*
|
#15277: Fix a resource leak in support.py when IPv6 is disabled.
Ross Lagerwall
2012-07-07
1
-0/+6
*
|
|
Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWrite...
Florent Xicluna
2012-07-07
1
-0/+3
*
|
|
Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.
Florent Xicluna
2012-07-07
1
-0/+2
*
|
|
Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress...
Nick Coghlan
2012-07-07
1
-0/+3
|
/
/
*
|
Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__
Nick Coghlan
2012-07-07
1
-0/+3
*
|
Merge branch
Florent Xicluna
2012-07-07
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...
Florent Xicluna
2012-07-07
1
-0/+3
*
|
Issue 14814: Provide more informative error messages in ipaddress, and ensure...
Nick Coghlan
2012-07-07
1
-0/+4
*
|
- Issue #15268: Search curses.h in /usr/include/ncursesw.
doko@ubuntu.com
2012-07-07
1
-0/+2
*
|
Issue #15247: FileIO now raises an error when given a file descriptor pointin...
Antoine Pitrou
2012-07-06
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15247: FileIO now raises an error when given a file descriptor pointin...
Antoine Pitrou
2012-07-06
1
-0/+3
*
|
Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.
Richard Oudkerk
2012-07-06
1
-0/+2
*
|
Issue #15020: The program name used to search for Python's path is now python...
Antoine Pitrou
2012-07-05
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15020: The program name used to search for Python's path is now "pytho...
Antoine Pitrou
2012-07-05
1
-0/+3
*
|
Fix issue # 15033 - Return the proper exitcode for failure when modules are i...
Senthil Kumaran
2012-07-05
1
-0/+3
|
\
\
|
|
/
|
*
Fix issue # 15033 - Return the proper exitcode for failure when modules are i...
Senthil Kumaran
2012-07-05
1
-0/+3
*
|
Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks t...
Vinay Sajip
2012-07-03
1
-0/+2
*
|
Issue #15166: Re-implement imp.get_tag() using sys.implementation.
Brett Cannon
2012-07-02
1
-0/+2
*
|
Issue #15210: If _frozen_importlib is not found in sys.modules by
Brett Cannon
2012-07-02
1
-0/+3
*
|
Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc
Brett Cannon
2012-07-02
2
-0/+4
*
|
- Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module.
doko@ubuntu.com
2012-07-01
1
-0/+2
*
|
Issue #15229: An OSError subclass whose __init__ doesn't call back
Antoine Pitrou
2012-06-30
1
-0/+3
*
|
- Issue #14330: For cross builds, don't use host python, use host search paths
doko@ubuntu.com
2012-06-30
1
-0/+7
*
|
Issue #15225: improve error message when hmac is passed a wrong key type.
Antoine Pitrou
2012-06-30
1
-0/+1
*
|
#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()
Petri Lehtinen
2012-06-29
1
-0/+3
|
\
\
|
|
/
|
*
#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()
Petri Lehtinen
2012-06-29
1
-0/+3
*
|
Issue #10571: Fix the "--sign" option of distutils' upload command.
Antoine Pitrou
2012-06-28
2
-0/+4
|
\
\
|
|
/
|
*
Issue #10571: Fix the "--sign" option of distutils' upload command.
Antoine Pitrou
2012-06-28
2
-0/+4
*
|
#9559: Append data to single-file mailbox files if messages are only added
Petri Lehtinen
2012-06-28
1
-0/+4
|
\
\
|
|
/
|
*
#9559: Append data to single-file mailbox files if messages are only added
Petri Lehtinen
2012-06-28
1
-0/+4
[next]