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 #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
*
|
Issue #18439: Move news entry misplaced by graft merge.
Terry Jan Reedy
2013-07-22
1
-2/+2
*
|
Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.
Terry Jan Reedy
2013-07-22
1
-0/+2
*
|
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...
Raymond Hettinger
2013-07-20
1
-0/+3
*
|
Issue #18448: Fix a typo in Demo/newmetaclasses/Eiffel.py.
Serhiy Storchaka
2013-07-16
1
-0/+2
*
|
Issue #18455: multiprocessing should not retry connect() with same socket.
Richard Oudkerk
2013-07-15
1
-0/+2
*
|
Move entry from #18427 to the right section in the NEWS file
Ronald Oussoren
2013-07-15
1
-2/+2
*
|
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
Terry Jan Reedy
2013-07-13
2
-0/+6
*
|
Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it
Serhiy Storchaka
2013-07-11
1
-0/+3
*
|
Issue #18427: str.replace could crash the interpreter with huge strings.
Ronald Oussoren
2013-07-11
1
-1/+3
*
|
Issue #12990: The "Python Launcher" on OSX could not launch python scripts th...
Ronald Oussoren
2013-07-06
1
-0/+6
*
|
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
1
-0/+3
*
|
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
Antoine Pitrou
2013-07-04
1
-0/+2
*
|
Issue #17261: Ensure multiprocessing's proxies use proper address.
Richard Oudkerk
2013-07-02
1
-0/+2
*
|
Issue #17097: Make multiprocessing ignore EINTR.
Richard Oudkerk
2013-07-01
1
-0/+2
*
|
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
Terry Jan Reedy
2013-07-01
1
-0/+3
*
|
Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by
Terry Jan Reedy
2013-06-30
2
-0/+4
*
|
#18155: Regex-escape delimiter, in case it is a regex special char.
R David Murray
2013-06-29
2
-1/+6
*
|
Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
Terry Jan Reedy
2013-06-28
1
-0/+1
*
|
Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
Victor Stinner
2013-06-24
1
-2/+3
*
|
Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
Serhiy Storchaka
2013-06-23
1
-0/+3
*
|
Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()
Victor Stinner
2013-06-23
1
-0/+3
*
|
Issue #18137: Detect integer overflow on precision in float.__format__()
Victor Stinner
2013-06-23
1
-0/+3
*
|
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou
2013-06-18
2
-0/+4
*
|
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
Serhiy Storchaka
2013-06-17
1
-0/+3
*
|
#18113: Objects associated to a curses.panel object with set_userptr() were l...
Andrew Kuchling
2013-06-15
1
-0/+3
*
|
#5492: Avoid traceback when exiting IDLE caused by a race condition.
Roger Serwy
2013-06-12
1
-0/+2
*
|
#17511: Keep IDLE find dialog open after clicking "Find Next".
Roger Serwy
2013-06-11
2
-0/+4
*
|
Issue #18038: SyntaxError raised during compilation sources with illegal
Serhiy Storchaka
2013-06-09
1
-0/+3
*
|
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
Ezio Melotti
2013-06-08
1
-0/+1
*
|
Issue #18094: test_uuid no more reports skipped tests as passed.
Serhiy Storchaka
2013-05-31
1
-0/+2
*
|
Issue #15392: Create a unittest framework for IDLE, 2.7 version.
Terry Jan Reedy
2013-05-30
2
-0/+4
*
|
Issue #18098: The deprecated OS X Build Applet.app fails to build on
Ned Deily
2013-05-30
1
-0/+7
*
|
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
Senthil Kumaran
2013-05-29
1
-0/+4
[next]