]> granicus.if.org Git - python/shortlog
python
2017-09-14 Victor Stinner_ssl_: Fix compiler warning (#3559)
2017-09-14 Eric Snowbpo-30860: Fix a refleak. (#3567)
2017-09-14 Eric Snowbpo-31404: Revert "remove modules from Py_InterpreterSt...
2017-09-14 Serhiy Storchakabpo-31462: Remove trailing whitespaces. (#3564)
2017-09-14 swwImprove code examples in hashlib cookie signing (GH...
2017-09-14 Xiang Zhangbpo-30246: fix several error messages which only mentio...
2017-09-13 Mariattabpo-31458: Update Misc/NEWS link in What's New page...
2017-09-13 Victor Stinnerbpo-31234: Try to fix lock_tests warning (#3557)
2017-09-13 Ivan Levkivskyibpo-28556: Minor updates to typing module (#3550)
2017-09-13 Oren Milmanbpo-31418: Fix an assertion failure in PyErr_WriteUnrai...
2017-09-13 Victor Stinnerbpo-31234: threading_cleanup() now warns immediately...
2017-09-13 Joel SchaererUpdate subprocess.communicate() docstring.
2017-09-13 Victor Stinnerbpo-31234, socket.create_connection(): Fix ref cycle...
2017-09-13 Victor Stinnerbpo-31234: Fix dangling thread in test_ftplib (#3544)
2017-09-13 Victor Stinnerbpo-31448, test_poplib: Fix ResourceWarning (#3542)
2017-09-13 Victor StinnerTravis CI: run coverage test using --fail-env-changed...
2017-09-13 Victor Stinnerbpo-31234: Fix dangling thread in test_ftp/poplib ...
2017-09-13 Victor Stinnerbpo-31233: socketserver.ThreadingMixIn.server_close...
2017-09-13 Victor Stinnerbpo-30830: logging.config.listen() calls server_close...
2017-09-13 Louie LuMention enum as an ex (#2982)
2017-09-13 Mariattabpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526)
2017-09-13 Aivar Annamaabpo-31394: Clarify documentation about token type attri...
2017-09-13 Victor Stinnerbpo-31249: Fix test_concurrent_futures dangling thread...
2017-09-12 Victor Stinnerbpo-31234: Enhance test_thread.test_forkinthread()...
2017-09-12 Oren Milmanbpo-31428: Prevent raising a SystemError in case the...
2017-09-12 Terry Jan Reedybpo-31421: Document how IDLE runs tkinter programs...
2017-09-12 Terry Jan Reedybpo-27099: Finish updating IDLE doc and help text....
2017-09-12 Eric Snowbpo-30860: Move windows.h include out of internal/...
2017-09-12 Eric Snowbpo-30860: Fix a refleak. (#3506)
2017-09-12 Eric Snowbpo-30860: Always provide serialno. (#3507)
2017-09-11 Oren Milmanbpo-31416: Fix assertion failures in case of a bad...
2017-09-11 Terry Jan Reedybpo-30928: Update idlelib/NEWS.txt to 2017-09-11. ...
2017-09-11 Terry Jan Reedybpo-31414: IDLE -- fix tk entry box tests by deleting...
2017-09-11 Victor Stinnerbpo-30860: Add Include/internal/ in "make tags" (#3498)
2017-09-11 Victor Stinnertest_ssl: Implement timeout in ssl_io_loop() (#3500)
2017-09-11 Zackery SpytzRemove a null statement that was necessary for --withou...
2017-09-11 Benjamin Petersonbpo-31373: remove overly strict float range checks...
2017-09-11 Oren Milmanbpo-31411: Prevent raising a SystemError in case warnin...
2017-09-11 Cheryl Sabellabpo-30781: IDLE: Fix help button on configdialog (...
2017-09-10 wohlgangerbpo-27099: IDLE - Convert built-in extensions to regula...
2017-09-10 Antoine PitrouSimplify run_tests.py (#3482)
2017-09-10 Raymond Hettingerbpo-28638: Optimize namedtuple() creation time by minim...
2017-09-10 Stefan Krahbpo-31406: Fix crash due to lack of type checking in...
2017-09-10 Zhiming WangImprove IncrementalEncoder documentation (GH-2746)
2017-09-09 Stefan Krahbpo-31403: Remove WITHOUT_THREADS from _decimal. (...
2017-09-09 Sergey FedoseevMake `json.dumps()` example to be PEP-8 compliant....
2017-09-09 Steve Dowerbpo-31392: Update SSL build for 1.1.0 (#3448)
2017-09-09 Gregory P.... bpo-29639: change test.support.HOST to "localhost"
2017-09-08 Han Leebpo-26669: Fix nan arg value error in pytime.c (#3085)
2017-09-08 Steve Dowerbpo-31400: Improve SSL error handling on Windows (...
2017-09-08 Christian Heimesbpo-28182: restore backwards compatibility (#3464)
2017-09-08 Benjamin Petersondelete dead locale initialization code for windows...
2017-09-08 octaviansoldeabpo-31354: Let configure --with-lto work on all builds
2017-09-08 Christian Heimesbpo-28182: Expose OpenSSL verification results (#3412)
2017-09-08 Steve DowerFixes reference leak (#3457)
2017-09-08 Benjamin Petersonreplace custom table with pyctype (#3456)
2017-09-08 Serhiy Storchakabpo-31393: Fix the use of PyUnicode_READY(). (#3451)
2017-09-08 Raymond HettingerShow example of itemgetter() applied to a dictionary...
2017-09-08 Benjamin Petersonupdate all_name_chars comment after 9020ac7cce97dddad51...
2017-09-08 Eric Snowbpo-30860: Consolidate stateful runtime globals. (...
2017-09-08 Steve DowerUpdates PCBuild/readme.txt (#3418)
2017-09-08 Christian Heimesbpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3...
2017-09-08 Benjamin Petersonoptimize all_name_chars (#3442)
2017-09-08 Ned Deilybpo-31036: Allow sphinx and blurb to be found automatic...
2017-09-08 Nick Coghlanbpo-31344: Per-frame control of trace events (GH-3417)
2017-09-07 Gregory P.... bpo-22635: Update the getstatusoutput docstring. (...
2017-09-07 Christian Heimesbpo-27340: Use memoryview in SSLSocket.sendall() (...
2017-09-07 Christian Heimesbpo-28958: Improve SSLContext error reporting. (#3414)
2017-09-07 Raymond Hettingerbpo-31270: Modification of Pr 3200 (#3427)
2017-09-07 Christian HeimesUpdate copyright PSF to 2001-2017 (#3421)
2017-09-07 Pablo Galindobpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHan...
2017-09-07 Elena Oatbpo-31330: Clarify that RawTextHelpFormatter collapses...
2017-09-07 Steve Dowerbpo-30389 Adds detection of VS 2017 to distutils._msvcc...
2017-09-07 Benjamin Petersonbpo-31373: fix undefined floating-point demotions ...
2017-09-07 Benjamin Petersonremove current_filename optimization from marshal ...
2017-09-07 Antoine Pitroubpo-31370: Remove support for threads-less builds ...
2017-09-07 Steve DowerAdd props file for nuget packages (#3410)
2017-09-07 Christian HeimesUpdate multissl test helper (#3349)
2017-09-07 Devin JeanpierreAvoid UB in test selection macro. (#3407)
2017-09-07 Gregory P.... bpo-22635: subprocess.getstatusoutput doc update. ...
2017-09-07 Zachary Warebpo-31358: Pull zlib out of the repository (GH-3375)
2017-09-07 Łukasz Langabpo-30465: Fix lineno and col_offset in fstring AST...
2017-09-07 MariattaCreate PULL_REQUEST_TEMPLATE.md (GH-3404)
2017-09-07 R. David Murraybpo-14191 Add parse_intermixed_args. (#3319)
2017-09-06 Christian Heimesbpo-21649: Add RFC 7525 and Mozilla server side TLS...
2017-09-06 Zachary WareRemove all mention of Windows IA-64 support (GH-3389)
2017-09-06 caaverybpo-27584: New addition of vSockets to the python socke...
2017-09-06 Steve DowerFixes Tix build by correcting the directories used...
2017-09-06 Shlomi Fishbpo-30912: Don't check the content of ffi.h (GH-2687)
2017-09-06 Devin Jeanpierrebpo-29505: Add fuzz tests for float(str), int(str)...
2017-09-06 Steve Dowerbpo-31340: Change to building with MSVC v141 (included...
2017-09-06 Antoine PitrouRevert "pytime: include winsock2, so we can have a...
2017-09-06 Ammar Askarbpo-31178: Avoid concatenating bytes with str in subpro...
2017-09-06 Christian Heimesbpo-29781: Fix SSLObject.version before handshake ...
2017-09-06 Christian HeimesStop test_xmlrpc from writing to sys.stderr (#3359)
2017-09-06 Eric SnowRevert "bpo-30860: Consolidate stateful runtime globals...
2017-09-06 Benjamin Petersonpytime: include winsock2, so we can have a complete...
2017-09-06 Benjamin Petersoncorrect initialization code (#3376)
2017-09-06 Eric Snowbpo-30860: Consolidate stateful runtime globals. (...
2017-09-06 Victor Stinnerbpo-31355: Travis CI: remove the macOS job (#3367)
next