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 #18942: sys._debugmallocstats() output was damaged on Windows.
Tim Peters
2013-09-06
1
-0/+2
*
|
|
|
Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
Serhiy Storchaka
2013-09-05
1
-0/+3
*
|
|
|
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
Serhiy Storchaka
2013-09-05
1
-0/+3
*
|
|
|
Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
Victor Stinner
2013-09-04
1
-0/+3
*
|
|
|
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
1
-0/+3
*
|
|
|
Issue #16826: Revert fix while Windows issues are being worked out.
Meador Inge
2013-09-04
1
-2/+0
*
|
|
|
Issue #16826: Don't check for PYTHONCASEOK when using -E.
Meador Inge
2013-09-03
1
-0/+2
*
|
|
|
Issue #12037: Fix test_email for desktop Windows.
Terry Jan Reedy
2013-08-31
1
-0/+2
*
|
|
|
Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
Terry Jan Reedy
2013-08-31
1
-0/+2
*
|
|
|
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
2
-0/+4
*
|
|
|
Fixes issue #15507: test_subprocess's test_send_signal could fail if the test
Gregory P. Smith
2013-08-29
1
-0/+5
*
|
|
|
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka
2013-08-29
1
-0/+2
*
|
|
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-0/+3
*
|
|
|
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
Ezio Melotti
2013-08-25
1
-0/+1
*
|
|
|
Issue #18817: Fix a resource warning in Lib/aifc.py demo.
Serhiy Storchaka
2013-08-25
1
-0/+2
*
|
|
|
#16611: BaseCookie now parses 'secure' and 'httponly' flags.
R David Murray
2013-08-25
1
-0/+3
*
|
|
|
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
Christian Heimes
2013-08-25
1
-0/+3
*
|
|
|
Issue #18747: Fix spelling errors in my commit message and comments,
Christian Heimes
2013-08-25
1
-1/+1
*
|
|
|
Close #17702: On error, os.environb now removes suppress the except context
Victor Stinner
2013-08-23
1
-0/+3
*
|
|
|
NEW entry for issue #18755
Brett Cannon
2013-08-23
1
-0/+3
*
|
|
|
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
Serhiy Storchaka
2013-08-22
1
-0/+2
*
|
|
|
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-0/+3
*
|
|
|
Issue #18747: Update Misc/NEWS to reflect the latest changeset.
Christian Heimes
2013-08-22
1
-1/+1
*
|
|
|
#18324: set_payload now correctly handles binary input.
R David Murray
2013-08-22
1
-0/+3
*
|
|
|
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
1
-0/+4
*
|
|
|
Issue #17119: Fixed integer overflows when processing large strings and tuples
Serhiy Storchaka
2013-08-21
1
-0/+3
*
|
|
|
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
1
-0/+4
*
|
|
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
2
-0/+4
*
|
|
|
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
Serhiy Storchaka
2013-08-20
1
-0/+3
*
|
|
|
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
Christian Heimes
2013-08-19
1
-0/+3
*
|
|
|
add missing #
Christian Heimes
2013-08-18
1
-1/+1
*
|
|
|
Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
Christian Heimes
2013-08-17
1
-0/+2
*
|
|
|
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-1/+1
*
|
|
|
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...
Christian Heimes
2013-08-17
1
-0/+3
*
|
|
|
merge
Christian Heimes
2013-08-16
1
-0/+7
|
\
\
\
\
|
*
|
|
|
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 #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
1
-0/+6
|
/
/
/
/
*
|
|
|
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
Eric Snow
2013-08-15
1
-0/+2
*
|
|
|
Issue #18405: Improve the entropy of crypt.mksalt().
Victor Stinner
2013-08-13
1
-0/+2
*
|
|
|
Issue #17701: Improving strftime documentation.
David Wolever
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
*
|
|
|
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
Terry Jan Reedy
2013-08-10
2
-0/+4
*
|
|
|
Issue #18429: Add user-oriented News entry about Format / Format Paragraph
Terry Jan Reedy
2013-08-10
1
-0/+4
*
|
|
|
Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
Terry Jan Reedy
2013-08-10
1
-0/+3
*
|
|
|
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
Ezio Melotti
2013-08-10
1
-0/+2
*
|
|
|
#8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray
2013-08-10
1
-0/+3
*
|
|
|
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
2
-0/+4
*
|
|
|
#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 #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
Christian Heimes
2013-08-06
1
-0/+3
[prev]
[next]