]> granicus.if.org Git - python/shortlog
python
2014-10-12 Serhiy StorchakaMerge heads
2014-10-12 Georg BrandlCloses #22586: clarify meaning of allow_fragments in...
2014-10-12 Serhiy StorchakaFixed and optimized a test of issue #22526.
2014-10-12 Terry Jan ReedyIssue #14105: Change comment to reflect fix. Patch...
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 Petri LehtinenIssue #11694: Raise ConversionError in xdrlib as documented
2014-10-10 Terry Jan ReedyIssue #22575: Revise bytearray entry for 2.7.
2014-10-10 R David Murray#0712: 2to3 has a new "asserts" fixer that replaces...
2014-10-09 Terry Jan ReedyDe-'colour'ize stdlib except for idlelib.configDialog.
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-07 Terry Jan Reedyidlelib.configHandler: revise docstrings, add spaces...
2014-10-07 Benjamin Petersonuse source role instead of linking to svn
2014-10-06 Benjamin Petersonmake _socket.socket weakrefable (closes #22569)
2014-10-06 Georg BrandlCloses #19071: "self" argument is not the module for...
2014-10-06 Georg BrandlCloses #16155: fix a few errors in doctest output of...
2014-10-06 Georg BrandlCloses #17057: fix grammar in old-style vs new-style...
2010-09-18 Florent XiclunaIssue #1686: Fix string.Template when overriding the...
2014-10-06 Georg BrandlCloses #14303: socket.makefile() does not call dup...
2014-10-06 Georg BrandlCloses #10031: overhaul the "imports" section of the...
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 Terry Jan ReedyUpdate 2.7 idlelib.configHandler and reduce differences...
2014-10-06 Terry Jan ReedyIssue #3832: backport 677a9326b4d4 to 2.7 (and delete...
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 Serhiy StorchakaFixed issue number for issue #22470 in Misc/NEWS.
2014-10-04 Serhiy StorchakaFixed compilation error introduced in 3f7519f633ed...
2014-10-04 Serhiy StorchakaIssue #22518: Fixed integer overflow issues in "backsla...
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 doko@ubuntu.com - Add CVE number for Issue #21831
2014-10-03 Zachary WareFix a few typo/grammar issues in the multiprocessing...
2014-10-03 R David Murray#8473: make doctest.testfile use universal newline...
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 Brandlmerge heads
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 BrandlCloses #22537: Make sphinx extensions compatible with...
2014-10-02 Benjamin Petersonfix sslwrap_simple (closes #22523)
2014-10-02 doko@ubuntu.com- Issue #17219: Add library build dir for Python extens...
2014-10-01 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 Benjamin Petersonallow longs as indexes to group() (closes #22530)
2014-10-01 Benjamin Petersonthis test will only work on 64-bit machines
2014-10-01 Benjamin Petersonuse Py_ssize_t for file offset and length computations...
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 BrandlRemove duplicate PyLong function descriptions.
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 Benjamin Petersonclear BufferedRWPair weakrefs on deallocation (closes...
2014-09-29 Benjamin Petersonfix overflow checking in PyString_Repr (closes #22519)
2014-09-29 Benjamin Petersonmerge heads
2014-09-29 Benjamin Petersonadd NEWS note for #22518
2014-09-29 Benjamin Petersoncleanup overflowing handling in unicode_decode_call_err...
2014-09-29 R David Murray#20135: FAQ entry for list mutation.
2014-09-28 Benjamin Petersongive exception a nice message (closes #22379)
2014-09-27 R David Murray#10510: make distuitls upload/register use HTML standar...
2014-09-27 Berker PeksagIssue #16537: Check whether self.extensions is empty...
2014-09-27 Serhiy StorchakaIssue #9850: Fixed macpath.join() for empty first compo...
2014-09-26 Yury Selivanovtempfile: Fix docstring. Issue #21397, patch by R....
2014-09-26 Berker PeksagIssue #17462: Add a paragraph about advantages of argpa...
2014-09-25 Benjamin Petersonallow archives for rc releases to be built (closes...
2014-09-24 Berker PeksagIssue #21860: Correct docstrings of FileIO.seek() and...
2014-09-23 Ned DeilyIssue #22471: Avoid Python Launcher.app install problem...
2014-09-23 Serhiy StorchakaIssue #20912: Now directories added to ZIP file have...
2014-09-23 Serhiy StorchakaFixed test_large_file_exception. Ported tests for large...
2014-09-23 Serhiy StorchakaIssue #21866: ZipFile.close() no longer writes ZIP64...
2014-09-23 Serhiy StorchakaFixed reference leak in the "backslashreplace" error...
2014-09-22 Ned DeilyFix formatting typo in Misc/NEWS.
2014-09-21 Serhiy StorchakaFixed issue #22415 number in Misc/NEWS for changeset...
2014-09-21 Serhiy StorchakaIssue #22423: Fixed debugging output of the GROUPREF_EX...
2014-09-21 Serhiy StorchakaIssue #22423: Unhandled exception in thread no longer...
2014-09-20 Georg BrandlDoc: fix usage of deprecated config value "unused_docs...
2014-09-20 Georg BrandlDoc: remove invalid uses of ":option:" which will emit...
2014-09-20 Terry Jan ReedyUpdate Idle's online doc url.
2014-09-20 Terry Jan ReedyIssue #22420: Avoid 'write to None' crashes by using...
2014-09-19 Benjamin Petersonremove extra letter
2014-09-19 Benjamin Petersonstandardize pep 466 relnote style
2014-09-19 Benjamin Petersonwhatsnew for pep 466 ssl backport
2014-09-18 Vinay SajipIssue #22436: Improved documentation for getEffectiveLe...
2014-09-18 Senthil KumaranIssue #16827: Make Interpreter introduction section...
2014-09-17 Senthil KumaranIssue #22419: Limit the length of incoming HTTP request...
2014-09-16 Guido van RossumLax cookie parsing in http.cookies could be a security...
2014-09-15 Serhiy StorchakaTest re pickling for all protocols.
2014-09-14 Serhiy StorchakaIssue #22384: An exception in Tkinter callback no longe...
2014-09-14 Serhiy StorchakaNow re tests work again on Unicode-disabled build.
2014-09-14 Serhiy StorchakaUse more appropriate asserts in re tests.
2014-09-13 Benjamin Petersonmake hg link secure
2014-09-12 Steve Dower#22398 Tools/msi enhancements for 2.7
next