]> granicus.if.org Git - python/shortlog
python
2016-01-07 Guido van RossumAdd another try/except PermissionError to avoid dependi...
2016-01-07 Guido van RossumAdd another try/except PermissionError to avoid dependi...
2016-01-07 Guido van RossumAdd another try/except PermissionError to avoid dependi...
2016-01-07 Berker PeksagFix typo in docstring of multiprocessing.spawn.spawn_main()
2016-01-07 Berker PeksagFix typo in docstring of multiprocessing.spawn.spawn_main()
2016-01-07 Berker PeksagIssue #5501: Clarify that invoking freeze_support(...
2016-01-07 Berker PeksagIssue #5501: Clarify that invoking freeze_support(...
2016-01-07 Senthil Kumaranmerge from 3.5
2016-01-07 Senthil Kumaranmerge from 3.4
2016-01-07 Senthil KumaranIssue16544 - Add a link to an external documentation...
2016-01-06 Guido van RossumDocs for issue #22570. (Merge 3.5->3.6)
2016-01-06 Guido van RossumCross-reference os.DirEntry and pathlib.Path for issue...
2016-01-06 Guido van RossumAdd versionadded (3.4.5) to docs for issue #22570....
2016-01-06 Guido van RossumAdd versionadded (3.4.5) to docs for issue #22570.
2016-01-06 Guido van RossumDocs for issue #22570. (Merge 3.4->3.5)
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 #22570: Add 'path' attribute to pathlib.Path...
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 #26012: Don't traverse into symlinks for ** patte...
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-06 Guido van RossumIssue #24120: Ignore PermissionError in pathlib.Path...
2016-01-06 Guido van RossumIssue #24120: Ignore PermissionError in pathlib.Path...
2016-01-05 Serhiy StorchakaIssue #20440: Cleaning up the code by using Py_SETREF.
2016-01-04 Senthil Kumaranmerge from 3.5
2016-01-04 Senthil Kumaranmerge from 3.4
2016-01-04 Senthil KumaranIssue24898 - Improve str.find documentation.
2016-01-03 Senthil Kumaranmerge from 3.5
2016-01-03 Senthil Kumaranmerge from 3.4
2016-01-03 Senthil KumaranIssue21221 - Explain the usage of tm_isdst attribute...
2016-01-02 R David Murray#21815: Make the doc change match what I actually did.
2016-01-02 R David Murray#21815: violate IMAP RFC to be compatible with, e.g...
2016-01-02 R David MurrayMerge: #22709: Use stdin as-is if it does not have...
2016-01-02 R David Murray#22709: Use stdin as-is if it does not have a buffer...
2016-01-02 Senthil Kumaranmerge from 3.5
2016-01-02 Senthil Kumaranmerge from 3.4
2016-01-02 Senthil KumaranIssue25917 : Fix howto links in docs. Point the referen...
2016-01-02 Gregory P.... Remove a duplicate test_addresses key:value as identifi...
2016-01-02 Gregory P.... Remove a duplicate test_addresses key:value as identifi...
2016-01-01 Ned DeilyUpdate copyrights for 2016.
2016-01-01 Ned DeilyUpdate copyrights for 2016.
2016-01-01 Ned DeilyUpdate copyrights for 2016.
2016-01-01 Zachary WareMerge with 3.5
2016-01-01 Zachary WareFix grammar.
2016-01-01 Benjamin Petersonmerge 3.5
2016-01-01 Benjamin Petersonmerge 3.4
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.5
2016-01-01 Benjamin Petersonmerge 3.4
2016-01-01 Benjamin Petersonmerge 3.3
2016-01-01 Benjamin Petersonreflow
2016-01-01 Benjamin Petersonmerge 3.5
2016-01-01 Benjamin Petersonmerge 3.4
2016-01-01 Benjamin Petersonmerge 3.3
2016-01-01 Benjamin Peterson2016 will be another year of writing copyrighted code
2015-12-30 Serhiy StorchakaIssue #25961: Disallowed null characters in the type...
2015-12-30 Serhiy StorchakaIssue #25961: Disallowed null characters in the type...
2015-12-30 Serhiy StorchakaMake catched exception more specific and correct a...
2015-12-30 Serhiy StorchakaMake catched exception more specific and correct a...
2015-12-30 Serhiy StorchakaFixed formatting comman-line usage message.
2015-12-30 Serhiy StorchakaFixed formatting comman-line usage message.
2015-12-29 Berker PeksagIssue #25977: Fix typos in Lib/tokenize.py
2015-12-29 Berker PeksagIssue #25977: Fix typos in Lib/tokenize.py
2015-12-29 Serhiy StorchakaClean up float.as_integer_ratio().
2015-12-29 Serhiy StorchakaIssue #25971: Optimized creating Fractions from floats...
2015-12-29 Benjamin Petersonmerge 3.5 (#25973)
2015-12-29 Benjamin Petersonmake recording and reporting errors and nonlocal and...
2015-12-29 Zachary WareIssue #25972, #20440: Fix compilation on Windows
2015-12-29 Brett CannonIssue #25802: Deprecate load_module() on importlib...
2015-12-29 Brett CannonMerge for backport of fix for issue #25930
2015-12-29 Brett CannonBackport of fix for issue #25930
2015-12-29 Brett CannonIssue #25930: Document that os.unlink and os.remove...
2015-12-29 Brett CannonIssue #25234: Skip test_eintr.test_os_open under OS X.
2015-12-29 Brett CannonTweak skipping message
2015-12-29 Brett CannonMerge
2015-12-29 Brett CannonIssue #24725: Skip the test_socket.testFDPassEmpty...
2015-12-29 Stefan KrahIssue #25940: Make buildbots usable again until a solut...
2015-12-28 Stefan KrahIssue #25928: Temporarily disable some tests in test_st...
2015-12-28 Stefan KrahFix typo.
2015-12-28 Stefan KrahMerge.
2015-12-28 Stefan KrahIssue #25928: Add Decimal.as_integer_ratio(). Python...
2015-12-28 Serhiy StorchakaMerge heads
2015-12-28 Serhiy StorchakaIssue #25447: Copying the lru_cache() wrapper object...
2015-12-28 Serhiy StorchakaIssue #25447: Copying the lru_cache() wrapper object...
2015-12-28 Ezio MelottiRemove duplicate method in test_pathlib. Initial patch...
2015-12-27 Brett CannonIssue #25768: Make compileall functions return booleans...
2015-12-27 Brett CannonMerge for issue #12484
2015-12-27 Brett CannonIssue #12484: Remove a mention of Py_InitModule() and...
2015-12-27 Brett CannonMerge for issue #25874
2015-12-27 Brett CannonIssue #25874: Clarify platform support in the "Using...
2015-12-27 Serhiy StorchakaIssue #20440: Cleaning up the code by using Py_SETREF...
2015-12-27 Serhiy StorchakaIssue #20440: More use of Py_SETREF.
2015-12-27 Serhiy StorchakaIssue #20440: More use of Py_SETREF.
2015-12-27 Serhiy StorchakaIssue #20440: Applied yet one patch for using Py_SETREF.
2015-12-27 Serhiy StorchakaIssue #20440: Applied yet one patch for using Py_SETREF.
2015-12-26 Vinay SajipCloses #25360: Merged fix from 3.5.
next