]> granicus.if.org Git - python/shortlog
python
2014-10-08 Steve DowerDrop pydocgui.pyw from the distribution (post-merge...
2014-10-08 Berker PeksagIssue #22576: Fix signatures of FTP.storbinary() and...
2014-10-08 Berker PeksagIssue #22576: Fix signatures of FTP.storbinary() and...
2014-10-08 Larry HastingsMostly-null-merge from 3.4 branch following 3.4.2 release.
2014-10-08 Larry HastingsMerge from 3.4.2 release head back into 3.4 mainline.
2014-10-08 Larry HastingsPost-release changes after 3.4.2 final.
2014-10-07 Terry Jan ReedyMerge with 3.4: idlelib.configHandler
2014-10-07 Terry Jan Reedyidlelib.configHandler: revise docstrings, add spaces...
2014-10-07 Benjamin Petersonmerge 3.4
2014-10-07 Benjamin Petersonuse source role instead of linking to svn
2014-10-06 Georg Brandlmerge with 3.4
2014-10-06 Georg BrandlCloses #16155: fix a few errors in doctest output of...
2014-10-06 Georg Brandlmerge with 3.4
2014-10-06 Georg BrandlCloses #12148: clarify "or's together option flags...
2014-10-06 Georg Brandlmerge with 3.4
2014-10-06 Georg BrandlCloses #21782: the default hash(x) is not exactly id...
2014-10-06 Georg Brandlmerge with 3.4
2014-10-06 Georg BrandlCloses #10031: overhaul the "imports" section of the...
2014-10-06 Georg BrandlCloses #21480: better explanation of "hg touch" in...
2014-10-06 Georg Brandlmerge with 3.4
2014-10-06 Georg BrandlClean up the docs of PyObject_IsSubclass and PyObject_I...
2014-10-06 Georg Brandlmerge with 3.4
2014-10-06 Georg BrandlCloses #22507: document that PyType_IsSubtype does...
2014-10-06 Georg Brandlmerge with 3.4
2014-10-06 Georg BrandlDocument builtin classes as such, not functions.
2014-10-06 Georg Brandlmerge with 3.4
2014-10-06 Georg BrandlCloses #22565: fix argument types of PyErr_WarnEx.
2014-10-06 Terry Jan ReedyMerge with 3.4
2014-10-06 Terry Jan ReedyIssue #22546: update doc for mini-language float None...
2014-10-06 Larry HastingsAdded tag v3.4.2 for changeset ab2c023a9432
2014-10-06 Larry HastingsRelease bump for 3.4.2 final. v3.4.2
2014-10-06 Larry HastingsUpdate pydoc topics and fix supsicious markup for 3...
2014-10-06 Benjamin Petersonmerge 3.4 (#18494)
2014-10-06 Benjamin PetersonPyObject not PyType (closes #18494)
2014-10-05 Antoine PitrouRemove unused "block" argument in SSLObject.do_handshak...
2014-10-05 Antoine PitrouIssue #21965: Add support for in-memory SSL to the...
2014-10-05 Antoine PitrouCloses #21173: Fix len() on a WeakKeyDictionary when...
2014-10-05 Antoine PitrouCloses #21173: Fix len() on a WeakKeyDictionary when...
2014-10-05 R David Murray#16518: Bring error messages in harmony with docs ...
2014-10-05 Victor StinnerMerge 3.4
2014-10-05 Victor Stinnercleanup test_posix
2014-10-05 Victor StinnerIssue #22390: Remove files created by tests
2014-10-05 Victor Stinner(Merge 3.4) Issue #22290: Fix error handling in the...
2014-10-05 Victor StinnerIssue #22290: Fix error handling in the _posixsubproces...
2014-10-05 Georg Brandlmerge with 3.4
2014-10-05 Georg BrandlCloses #19477: remove outdated documentation of tp_prin...
2014-10-05 Antoine PitrouAdd Dan O'Reilly to Misc/ACKS
2014-10-04 R David MurrayMerge: #14201: Update ctypes docs to match behavior...
2014-10-04 R David Murray#14201: Update ctypes docs to match behavior changed...
2014-10-04 R David MurrayMerge: #11866: Eliminate race condition in the computat...
2014-10-04 R David Murray#11866: Eliminate race condition in the computation...
2014-10-04 Antoine PitrouIssue #21905: Avoid RuntimeError in pickle.whichmodule...
2014-10-04 Antoine PitrouAdd NEWS entry I forgot to commit.
2014-10-04 Antoine PitrouIssue #21905: Avoid RuntimeError in pickle.whichmodule...
2014-10-04 Antoine PitrouIssue #11271: concurrent.futures.Executor.map() now...
2014-10-04 Serhiy StorchakaFixed tests on Windows for issue #21883.
2014-10-04 Serhiy StorchakaFixed issue number for issue #22470 in Misc/NEWS.
2014-10-04 Serhiy StorchakaFixed issue number for issue #22470 in Misc/NEWS.
2014-10-04 Serhiy StorchakaIssue #21883: os.path.join() and os.path.relpath()...
2014-10-04 Serhiy StorchakaNull merge
2014-10-04 Serhiy StorchakaMerge heads
2014-10-04 Serhiy StorchakaMerge heads
2014-10-04 Serhiy StorchakaIssue #22518: Fixed integer overflow issues in "backsla...
2014-10-04 Nick CoghlanMerge packaging doc updates from 3.4
2014-10-04 Serhiy StorchakaIssue #22518: Fixed integer overflow issues in "backsla...
2014-10-04 Nick CoghlanRealign packaging docs with PyPUG changes
2014-10-04 Serhiy StorchakaIssue #22219: The zipfile module CLI now adds entries...
2014-10-04 Serhiy StorchakaIssue #22219: The zipfile module CLI now adds entries...
2014-10-04 R David MurrayMerge: #14056: Small improvements to the tarfile docume...
2014-10-04 R David Murray#14056: Small improvements to the tarfile documentation.
2014-10-03 Benjamin Petersonmerge 3.4
2014-10-03 Benjamin Petersonseparate cert loading tests into Windows and non-Window...
2014-10-03 Benjamin Petersonmerge 3.4 (#22449)
2014-10-03 Benjamin Petersonalso use openssl envvars to find certs on windows ...
2014-10-03 R David Murray#22508: Drop email __version__ string. It no longer...
2014-10-03 Zachary WareMerge with 3.4
2014-10-03 Zachary WareFix a few typo/grammar issues in the multiprocessing...
2014-10-03 R David MurrayMerge: #12780: update inspect test skipIf for PEP 3147.
2014-10-03 R David Murray#12780: update inspect test skipIf for PEP 3147.
2014-10-03 Victor Stinnerfaulthandler: enhance dump_ascii() to escape also non...
2014-10-03 Antoine PitrouMake test_datetime a better citizen (issue #22540)
2014-10-03 Georg BrandlCloses #22540: speed up PyObject_IsInstance and PyObjec...
2014-10-03 R David MurrayMerge: #8473: Add tests that doctest uses universal...
2014-10-03 R David Murray#8473: Add tests that doctest uses universal newlines...
2014-10-02 Georg Brandlmerge 3.4
2014-10-02 Georg BrandlCloses #18729: minor markup improvement.
2014-10-02 Georg Brandlmerge 3.4
2014-10-02 Georg BrandlCloses #19434: fix copy-paste error in MIMENonMultipart...
2014-10-02 Serhiy StorchakaIssue #20079: Fixed tests.
2014-10-02 Serhiy StorchakaIssue #20079: Fixed tests.
2014-10-02 Serhiy StorchakaIssue #20079: Updated alias mapping to glibc 2.19 SUPPO...
2014-10-02 Serhiy StorchakaIssue #20079: Updated alias mapping to glibc 2.19 SUPPO...
2014-10-02 Serhiy StorchakaIssue #20079: makelocalealias.py now supports installed...
2014-10-02 Serhiy StorchakaIssue #20076: Apply optimization in makelocalealias...
2014-10-02 Serhiy StorchakaIssue #20076: Remove just added the sr_rs.utf8@latn...
2014-10-02 Georg Brandlmerge with 3.4
2014-10-02 Georg Brandlcloses #22528: add source links to symtable and compileall
2014-10-02 Georg Brandlmerge with 3.4
2014-10-02 Georg BrandlCloses #19342: improve docstrings in grp module.
2014-10-02 Georg Brandlmerge with 3.4
next