]> granicus.if.org Git - python/shortlog
python
2015-05-16 Terry Jan ReedyIssue #23184: idle tests, remove unused names and imports.
2015-05-16 Terry Jan ReedyIssue #23184: idlelib, remove more unused names and...
2015-05-14 Terry Jan Reedyidlelib: remove unused names and imports (one is a...
2015-05-14 Yury SelivanovIssue 24191: Document BoundArguments.signature
2015-05-14 R David MurrayMake sentence correct English.
2015-05-14 R David Murray#23088: Clarify null termination of bytes and strings...
2015-05-13 Raymond HettingerFix mangled wording
2015-05-13 Yury Selivanovasyncio: Use 'collections.abc.Coroutine' in asyncio...
2015-05-13 Yury SelivanovSync asyncio code from default branch.
2015-05-13 Berker PeksagIssue #22064: Improve the misleading message from 2to3...
2015-05-13 Raymond HettingerIssue #19934: Document *None* as an acceptable input...
2015-05-12 Benjamin Petersonuse imperative
2015-05-12 Yury Selivanovasyncio: Make sure sys.set_coroutine_wrapper is called...
2015-05-12 Berker PeksagIssue #23983: Update the pty module example.
2015-05-12 Berker PeksagIssue #23796: peak and read1 methods of BufferedReader...
2015-05-12 Raymond HettingerDefend against a mutation during comparison
2015-05-12 Yury Selivanovasyncio: Support PEP 492. Issue #24017.
2015-05-11 Yury Selivanovdocs/asyncio: Document new ensure_future() and deprecat...
2015-05-11 Yury Selivanovdocs/asyncio: Document set_task_factory/get_task_factory
2015-05-11 Yury SelivanovFix NEWS file.
2015-05-11 Yury Selivanovasyncio: async() function is deprecated in favour of...
2015-05-11 Yury SelivanovSync asyncio changes from the main repo.
2015-05-11 Benjamin Petersonadd trailing slash
2015-05-09 Benjamin Petersonensure .keywords is always a dict
2015-05-09 Benjamin Petersonmerge heads
2015-05-09 Benjamin Petersonfix libffi compilation on FreeBSD (#23042)
2015-05-09 Donald StufftUpgrade setuptools to 15.2
2015-05-08 Ned DeilyMinor updates to the OS X installer ReadMe.rtf.
2015-05-08 Larry HastingsIssue #20274: Remove ignored and erroneous "kwargs...
2015-05-08 Larry HastingsIssue #21520: test_zipfile no longer fails if the word...
2015-05-08 Andrew SvetlovFix doc: asyncio.Semaphore.release() actually is a...
2015-05-07 Benjamin Petersonshorten capsule name macro; it doesn't need to be so...
2015-05-07 Benjamin Petersonremove word we don't need
2015-05-07 Zachary WareFix copy/paste errors.
2015-05-06 Serhiy StorchakaFixed English in error message.
2015-05-06 Serhiy StorchakaIssue #24134: assertRaises(), assertRaisesRegex(),...
2015-05-06 Serhiy StorchakaIssue #24125: Saved error's line and column numbers...
2015-05-05 doko@ubuntu.com - Issue #24122, fix quoting for LIBPL
2015-05-05 Guido van RossumIssue 24088: Clarify semantics of yield expression.
2015-05-03 Benjamin Petersonupdate example, since python.org is HTTPS-only now...
2015-05-03 Benjamin Petersonmerge 3.3 (#24096)
2015-05-03 Benjamin Petersonbe more robust against the filters list changing under...
2015-05-03 Serhiy StorchakaIssue #23330: h2py now supports arbitrary filenames...
2015-05-03 Benjamin Petersonmerge 3.3 (#24094)
2015-05-03 Benjamin Petersonjust sort the items tuple directly (closes #24094)
2015-05-03 Guido van RossumAsyncio issue 222 / PR 231 (Victor Stinner) -- fix...
2015-05-02 R David Murray#24108: Update fnmatch.translate example to show correc...
2015-05-02 R David Murray#24081: Remove obsolete caveat from import docs.
2015-05-02 Raymond HettingerDefer deleted item decref until after the deque is...
2015-05-02 Raymond HettingerIssues #24099, #24100, and #24101: Fix free-after-use...
2015-05-02 Serhiy StorchakaFixed a typo.
2015-05-02 Vinay SajipIssue #24060: Made logging.Formatter documentation...
2015-04-30 Benjamin Petersonupdate links
2015-04-30 doko@ubuntu.com - remove unused EXTRAPLATDIR macro in Makefile.pre.in
2015-04-29 Benjamin Petersonimprove phrasing
2015-04-29 Ned DeilyIssue #24077: Fix typo in man page for -I command optio...
2015-04-27 Andrew SvetlovIssue #21354: PyCFunction_New function is exposed by...
2015-04-27 Berker PeksagIssue #24062: Fix os.stat links. Patch by July Tikhonov.
2015-04-26 Benjamin Petersonremove extern definition, since it's in a header file...
2015-04-26 Antoine PitrouIssue #23996: Avoid a crash when a delegated generator...
2015-04-26 Berker PeksagIssue #23356: Simplify convert_arg_line_to_args example.
2015-04-26 Gregory P.... Fix computation of max_fd on OpenBSD. Issue #23852.
2015-04-25 Benjamin Petersonfix relative link (closes #24057)
2015-04-24 Victor StinnerIssue #9246: On POSIX, os.getcwd() now supports paths...
2015-04-24 Benjamin Petersonremove dead *-import checking code (closes #24049)
2015-04-23 Benjamin Petersonmerge 3.3 (#24044)
2015-04-23 Benjamin Petersonmerge 3.2 (#24044)
2015-04-23 Benjamin Petersonproperly handle malloc failure (closes #24044)
2015-04-23 Christian HeimesIssue #24031: make patchcheck now supports git checkout...
2015-04-23 Serhiy StorchakaIssue #23713: Fixed fragility of test_imap_unordered_ha...
2015-04-23 Serhiy StorchakaUse more precise Tcl version checks in tests.
2015-04-22 Barry WarsawIssue #24029: Document the name binding behavior for...
2015-04-22 Barry WarsawIssue #24029: Document the name binding behavior for...
2015-04-22 Christian HeimesNext attempt: fix .gitignore for Unix and OSX. Sorry...
2015-04-22 Christian HeimesFix .gitignore for 'python' binary.
2015-04-22 Benjamin Petersonimproved range docstring (closes #22785)
2015-04-22 Serhiy StorchakaIssue #16840. Turn off bignum support in tkinter with...
2015-04-22 Serhiy StorchakaFixed full Tcl version parsing in tests for pre-final...
2015-04-21 Andrew Kuchling#15183: clarify timeit documentation to say that setup...
2015-04-21 Serhiy StorchakaIssue #23008: Fixed resolving attributes with boolean...
2015-04-21 Benjamin Petersondo not call into python api if an exception is set...
2015-04-20 Benjamin Petersonrecommend requests library (closes #23989)
2015-04-20 Guido van RossumFix asyncio issue 235: Queue subclass bug caused by...
2015-04-20 Serhiy StorchakaIssue #16840: Turn on support of bignums only in final...
2015-04-20 Serhiy StorchakaIssue #23908: os functions now reject paths with embedd...
2015-04-20 Serhiy StorchakaIssue #23728: binascii.crc_hqx() could return an intege...
2015-04-20 Serhiy StorchakaIssue #23842: Added tests for os.major(), os.minor...
2015-04-20 Benjamin Petersonfix grammar
2015-04-19 Christian HeimesIssue #23998: PyImport_ReInitLock() now checks for...
2015-04-19 Christian HeimesIssue #23998: PyImport_ReInitLock() now checks for...
2015-04-19 Serhiy StorchakaFixed error message for the "u#" format code.
2015-04-19 Berker PeksagMark TarInfo.frombuf() and TarInfo.fromtarfile() as...
2015-04-19 Berker PeksagIssue #15566: Document encoding and errors parameters...
2015-04-18 Vinay SajipIssue #23536: Clarified scope of fileConfig()'s API.
2015-04-16 Serhiy StorchakaBackported tests from issue #20175.
2015-04-14 R David Murray#23925: stop (eg) PYTHONSTARTUP from causing test_cmd_l...
2015-04-14 Zachary WareIssue #23956: Fix typo in imp.py docstring.
2015-04-14 R David Murray#23957: fix typo.
2015-04-14 Gregory P.... issue9014: Include more formatting on :c:type:`PyObject...
2015-04-14 Gregory P.... issue9014: Properly document PyObject_HEAD and friends...
next