]> granicus.if.org Git - python/shortlog
python
2014-04-14 R David Murray#21169: add comment and doc update for getpass change.
2014-04-14 Eric V. SmithFix faq example with division.
2014-04-14 Eric V. SmithFix text about int() with octal numbers. Closes #21212.
2014-04-14 Benjamin Petersonfix sending tuples to custom generator objects with...
2014-04-14 Benjamin Petersonmerge 3.3
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersonin scan_once, prevent the reading of arbitrary memory...
2014-04-14 R David Murray#21169: fix getpass to use replace error handler on...
2014-04-13 Serhiy StorchakaIssue #20635: Added tests for Tk geometry managers.
2014-04-13 Serhiy StorchakaIssue #21171: Fixed undocumented filter API of the...
2014-04-12 Ned DeilyRemove references to the obsolete Mac Carbon modules...
2014-04-11 Terry Jan ReedyIssue #21170: Removed invalid parameter names from...
2014-04-10 Vinay SajipIssue #21172: isinstance check relaxed from dict to...
2014-04-10 Benjamin Petersonteach 2to3 about 'yield from'
2014-04-10 Benjamin Petersonadd matrix multiplication operator support to 2to3
2014-04-09 Ned DeilyIssue #21187: Fix OS X installer fail-to-build with...
2014-04-09 Ned DeilyIssue #20644: Keep build-installer.py in sync across...
2014-04-09 Senthil Kumaranissue #21190: Fix the broken docs download link
2014-04-09 Ned DeilyIssue #21097: Update Makefile with changed install...
2014-04-07 Ned DeilyIssue #20644: OS X installer build support for document...
2014-04-08 Yury Selivanovdocs: Better wording for __objclass__ docs. Issue ...
2014-04-08 Yury Selivanovdocs: Document __objclass__. Closes #19281.
2014-04-08 Yury Selivanovinspect.signautre: Fix functools.partial support. Issue...
2014-04-08 Benjamin Petersonuse imperative
2014-04-08 Benjamin PetersonPySequence_Fast generally returns a list not a tuple...
2014-04-08 Benjamin Petersonthe name of the slot of nb_multiply not nb_mul
2014-04-07 Benjamin Petersonfix verb (closes #21174)
2014-04-07 Victor StinnerIssue #21155: asyncio.EventLoop.create_unix_server...
2014-04-07 Victor Stinnerasyncio: Document Task.cancel() properly.
2014-04-06 Senthil Kumaranmerge from 3.3
2014-04-06 Senthil Kumaranminor docfix (reported at docs@python.org) trace.py...
2014-04-04 Victor StinnerIssue #21118: Fix _PyUnicodeTranslateError_Create(...
2014-04-04 Benjamin Petersonmake temporary read-only files writable, so rmtree...
2014-04-04 Brett CannonIssue #20942: PyImport_ImportFrozenModuleObject() no...
2014-04-04 Benjamin Petersonmerge 3.3
2014-04-04 Benjamin Petersonmerge 3.2
2014-04-04 Benjamin Petersonfix versionchanged version
2014-04-04 Vinay SajipIssue #21149: Improved thread-safety in logging cleanup...
2014-04-03 Raymond HettingerIssue 21143: Fix typo in docs for max().
2014-04-03 Benjamin Petersonremove unused argument (closes #21135)
2014-04-03 Eli BenderskyIssue #20375: Clarify ET's parsing of comments and...
2014-04-02 Benjamin Petersonmake sure to test UnicodeEncodeError, too
2014-04-02 Benjamin Petersonbail in unicode error's __str__ methods if the objects...
2014-04-02 Benjamin Petersonmake test name consistent with the rest of the file
2014-04-02 Raymond HettingerIssue #18652: Add an itertools recipe for first_true()
2014-04-02 Raymond HettingerDocumentation nit. List the traditional keyword-only...
2014-04-02 Raymond HettingerIssue 21125: minor documentation tweak.
2014-04-01 Benjamin Petersonupdate version changed
2014-04-01 Benjamin Petersonmerge 3.3 (#21082)
2014-04-01 Benjamin Petersonmerge 3.2 (#21082)
2014-04-01 Benjamin Petersonremove directory mode check from makedirs (closes ...
2014-04-01 Benjamin Petersonfix typo
2014-04-01 Benjamin Petersonsimplify check, since now there are only new-style...
2014-04-01 Zachary WareIssue #15067: Port 2.7 sqlite3 docs to 3.4
2014-03-31 Andrew Svetlov#16716: remove deprecation warning
2014-03-31 Andrew SvetlovGet rid of deprecated IOError in the doc
2014-03-31 Andrew SvetlovIOError -> OSError
2014-03-31 Andrew SvetlovFix the doc: add deprecation warning in select module.
2014-03-31 Antoine PitrouIssue #21073: explain why Py_ReprEnter() allows for...
2014-03-31 Benjamin Petersonuse https docs url
2014-03-31 Benjamin Petersonmerge 3.3 (#21115)
2014-03-31 Benjamin Petersonmerge 3.2
2014-03-31 Benjamin Petersonuse https docs url (#21115)
2014-03-31 Victor StinnerIssue #20668: Remove tests.txt of test_asyncio
2014-03-31 Benjamin Petersonmerge 3.3
2014-03-31 Benjamin Petersonmerge 3.2
2014-03-31 Benjamin Petersonadd Ian Beer
2014-03-30 Benjamin Petersonmerge 3.3
2014-03-30 Benjamin Petersonmerge 3.2
2014-03-30 Benjamin Petersonfix expandtabs overflow detection to be consistent...
2014-03-30 Benjamin Petersonupdate notes to talk about -X showrefcount
2014-03-30 Martin v. LöwisAdd test case for freeze.
2014-03-30 Martin v. LöwisIssue #16047: Fix module exception list and __file__...
2014-03-30 Benjamin Petersonmake partialmethod example work (closes #21105)
2014-03-30 Martin v. LöwisIssue #11824: Consider ABI tags in freeze. Patch by...
2014-03-30 Guido van RossumFix doc typo.
2014-03-29 Eric SnowIssue #21097: Move test_namespace_pkgs into test_importlib.
2014-03-29 Raymond HettingerMinor readability improvement.
2014-03-29 Ned DeilyIssue #21093: Prevent failures of ctypes test_macholib...
2014-03-29 Nick CoghlanIssue #19697: document more __main__.__spec__ quirks
2014-03-29 Zachary WareFix another old mention of "Standard Edition" VS in...
2014-03-29 Eric SnowIssue #19697: Document cases where __main__.__spec__...
2014-03-28 Raymond HettingerIssue 21014: Use booleans instead of 0 and 1 in examples.
2014-03-28 Benjamin Petersonundefine SET_SYS_FROM_STRING_BORROW after its done...
2014-03-28 Georg BrandlDoc: do not compress .epub for dist, it is already...
2014-03-28 Ned DeilyIssue #17654: Ensure IDLE menus are customized properly...
2014-03-27 Ned DeilyIssue #6676: Ensure a meaningful exception is raised...
2014-03-27 Yury Selivanovinspect: Fix getcallargs() to fail correctly if more...
2014-03-27 Yury Selivanovinspect: Fix getcallargs() to raise correct TypeError
2014-03-27 Yury Selivanovasyncio.tests: Autodiscover asyncio tests. Patch by...
2014-03-27 Ned DeilyIssue #21069: Temporarily use www.google.com while...
2014-03-27 Ned DeilyIssue #20939: remove stray character from comment
2014-03-27 Ned DeilyIssue #20939: Use www.example.com instead of www.python...
2014-03-27 Ned DeilyIssue #20939: Backout test_urllib2.test_issue16464...
2014-03-25 R David Murraybackport: #20145: assert[Raises|Warns]Regex now raise...
2014-03-25 Victor StinnerIssue #21058: fix typo in a comment. Patch written...
2014-03-25 Victor StinnerIssue #21038: Use monotonic clock to compute timeout...
2014-03-25 Victor StinnerIssue #21038: Cleanup test_epoll.py
2014-03-25 Victor StinnerIssue #12209: Minor edits to faulthandler doc. Patch...
2014-03-25 Vinay SajipUpdated external link in documentation.
next