]> granicus.if.org Git - python/shortlog
python
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
2016-06-02 Martin PanterIssue #27171: Fix typos in documentation, comments...
2016-06-02 Berker PeksagIssue #12243: Merge from 3.5
2016-06-02 Berker PeksagIssue #12243: Remove redundant availability notes from...
2016-06-01 Berker PeksagIssue #27178: Fix markup in tutorial
2016-06-01 Berker PeksagMerge from 3.5
2016-06-01 Berker PeksagFix link in programming FAQ.
2016-06-01 Berker PeksagIssue #27174: Merge from 3.5
2016-06-01 Berker PeksagIssue #27174: Update IPython URL in tutorial
2016-06-01 Berker PeksagMerge from 3.5
2016-06-01 Berker PeksagFix typo in Python tutorial
2016-06-01 Martin PanterIssue #25570: Merge add_header() example from 3.5
2016-06-01 Martin PanterIssue #25570: Add example of customizing User-Agent...
2016-06-01 Zachary WareMerge with 3.5
2016-06-01 Zachary WareFix typo
2016-06-01 Terry Jan ReedyIssue # 24225: Update idlelib.README.txt with new file...
2016-05-30 Terry Jan ReedyIssue #27156: Remove obsolete code not used by IDLE.
2016-05-30 Martin PanterIssue #27125: Remove duplicated words in exception...
2016-05-30 Martin PanterIssue #27125: Merge typo fixes from 3.5
2016-05-30 Terry Jan ReedyAdd items to MISC/NEWS and idlelib/NEWS.txt.
2016-05-30 Terry Jan ReedyAdd items to MISC/NEWS and idlelib/NEWS.txt.
2016-05-30 Martin PanterIssue #27125: Remove duplicated words from documentatio...
2016-05-30 Senthil Kumaran[merge from 3.5] issue27043 - Explain the inspect.clean...
2016-05-30 Senthil Kumaranissue27043 - Explain the inspect.cleandoc behavior...
2016-05-29 Serhiy StorchakaIssue #27033: Removed unnecessary the bool calls.
2016-05-29 Serhiy StorchakaImproved docs for issue27033. Based on comments by...
2016-05-29 Terry Jan ReedyMerge heads
2016-05-29 Terry Jan ReedyNull merge
2016-05-29 Martin PanterIssue #27125: Merge typo fixes from 3.5
2016-05-29 Terry Jan ReedyIssue #27117: Make ColorDelegator htest and turtledemo...
2016-05-29 Terry Jan ReedyIssue #27117: Make colorizer htest and turtledemo work...
2016-05-29 Martin PanterIssue #27125: Fix various errors like “will [be] inherited”
2016-05-29 Martin PanterIssue #27124: Merge binascii doc from 3.5
2016-05-29 Martin PanterIssue #27124: Fix documentation of exception raised...
2016-05-28 Benjamin Petersonmerge 3.5
2016-05-28 Benjamin Petersonmerge heads
2016-05-28 Benjamin Petersonmerge heads
2016-05-28 Benjamin Petersonmerge heads
2016-05-28 Gregory P.... Fix issue27146 - add stdio.h include to posixmodule...
2016-05-28 Benjamin Petersonmerge 3.5
2016-05-28 Benjamin Petersonbackout 3c9512d8ac0d
2016-05-28 Gregory P.... Fix issue27146 - add stdio.h include to posixmodule...
2016-05-28 Eric SnowIssue #27147: Mention PEP 420 in the importlib docs.
2016-05-28 Eric SnowIssue #27147: Mention PEP 420 in the importlib docs.
2016-05-28 Terry Jan ReedyIssue #24225: Within idlelib files, update idlelib...
2016-05-28 Serhiy StorchakaIssue #27138: Regenerate Python/importlib_external.h.
2016-05-28 Serhiy StorchakaIssue #27138: Regenerate Python/importlib_external.h.
2016-05-28 Serhiy StorchakaMerge heads (issue #25926).
2016-05-28 Raymond HettingerIssue 25926: Clarify that the pure python equivalents...
2016-05-28 Raymond HettingerIssue 25926: Clarify that the pure python equivalents...
2016-05-28 Martin PanterIssue #26553: Merge capitalization from 3.5
2016-05-28 Martin PanterIssue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
2016-05-28 Martin PanterIssue #20699: Merge io bytes-like fixes from 3.5
2016-05-28 Martin PanterIssue #20699: Document that “io” methods accept bytes...
2016-05-27 Eric SnowIssue #27138: Fix the doc comment for FileFinder.find_s...
2016-05-27 Eric SnowIssue #27138: Fix the doc comment for FileFinder.find_s...
2016-05-27 Martin PanterIssue #5784: Merge zlib from 3.5
2016-05-27 Martin PanterIssue #5784: wbits=0 apparently added in zlib v1.2.3.5
2016-05-27 Martin PanterIssue #5784: Merge zlib from 3.5
2016-05-27 Martin PanterIssue #5784: Expand documentation and tests for zlib...
2016-05-27 Benjamin Petersonmerge 3.5
2016-05-27 Benjamin Petersonstop talking about svn
2016-05-27 Benjamin Petersonmerge 3.5
2016-05-27 Benjamin Petersonremove cruft from Schwarzian transform section
2016-05-27 Benjamin Petersonmerge 3.5
2016-05-27 Benjamin Peterson"Numeric Python" -> "NumPy"
2016-05-26 Steve DowerIssue #27114: Fix SSLContext._load_windows_store_certs...
2016-05-26 Steve DowerIssue #27114: Fix SSLContext._load_windows_store_certs...
next