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 #12990: The "Python Launcher" on OSX could not launch python scripts th...
Ronald Oussoren
2013-07-06
1
-0/+3
*
Issue #18375: Assume --randomize when --randseed is used for running the test...
Florent Xicluna
2013-07-06
1
-0/+3
*
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 #18343: faulthandler.register() now keeps the previous signal handler
Victor Stinner
2013-07-01
1
-0/+4
*
Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
Christian Heimes
2013-07-01
1
-0/+3
*
Issue #17097: Make multiprocessing ignore EINTR.
Richard Oudkerk
2013-07-01
1
-0/+2
*
Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
Christian Heimes
2013-07-01
1
-0/+3
*
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
Terry Jan Reedy
2013-07-01
1
-0/+3
*
Issue #18224: Removed pydoc script from created venv, as it causes problems o...
Vinay Sajip
2013-06-30
1
-0/+3
*
#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
*
#14360: Add news item.
R David Murray
2013-06-28
1
-0/+3
*
Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
Victor Stinner
2013-06-24
1
-3/+4
*
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/+4
*
Issue #18137: Detect integer overflow on precision in float.__format__() and
Victor Stinner
2013-06-23
1
-0/+3
*
Add -b and -X options to python man page.
Senthil Kumaran
2013-06-20
1
-4/+18
*
fix libffi build on AIX (closes #18248)
Benjamin Peterson
2013-06-19
1
-0/+2
*
merge heads
Christian Heimes
2013-06-19
2
-0/+4
|
\
|
*
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou
2013-06-18
2
-0/+4
*
|
Issue #18259: Declare sethostname in socketmodule.c for AIX
Christian Heimes
2013-06-19
1
-0/+2
|
/
*
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
Serhiy Storchaka
2013-06-17
1
-0/+3
*
news entry for subprocess double close fix.
Gregory P. Smith
2013-06-16
1
-0/+4
*
#18113: Objects associated to a curses.panel object with set_userptr() were l...
Andrew Kuchling
2013-06-15
1
-0/+3
*
Drop some dead imports of imp
Brett Cannon
2013-06-15
1
-0/+2
*
Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 o...
Christian Heimes
2013-06-14
1
-0/+5
*
#18196: Avoid displaying spurious SystemExit tracebacks.
Roger Serwy
2013-06-12
1
-0/+2
*
#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
*
remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value ...
Benjamin Peterson
2013-06-10
1
-0/+3
*
Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
Richard Oudkerk
2013-06-10
1
-0/+2
*
Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
Serhiy Storchaka
2013-06-09
1
-0/+2
*
Issue #15239: Make mkstringprep.py work again on Python 3.
Serhiy Storchaka
2013-06-09
1
-0/+5
*
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
*
#17691: test_univnewlines now works with unittest test discovery. Patch by Z...
Ezio Melotti
2013-06-08
1
-0/+3
*
Issue #18055: Move to importlib from imp for IDLE.
Brett Cannon
2013-06-07
1
-0/+2
*
Close #18109: os.uname() now decodes fields from the locale encoding, and
Victor Stinner
2013-06-03
1
-1/+5
*
Issue #18094: test_uuid no more reports skipped tests as passed.
Serhiy Storchaka
2013-05-31
1
-0/+2
*
Issue #15392: Finish news entry.
Terry Jan Reedy
2013-05-31
1
-1/+1
*
#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 #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
Serhiy Storchaka
2013-05-28
1
-0/+3
*
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
Serhiy Storchaka
2013-05-28
1
-0/+4
*
Issue #13772: Restored directory detection of targets in `os.symlink` on Wind...
Jason R. Coombs
2013-05-28
1
-0/+5
*
Issue #15392: Create a unittest framework for IDLE.
Terry Jan Reedy
2013-05-28
2
-0/+4
*
Issue #17953: document that sys.modules shouldn't be replaced (thanks
Brett Cannon
2013-05-24
1
-0/+3
*
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Ronald Oussoren
2013-05-24
1
-0/+3
[next]