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 #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
*
Issue #18080: When building a C extension module on OS X, if the compiler
Ned Deily
2013-05-28
1
-0/+5
*
Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.
Raymond Hettinger
2013-05-27
1
-0/+2
*
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Ronald Oussoren
2013-05-24
1
-1/+4
*
Issue #17532: Always include Options menu for IDLE on OS X.
Ned Deily
2013-05-22
2
-0/+4
*
implement missing inequality on WeakSet
Benjamin Peterson
2013-05-22
1
-0/+2
*
Issue #17844: Refactor a documentation of Python specific encodings.
Serhiy Storchaka
2013-05-22
1
-1/+6
*
Issue #17979: Fixed the re module in build with --disable-unicode.
Serhiy Storchaka
2013-05-21
1
-0/+2
*
#14146: Highlight source line while debugging on Windows.
Roger Serwy
2013-05-21
1
-0/+6
*
add missing NULL check (closes #18019)
Benjamin Peterson
2013-05-20
1
-0/+3
*
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Antoine Pitrou
2013-05-19
1
-0/+6
*
Issue #17981: Closed socket on error in SysLogHandler.
Vinay Sajip
2013-05-16
1
-0/+2
*
- Fix typos in the multiprocessing module.
doko@ubuntu.com
2013-05-15
1
-0/+2
*
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
doko@ubuntu.com
2013-05-15
1
-0/+1
*
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
Serhiy Storchaka
2013-05-12
2
-0/+5
[next]