]> granicus.if.org Git - python/shortlog
python
2016-06-11 Benjamin Petersonraise an error when STARTTLS fails
2016-05-19 Guido van RossumBack out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
2016-05-02 Donald StufftUpgrade ensurepip bundled setuptools to 20.10.1
2016-04-14 Ethan FurmanIssue26748: Enum classes should evaluate as True
2016-03-22 Benjamin Petersonremove useless $ keyword (closes #17167)
2016-03-17 Donald StufftUpgrade ensurepip._bundled pip to 8.1.1 and setuptools...
2016-03-08 Serhiy StorchakaBacked out changeset 19a3e0e664af
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-04 Benjamin Petersonproperly use the ObjArgs variant of CallMethod in dictv...
2016-03-02 Berker PeksagIssue #26246: Set initial value of the hidden attr...
2016-03-02 Yury Selivanovasyncio: Update 3.4 asyncio/test_tasks to upstream...
2016-02-27 Ezio Melotti#26246: update copybutton.js after JQuery update. ...
2016-02-18 Benjamin Petersonopen the cert store readonly
2016-01-22 Benjamin Petersonreject negative data_size
2016-01-22 Donald StufftUpgrade pip to 8.0.2
2016-01-21 Benjamin Petersonprevent buffer overflow in get_data (closes #26171)
2016-01-21 Benjamin Petersonfix refleak in error condition
2016-01-21 Benjamin Petersonremove script from epub (closes #26172)
2016-01-20 Donald StufftUpdate pip to 8.0.0 and setuptools to 19.4
2016-01-16 Gregory P.... Make the error message regex more lenient so that it...
2016-01-15 Martin PanterIssue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4
2016-01-15 Martin PanterIssue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3
2016-01-15 Martin PanterIssue #25940: On Windows, connecting to port 444 return...
2016-01-14 Martin PanterIssue #25940: Update new SSL tests for self-signed...
2016-01-14 Martin PanterIssue #25940: Merge self-signed.pythontest.net testing...
2016-01-14 Martin PanterIssue #25940: Merge self-signed.pythontest.net testing...
2016-01-14 Martin PanterIssue #25940: Use self-signed.pythontest.net in SSL...
2016-01-11 Yury SelivanovIssue #26050: Add asyncio.StreamReader.readuntil()...
2016-01-11 Andrew SvetlovDocument asyncio.timeout()
2016-01-11 Andrew SvetlovSync with asyncio
2016-01-11 Andrew SvetlovSync with asyncio repo
2016-01-10 Benjamin Petersondelete old crypto prose (closes #26066)
2016-01-08 Benjamin Petersonfix typo in unittest docs (closes #26046)
2016-01-07 Guido van RossumHopeful fix for test_rglob_common on Windows without...
2016-01-07 Guido van RossumAdd another try/except PermissionError to avoid dependi...
2016-01-07 Senthil KumaranIssue16544 - Add a link to an external documentation...
2016-01-06 Guido van RossumAdd versionadded (3.4.5) to docs for issue #22570.
2016-01-06 Guido van RossumDocs for issue #22570.
2016-01-06 Guido van RossumIssue #22570: Add 'path' attribute to pathlib.Path...
2016-01-06 Guido van RossumIssue #26012: Don't traverse into symlinks for ** patte...
2016-01-06 Guido van RossumIssue #24120: Ignore PermissionError in pathlib.Path...
2016-01-04 Senthil KumaranIssue24898 - Improve str.find documentation.
2016-01-03 Senthil KumaranIssue21221 - Explain the usage of tm_isdst attribute...
2016-01-02 Senthil KumaranIssue25917 : Fix howto links in docs. Point the referen...
2016-01-01 Ned DeilyUpdate copyrights for 2016.
2016-01-01 Benjamin Petersonmerge 3.3
2016-01-01 Benjamin Petersonremove some copyright notices supserseded by the toplev...
2016-01-01 Benjamin Petersonadd 2015 and 2016
2016-01-01 Benjamin Petersonmerge 3.3
2016-01-01 Benjamin Petersonreflow
2016-01-01 Benjamin Petersonmerge 3.3
2016-01-01 Benjamin Peterson2016 will be another year of writing copyrighted code
2015-12-21 Larry HastingsMerge.
2015-12-21 Larry HastingsPost-release touchups for Python 3.4.4 final.
2015-12-20 Larry HastingsAdded tag v3.4.4 for changeset 737efcadf5a6
2015-12-20 Larry HastingsRelease bump for Python 3.4.4 final. v3.4.4
2015-12-20 Larry HastingsRebuild pydoc topics for Python 3.4.4 final.
2015-12-18 Terry Jan ReedyIssue #25905: Revert unwanted conversion of ' to ’...
2015-12-13 Vinay SajipFixes #25844: Corrected =/== typo potentially leading...
2015-12-12 Martin PanterIssue #25809: Skip testing platform-dependent French...
2015-12-17 Yury Selivanovdocs/asyncio: Twek sections names per Nick Coghlan...
2015-12-17 Yury Selivanovasyncio/tests: Fix a ResourceWarning due to unclosed...
2015-12-17 Yury Selivanovasyncio/tests: Fix ResourceWarnings related to unclosed...
2015-12-17 Yury Selivanovasyncio/tests: Fix some ResourceWarnings
2015-12-17 Yury Selivanovasyncio/tests: Fix deprecation warning
2015-12-17 Yury SelivanovNormalize whitespace
2015-12-17 Yury Selivanovasyncio: Skip getaddrinfo if host is already resolved.
2015-12-14 Gregory P.... merge head
2015-12-14 Gregory P.... Re-fix issue #19284: Don't generate the no-op -R comman...
2015-12-14 Gregory P.... Fix test_cmd_line not to fail if PYTHONHASHSEED is...
2015-12-14 Gregory P.... assert_python_ok docstring typo fix.
2015-12-13 R David Murray#25495: Clarify b2a_base64 documentation vis 57 bytes.
2015-12-13 Vinay SajipFixes #25844: Corrected =/== typo potentially leading...
2015-12-11 Yury Selivanovasyncio: Make Tasks check if Futures are attached to...
2015-12-11 Yury Selivanovasyncio: Sync with github
2015-12-07 doko@ubuntu.comRemove x permissions from Lib/test/test_script_helper.py
2015-12-07 Larry HastingsMerge.
2015-12-07 Larry HastingsPost-release fixups for Python 3.4.4rc1.
2015-12-06 Serhiy StorchakaIssue25814: Propagate all errors from custom XML parser...
2015-12-06 Larry HastingsAdded tag v3.4.4rc1 for changeset 04f3f725896c
2015-12-06 Larry HastingsVersion bump for 3.4.4rc1. v3.4.4rc1
2015-12-06 Larry HastingsRebuilt pydoc topics for 3.4.4rc1.
2015-12-06 Ned DeilyIssue #25798: Update OS X 10.5+ 32-bit-only installer...
2015-12-05 Martin PanterIssue #25764: Skip the test on OS X
2015-12-05 Benjamin Petersonmerge 3.3
2015-12-05 Benjamin Petersonfix reordering
2015-12-05 Benjamin Petersonmerge 3.3
2015-12-05 Benjamin Petersonmerge 3.2
2015-12-05 Benjamin Petersonadd CVE and issue number
2015-12-05 Zachary WareIssue #25800: Fix running test_capi directly
2015-12-05 R David Murray#24903: Remove misleading error message to fix regression.
2015-11-30 Martin PanterIssue #25764: Preserve subprocess fork exception when...
2015-12-03 Serhiy StorchakaIssue #6478: _strptime's regexp cache now is reset...
2015-12-02 Serhiy StorchakaIssue #25709: Fixed problem with in-place string concat...
2015-12-01 Steven D'ApranoMerge heads.
2015-12-01 Zachary WareIssue #25767: Link to English Wikipedia instead of...
2015-12-01 Steven D'ApranoFix for issue #25177 with the mean of very small and...
2015-11-30 Serhiy StorchakaRemoved debugging output of exception raised by __reduc...
2015-11-30 Serhiy StorchakaFixed reference leak when read truncated pickle.
2015-11-30 Serhiy StorchakaIssue #25718: Fixed copying object with state with...
next