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 #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...
Christian Heimes
2013-08-17
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...
Christian Heimes
2013-08-17
1
-0/+3
*
|
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
1
-0/+6
|
\
\
|
|
/
|
*
merge
Christian Heimes
2013-08-16
1
-0/+7
|
|
\
|
*
|
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
1
-0/+6
*
|
|
Issue #18701: Remove support of old CPython versions (<3.0) from C code.
Serhiy Storchaka
2013-08-16
1
-0/+2
*
|
|
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
1
-0/+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
1
-0/+4
*
|
|
Issue #1666318: Add a test that shutil.copytree() retains directory permissions.
Antoine Pitrou
2013-08-16
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #1666318: Add a test that shutil.copytree() retains directory permissions.
Antoine Pitrou
2013-08-16
1
-0/+3
|
|
/
|
*
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
Eric Snow
2013-08-15
1
-0/+2
*
|
Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel
Christian Heimes
2013-08-16
1
-0/+3
*
|
Change the builtin hash algorithms' names to lower case names
Christian Heimes
2013-08-15
1
-0/+3
*
|
Closes issue #18698: ensure importlib.reload() returns the module out of sys....
Eric Snow
2013-08-15
1
-0/+2
*
|
(Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt().
Victor Stinner
2013-08-13
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18405: Improve the entropy of crypt.mksalt().
Victor Stinner
2013-08-13
1
-0/+2
*
|
Close #12015: The tempfile module now uses a suffix of 8 random characters
Victor Stinner
2013-08-13
1
-0/+5
*
|
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-0/+2
*
|
Merge issue #17701: Improving strftime documentation.
David Wolever
2013-08-12
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17701: Improving strftime documentation.
David Wolever
2013-08-12
1
-0/+2
*
|
Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece o...
Antoine Pitrou
2013-08-12
1
-0/+3
*
|
Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
Larry Hastings
2013-08-12
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
Larry Hastings
2013-08-12
1
-0/+2
*
|
Closes issue #18598: Have the exception message for
Brett Cannon
2013-08-12
1
-0/+3
*
|
Merge
Terry Jan Reedy
2013-08-10
2
-1/+5
|
\
\
|
*
\
Merge heads
Terry Jan Reedy
2013-08-10
1
-0/+2
|
|
\
\
|
*
\
\
Issue #18676: Merge from 3.3
Terry Jan Reedy
2013-08-10
2
-1/+5
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
Terry Jan Reedy
2013-08-10
2
-0/+4
*
|
|
|
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Antoine Pitrou
2013-08-10
1
-0/+3
|
|
_
|
/
|
/
|
|
*
|
|
Fix refcounting issue with extension types in tkinter.
Antoine Pitrou
2013-08-10
1
-0/+2
|
/
/
*
|
Merge with 3.3
Terry Jan Reedy
2013-08-10
1
-0/+4
|
\
\
|
|
/
|
*
Issue #18429: Add user-oriented News entry about Format / Format Paragraph
Terry Jan Reedy
2013-08-10
1
-0/+4
*
|
Merge with 3.3
Terry Jan Reedy
2013-08-10
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
Terry Jan Reedy
2013-08-10
1
-0/+3
*
|
#18681: merge with 3.3.
Ezio Melotti
2013-08-10
1
-0/+2
|
\
\
|
|
/
|
*
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
Ezio Melotti
2013-08-10
1
-0/+2
*
|
Merge #8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray
2013-08-10
1
-0/+3
|
\
\
|
|
/
|
*
#8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray
2013-08-10
1
-0/+3
*
|
typo, changeset dd0d751cc7f1 belongs to issue #16499 not issue #16400
Christian Heimes
2013-08-10
1
-1/+1
*
|
Issue #16400: Add command line option for isolated mode.
Christian Heimes
2013-08-10
2
-2/+14
*
|
#18600: add policy to add_string, and as_bytes and __bytes__ methods.
R David Murray
2013-08-09
1
-0/+3
*
|
Closes #18671: Output more information when logging exceptions occur.
Vinay Sajip
2013-08-08
1
-0/+2
*
|
#18357: merge with 3.3.
Ezio Melotti
2013-08-08
2
-0/+4
|
\
\
|
|
/
|
*
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
2
-0/+4
*
|
#18273: merge with 3.3.
Ezio Melotti
2013-08-08
1
-0/+3
|
\
\
|
|
/
|
*
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...
Ezio Melotti
2013-08-08
1
-0/+3
*
|
Issue #15301: Parsing fd, uid, and gid parameters for builtins
Larry Hastings
2013-08-08
1
-1/+4
*
|
Issue #18621: Prevent the site module's patched builtins from keeping too man...
Antoine Pitrou
2013-08-06
1
-0/+3
*
|
#18443: remove the TextMate entry now that the bundle has been removed and fi...
Ezio Melotti
2013-08-06
1
-2/+1
*
|
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
Christian Heimes
2013-08-06
1
-0/+3
|
\
\
|
|
/
[prev]
[next]