]> granicus.if.org Git - python/shortlog
python
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
2014-10-02 Georg BrandlRemove unused and now removed config value.
2014-10-02 Terry Jan ReedyMerge with 3.4
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 #17219: Add library build dir for Python extens...
2014-10-02 doko@ubuntu.com- Issue #18096: Fix library order returned by python...
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 #20076: Added non derived UTF-8 aliases to locale...
2014-10-01 Serhiy StorchakaNull merge
2014-10-01 Serhiy StorchakaIssue #20079: Added locales supported in glibc 2.18...
2014-10-01 Serhiy StorchakaIssue #20079: Added locales supported in glibc 2.18...
2014-10-01 Terry Jan ReedyMerge with 3.4
2014-10-01 Terry Jan ReedyIssue 22492: Be explicit that print does not support...
2014-10-01 Georg Brandlmerge with 3.4
2014-10-01 Georg BrandlRemove old overridden version of a Sphinx CSS file.
2014-10-01 Georg Brandlmerge with 3.4
2014-10-01 Georg BrandlMake pydoctheme compatible with Sphinx 1.3 HTML output...
2014-10-01 Georg BrandlCloses #20218: Added convenience methods read_text...
2014-10-01 Terry Jan ReedyUpdate 3.5 Idle News up to 3.4.2 changes.
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 Berker PeksagIssue #16537: Use the new *default* parameter of max().
2014-10-01 Ned Deilynull merge
2014-10-01 Ned DeilyFix overlooked conf.py setting in flattening of Doc...
2014-10-01 R David MurrayMerge #21739: mention subtle difference between loops...
2014-10-01 R David Murray#21739: mention subtle difference between loops and...
2014-10-01 R David MurrayMerge: #22512: move distutils rpm test's .rpmdb to...
2014-10-01 R David Murray#22512: move distutils rpm test's .rpmdb to testing...
2014-09-30 Victor StinnerIssue #22333: test_threaded_import now displays elapsed...
2014-09-30 Victor StinnerIssue #22333: Extend timeout in test_threaded_import
2014-09-30 Terry Jan ReedyMerge with 3.4
2014-09-30 Terry Jan ReedyIssue 22465: grammar, number agreement.
2014-09-30 Georg Brandlmerge with 3.4
2014-09-30 Georg BrandlMove Doc/tools/sphinxext content to Doc/tools, there...
2014-09-30 Georg BrandlMove Doc/tools/sphinxext content to Doc/tools, there...
2014-09-30 Georg Brandlmerge with 3.4
2014-09-30 Georg BrandlDont define an empty SPHINXOPTS, which overrides a...
2014-09-30 Georg Brandlmerge with 3.4
2014-09-30 Georg BrandlPrepare sphinx extensions for 1.3.
2014-09-30 Benjamin Petersonmerge 3.4 (#22528)
2014-09-30 Benjamin Petersonadd link to pdb source (closes #22528)
2014-09-30 Antoine PitrouReorganize C API docs of the exception API
2014-09-30 Antoine PitrouIssue #18711: Add a new `PyErr_FormatV` function, simil...
2014-09-30 Victor Stinner(Merge 3.4) Issue #22448: asyncio, cleanup _run_once...
2014-09-30 Victor StinnerIssue #22448: asyncio, cleanup _run_once(), only iterat...
2014-09-30 Benjamin Petersonremove merge goop from f86fde20e9ce
2014-09-30 Antoine PitrouRemove pointless "vile hack" that can cause the build...
2014-09-30 Victor Stinner(Merge 3.4) faulthandler: test_gil_released() now uses...
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 Stinnerfaulthandler: suppress crash reporter directly in test...
2014-09-30 Victor Stinner(Merge 3.4) Issue #22396: On 32-bit AIX platform, don...
2014-09-30 Victor StinnerIssue #22396: On 32-bit AIX platform, don't expose...
2014-09-30 Gregory P.... Fix "warning: comparison between signed and unsigned...
2014-09-30 Benjamin Petersonmerge 3.4 (#22520)
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.4 (#22517)
2014-09-30 Benjamin Petersonmerge 3.3 (#22517)
2014-09-30 Benjamin Petersonclear BufferedRWPair weakrefs on deallocation (closes...
2014-09-30 Benjamin Petersonfix windows tests (#16662)
2014-09-29 Benjamin Petersonmerge 3.4
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.4 (#22519)
2014-09-29 Benjamin Petersonmerge 3.3 (closes #22519)
2014-09-29 Benjamin Petersonfix overflow checking in PyBytes_Repr (closes #22519)
2014-09-29 Benjamin Petersonmerge 3.4 (closes #22518)
2014-09-29 Benjamin Petersonmerge 3.3 (closes #22518)
2014-09-29 Benjamin PetersonNEWS issue for #22518
2014-09-29 Benjamin Petersoncleanup overflowing handling in unicode_decode_call_err...
2014-09-29 Serhiy StorchakaIssue #22437: Number of capturing groups in regular...
2014-09-29 R David Murray#17442: Add chained traceback support to InteractiveInt...
2014-09-29 Serhiy StorchakaIssue #22510: Get rid of little overhead of testing...
2014-09-29 R David MurrayMerge: #20135: FAQ entry for list mutation. (See also...
2014-09-29 R David Murray#20135: FAQ entry for list mutation. (See also 6375bf3...
2014-09-28 Alexander BelopolskyCloses issue #20858: Enhancements/fixes to pure-python...
2014-09-28 Benjamin Petersonmerge 3.4 (#22379)
2014-09-28 Benjamin Petersoncheck that exception messages are not empty (#22379)
next