]> granicus.if.org Git - python/shortlog
python
2014-10-11 Benjamin Petersonprevent passing NULL to memcpy (closes #22605)
2014-10-10 Terry Jan ReedyIssue #21986: Idle now matches interpreter in not pickl...
2014-10-10 Antoine PitrouIssue #22604: Fix assertion error in debug mode when...
2014-10-10 Zachary WareIssue #15414: Clean and correct the os.path.join docs.
2014-10-10 Terry Jan ReedyIssue 22603: add Francisco Fernández Castaño to ACKS.
2014-10-10 Terry Jan ReedyIssue 22603: add missing 'self'. Patch by Francisco...
2014-10-10 Petri LehtinenIssue #11694: Raise ConversionError in xdrlib as documented
2014-10-10 Victor Stinnertest_venv: use support.rmtree() instead of shutil.rmtre...
2014-10-10 Berker PeksagIssue #21456: Skip two tests in test_urllib2net.py...
2014-10-10 Victor StinnerIssue #22564: ssl doc: mention asyncio in the non-block...
2014-10-10 Victor StinnerIssue #22564: ssl doc: mention how SSLSocket are usuall...
2014-10-10 Victor StinnerIssue #22564: ssl doc: use "class" marker to document...
2014-10-10 Victor StinnerIssue #22564: ssl doc: document read(), write(), pendin...
2014-10-10 Victor StinnerIssue #22564: ssl doc: fix typos
2014-10-10 Terry Jan ReedyIssue #20167: revise condition to accomodate message...
2014-10-10 R David Murray#18176: Change generic UCD PropList link to version...
2014-10-09 Terry Jan ReedyDe-'colour'ize stdlib except for idlelib.configDialog.
2014-10-09 R David Murray#18176: fix another reference and add it to the makeuni...
2014-10-09 R David Murray#18176: updated stdtypes UCD link, added reminder to...
2014-10-09 Victor StinnerIssue #22588: Fix typo in _testcapi.test_incref_decref_...
2014-10-09 Victor StinnerIssue #22568: Fix compilation of posixmodule.c with...
2014-10-09 Victor StinnerCloses #22580: Fix documentation of PyUnicode_Tailmatch()
2014-10-09 Terry Jan ReedyIssue 3068: Move idlelib.configDialog action button...
2014-10-08 Serhiy StorchakaIssue #21715: Extracted shared complicated code in...
2014-10-08 Antoine PitrouIssue #22462: Fix pyexpat's creation of a dummy frame...
2014-10-08 Berker PeksagIssue #22576: Fix signatures of FTP.storbinary() and...
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 Reedyidlelib.configHandler: revise docstrings, add spaces...
2014-10-07 Benjamin Petersonuse source role instead of linking to svn
2014-10-06 Georg BrandlCloses #16155: fix a few errors in doctest output of...
2014-10-06 Georg BrandlCloses #12148: clarify "or's together option flags...
2014-10-06 Georg BrandlCloses #21782: the default hash(x) is not exactly id...
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 BrandlClean up the docs of PyObject_IsSubclass and PyObject_I...
2014-10-06 Georg BrandlCloses #22507: document that PyType_IsSubtype does...
2014-10-06 Georg BrandlDocument builtin classes as such, not functions.
2014-10-06 Georg BrandlCloses #22565: fix argument types of PyErr_WarnEx.
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 PetersonPyObject not PyType (closes #18494)
2014-10-05 Antoine PitrouCloses #21173: Fix len() on a WeakKeyDictionary when...
2014-10-05 Victor Stinnercleanup test_posix
2014-10-05 Victor StinnerIssue #22390: Remove files created by tests
2014-10-05 Victor StinnerIssue #22290: Fix error handling in the _posixsubproces...
2014-10-05 Georg BrandlCloses #19477: remove outdated documentation of tp_prin...
2014-10-04 R David Murray#14201: Update ctypes docs to match behavior changed...
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 Serhiy StorchakaFixed issue number for issue #22470 in Misc/NEWS.
2014-10-04 Serhiy StorchakaMerge heads
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 R David Murray#14056: Small improvements to the tarfile documentation.
2014-10-03 Benjamin Petersonseparate cert loading tests into Windows and non-Window...
2014-10-03 Benjamin Petersonalso use openssl envvars to find certs on windows ...
2014-10-03 Zachary WareFix a few typo/grammar issues in the multiprocessing...
2014-10-03 R David Murray#12780: update inspect test skipIf for PEP 3147.
2014-10-03 R David Murray#8473: Add tests that doctest uses universal newlines...
2014-10-02 Georg BrandlCloses #18729: minor markup improvement.
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: Updated alias mapping to glibc 2.19 SUPPO...
2014-10-02 Serhiy StorchakaIssue #20076: Remove just added the sr_rs.utf8@latn...
2014-10-02 Georg Brandlcloses #22528: add source links to symtable and compileall
2014-10-02 Georg BrandlCloses #19342: improve docstrings in grp module.
2014-10-02 Georg BrandlRemove unused and now removed config value.
2014-10-02 Terry Jan ReedyIssue #21971: Index and update turtledemo doc.
2014-10-02 doko@ubuntu.com- Issue #17219: Add library build dir for Python extens...
2014-10-02 doko@ubuntu.com- Issue #18096: Fix library order returned by python...
2014-10-01 Serhiy StorchakaIssue #20076: Added non derived UTF-8 aliases to locale...
2014-10-01 Serhiy StorchakaIssue #20079: Added locales supported in glibc 2.18...
2014-10-01 Terry Jan ReedyIssue 22492: Be explicit that print does not support...
2014-10-01 Georg BrandlRemove old overridden version of a Sphinx CSS file.
2014-10-01 Georg BrandlMake pydoctheme compatible with Sphinx 1.3 HTML output...
2014-10-01 Terry Jan ReedyUpdate Idle news for 3.4.2 (and 3.4.1).
2014-10-01 Berker PeksagIssue #16537: Use the new *default* parameter of max().
2014-10-01 Ned DeilyFix overlooked conf.py setting in flattening of Doc...
2014-10-01 R David Murray#21739: mention subtle difference between loops and...
2014-10-01 R David Murray#22512: move distutils rpm test's .rpmdb to testing...
2014-09-30 Terry Jan ReedyIssue 22465: grammar, number agreement.
2014-09-30 Georg BrandlMove Doc/tools/sphinxext content to Doc/tools, there...
2014-09-30 Georg BrandlDont define an empty SPHINXOPTS, which overrides a...
2014-09-30 Georg BrandlPrepare sphinx extensions for 1.3.
2014-09-30 Benjamin Petersonadd link to pdb source (closes #22528)
2014-09-30 Victor StinnerIssue #22448: asyncio, cleanup _run_once(), only iterat...
2014-09-30 Victor Stinnerfaulthandler: test_gil_released() now uses _sigsegv...
2014-09-30 Victor Stinnerfaulthandler: _sigsegv() and _sigabrt() don't accept...
2014-09-30 Victor StinnerIssue #22396: On 32-bit AIX platform, don't expose...
2014-09-30 Benjamin Petersonmerge 3.3 (#22520)
2014-09-30 Benjamin Petersonprevent overflow in unicode_repr (closes #22520)
2014-09-30 Benjamin Petersonmerge 3.3 (#22517)
2014-09-30 Benjamin Petersonclear BufferedRWPair weakrefs on deallocation (closes...
2014-09-29 Benjamin Petersonmerge 3.3
2014-09-29 Benjamin Petersonthese variables ought to be Py_ssize_t
2014-09-29 Benjamin Petersonmerge 3.3 (closes #22519)
next