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 #19018: The heapq.merge() function no longer suppresses IndexError
Raymond Hettinger
2013-09-15
2
-0/+5
*
Fix SimpleHTTPServer's request handling case on trailing '/'.
Senthil Kumaran
2013-09-13
1
-0/+3
*
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
Serhiy Storchaka
2013-09-13
2
-0/+5
*
Issue #18988: The "Tab" key now works when a word is already autocompleted.
Serhiy Storchaka
2013-09-11
1
-0/+2
*
Fix a typo. (closes #18953)
Serhiy Storchaka
2013-09-08
1
-1/+1
*
Closes issue 14971.
Michael Foord
2013-09-08
1
-0/+3
*
Close #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
2
-0/+6
*
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
2
-0/+4
*
Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
Terry Jan Reedy
2013-08-31
1
-0/+2
*
Issue #18851: Avoid a double close of subprocess pipes when the child process...
Antoine Pitrou
2013-08-30
1
-0/+3
*
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
2
-0/+4
*
#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
*
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
*
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
*
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 Unicode strings
Serhiy Storchaka
2013-08-21
1
-0/+3
*
Issue #15233: Python now guarantees that callables registered with the atexit
Charles-François Natali
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 and in the "replace"
Serhiy Storchaka
2013-08-20
2
-0/+7
*
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
-2/+2
*
merge 2.7
Christian Heimes
2013-08-17
1
-0/+1
|
\
|
*
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-0/+1
*
|
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
*
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
1
-0/+4
*
Issue #18718: datetime documentation contradictory on leap second support
David Wolever
2013-08-14
1
-0/+3
*
Add NEWS entry for 0f17aed78168 (issue #16248)
Antoine Pitrou
2013-08-13
1
-0/+2
*
Issue #17701: Improving strftime documentation
David Wolever
2013-08-12
1
-0/+1
|
\
*
|
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
*
|
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
2
-0/+4
*
|
Issue #15866: The xmlcharrefreplace error handler no more produces two XML
Serhiy Storchaka
2013-08-06
1
-0/+3
*
|
Issue #16067: Add description into MSI file to replace installer's temporary ...
Martin v. Löwis
2013-08-03
1
-0/+2
*
|
Issue #17998: Fix an internal error in regular expression engine.
Serhiy Storchaka
2013-08-03
1
-0/+2
*
|
Issue #17557: Fix os.getgroups() to work with the modified behavior of
Ned Deily
2013-08-02
2
-0/+4
*
|
Issue #18071: Extension module builds on OS X could fail with TypeError
Ned Deily
2013-07-31
1
-0/+3
*
|
Issue #18539: Calltips now work for float default arguments.
Terry Jan Reedy
2013-07-26
1
-0/+2
*
|
#14853: remove test that was making too many assumptions about stdin. Patch ...
Ezio Melotti
2013-07-25
1
-0/+1
[next]