]> granicus.if.org Git - python/shortlog
python
2016-06-08 Guido van RossumSync typing.py with upstream.
2016-06-08 Yury Selivanovasyncio: Remove line about asyncio.timeout() from the...
2016-06-08 Yury Selivanovasyncio: Remove asyncio.timeout() context manager.
2016-06-08 Yury Selivanovasyncio: Update whatsnew/3.5.2
2016-06-08 Yury SelivanovIssue #27136: Update asyncio docs
2016-06-08 Yury SelivanovIssue #27136: Fix DNS static resolution; don't use...
2016-06-08 Martin PanterIssue #23275: Backport target list assignment documenta...
2016-06-08 Berker PeksagIssue #21593: Clarify that re.search() returns the...
2016-06-08 Martin PanterIssue #25738: Don’t send message body for 205 Reset...
2016-06-08 Martin PanterIssue #21313: Tolerate truncated buildinfo in sys.version
2016-06-07 Vinay SajipFixed #27251: corrected string/bytes handling in creden...
2016-06-07 Terry Jan ReedyItems for NEWS and idlelib/NEWS.txt.
2016-06-07 Victor Stinneros.urandom() doesn't block on Linux anymore
2016-06-07 Martin PanterIssue #27229: Comment in middle of shell command fails...
2016-06-07 Martin PanterIssue #27229: Fix in-tree cross-build rule, by Xavier...
2016-06-06 Ned DeilyIssue #26014: Update 3.x packaging documentation:
2016-06-05 Martin PanterIssue #27164: Allow decompressing raw Deflate streams...
2016-06-05 Serhiy StorchakaIssue #27225: Fixed a reference leak in type_new when...
2016-06-05 Serhiy StorchakaIssue #21916: Added more tests for the turtle module.
2016-06-05 Martin PanterIssue #24291: Avoid WSGIRequestHandler doing partial...
2016-06-05 Senthil Kumaranissue27202 - Fix the mistake in changesets 70af472451cb...
2016-06-05 Berker PeksagIssue #17888: Add a note about contributing to Python...
2016-06-05 Senthil Kumaranissue27202 - Exclude 2.x release notes from python3...
2016-06-05 Senthil KumaranIssue27203 - Fix doctests Doc/faq/programming.rst.
2016-06-05 Gregory P.... Move the BrokenPipeError tests to the POSIXProcessTestC...
2016-06-05 Ned DeilyIssue #26930: Update OS X 32-bit-only installer builds...
2016-06-04 doko@ubuntu.com- Issue #26884: Fix linking extension modules for cross...
2016-06-04 Serhiy StorchakaMerge heads
2016-06-04 Serhiy StorchakaIssue #21916: Added tests for the turtle module.
2016-06-04 Terry Jan ReedyIssue #24759: Add 'private' notice for idlelib.idle_test.
2016-06-04 Terry Jan ReedyRevise and synchronize idle_test.test_configdialog.
2016-06-04 Zachary WareIssue #26809: Add __all__ to string module. Patch...
2016-06-04 Gregory P.... issue26372 - use os.devnull instead of /dev/null
2016-06-04 Serhiy StorchakaIssue #20041: Fixed TypeError when frame.f_trace is...
2016-06-04 Kushal DasIssue #19234: Documents socket.fileno() returns -1...
2016-06-04 Ned DeilyIssue 27216: Fix typo (noticed by Alex Chan).
2016-06-04 Martin PanterClarify deprecation of ElementTree.XMLParser(html=...
2016-06-04 Terry Jan ReedyIDLE test README: 'gui' to 'GUI', except in "'gui'...
2016-06-04 Benjamin Petersonmerge heads
2016-06-04 Benjamin Petersonfix indentation of comment
2016-06-04 Martin PanterFix typos in code comment and documentation
2016-06-04 Terry Jan ReedyIssue #27196: Stop 'application destroyed' warnings...
2016-06-04 Terry Jan ReedyIssue 20567: Revise idle_test/README.txt and some tests...
2016-06-04 Gregory P.... Fixes Issue #26373: subprocess.Popen.communicate now...
2016-06-03 R David Murray#16484: Fix pydoc doc links to modules whose names...
2016-06-03 Ned Deilyfinal step in backout of bad default->3.5 merge d085b4f...
2016-06-03 Ned Deilyfirst step in backout of bad default->3.5 merge d085b4f...
2016-06-03 R David MurrayMerge: #22797: clarify when URLErrors are raised by...
2016-06-03 R David Murray#22797: clarify when URLErrors are raised by urlopen.
2016-06-03 Serhiy StorchakaNull merge
2016-06-03 Serhiy StorchakaMerge heads
2016-06-03 Serhiy StorchakaMerge heads
2016-06-03 Serhiy StorchakaMerge 3.5.
2016-06-03 Serhiy StorchakaMerge heads
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_string_merged.py back to...
2016-06-03 Serhiy StorchakaIssue #27185: Merge test_pep292.py into test_string_mer...
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_pep292.py to test_string_merg...
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_string.py to test_string_merg...
2016-06-03 Senthil Kumaran[merge from 3.5] - issue27113 - Document "check_same_th...
2016-06-03 Senthil Kumaranissue27113 - Document "check_same_thread" parameter...
2016-06-03 Senthil Kumaran[merge from 3.5] - issue8519 - Reference termios and...
2016-06-03 Senthil Kumaranissue8519 - Reference termios and ioctl manual pages...
2016-06-03 Gregory P.... issue27167: make the test not care about the exact...
2016-06-03 Gregory P.... Issue #27167: Clarify the subprocess.CalledProcessError...
2016-06-03 Gregory P.... issue25931: document that socketserver.Forking* are...
2016-06-03 Gregory P.... Issue25931: fix tests broken by the conditional define...
2016-06-03 Gregory P.... typo fix
2016-06-03 Gregory P.... merge 3.5
2016-06-03 Gregory P.... Document that CalledProcessError.returncode is the...
2016-06-03 Gregory P.... Reindent properly.
2016-06-03 Gregory P.... Issue #25931: Don't defining socketserver.Forking*...
2016-06-03 R David MurrayMerge: #26829: Clarify that namespace is copied to...
2016-06-03 R David Murray#26829: Clarify that namespace is copied to a new __dic...
2016-06-02 R David MurrayMerge: #27185: move test_pep292 into test_string.
2016-06-02 R David Murray#27185: move test_pep292 into test_string.
2016-06-02 Berker PeksagIssue #16192: Merge from 3.5
2016-06-02 Berker PeksagIssue #16192: Fix copy and paste mistake noticed by...
2016-06-02 Ethan Furmanissue27186 -- initial docs, tests, and python version...
2016-06-02 Yury SelivanovMerge 3.5 (asyncio)
2016-06-02 Yury Selivanovasyncio: Fix getaddrinfo to accept service names (for...
2016-06-02 Yury SelivanovMerge 3.5 (asyncio)
2016-06-02 Berker PeksagIssue #21776: Merge from 3.5
2016-06-02 Berker PeksagIssue #21776: distutils.upload now correctly handles...
2016-06-02 Yury Selivanovasyncio: Support host=b'' for getaddrinfo
2016-06-02 R David MurrayMerge: #20973: add total ordering tests for ipaddress
2016-06-02 R David Murray#20973: add total ordering tests for ipaddress
2016-06-02 Benjamin Petersonmerge 3.5
2016-06-02 Benjamin Petersonremove (hilarious) defaults for various constants getpa...
2016-06-02 R David MurrayMerge: #13784: fix xml.sax.reader getColumn/LineNumber...
2016-06-02 Berker PeksagIssue #16192: Merge from 3.5
2016-06-02 Berker PeksagIssue #16192: Clarify when c_int is an alias to c_long...
2016-06-02 R David Murray#13784: fix xml.sax.reader getColumn/LineNumber docs.
2016-06-02 Benjamin Petersonmerge 3.5
2016-06-02 Benjamin Petersonnote that Py_VISIT handles NULL (closes #27183)
2016-06-02 Berker PeksagIssue #23116: Improve ask_ok() example in the Python...
2016-06-02 Benjamin Petersonreplace custom validation logic in the parse module...
2016-06-02 Berker PeksagIssue #23116: Merge from 3.5
2016-06-02 Kushal DasIssue #21271: Adds new keyword only parameters in reset...
2016-06-02 Martin PanterIssue #27171: Fix typo in exception message
2016-06-02 Martin PanterIssue #27171: Merge typo fixes from 3.5
next