]> granicus.if.org Git - python/shortlog
python
2014-04-15 Vinay SajipIssue #21197: Add lib64 -> lib symlink in venvs on...
2014-04-15 Eric V. SmithClosed issue #8931: Make alternate formatting for ...
2014-04-15 Yury Selivanovmisc.news: Remove whitespace
2014-04-15 Yury Selivanovasyncio.tasks: Fix CoroWrapper to workaround yield...
2014-04-15 Senthil KumaranInvoke test_urllibnet tests using unittest.main function
2014-04-14 R David Murray#15104: add backtick code markup.
2014-04-14 R David Murray#17498: Defer SMTPServerDisconnected errors until the...
2014-04-14 Senthil Kumaranmerge heads
2014-04-14 Eric V. SmithIssue #13598: Added acknowledgements to Misc/NEWS.
2014-04-14 Senthil Kumaranmerge heads
2014-04-14 Senthil Kumaranmerge heads
2014-04-14 Eric V. SmithIssue #13598: Add auto-numbering of replacement fields...
2014-04-14 Senthil KumaranConvert urllib.request parse_proxy doctests to unittests.
2014-04-14 Gregory P.... Add conditional code for android's lack of definition...
2014-04-14 Michael FoordIssue 17826. Setting an iterable side_effect on a mock...
2014-04-14 R David Murray#15104: improve the discussion of __main__.
2014-04-14 Senthil KumaranFix the NEWS Entry item. (Thanks Stéphane Wirtel)
2014-04-14 Andrew Kuchling#18518: mention that including a return statement chang...
2014-04-14 Benjamin Petersondo not generate pipe names in the temporary dir
2014-04-14 Senthil KumaranIssue #7776: Fix ``Host:'' header and reconnection...
2014-04-14 Benjamin Petersonmerge 3.3
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersonfix poor spelling
2014-04-14 Eric V. SmithIssue #12546: Allow \x00 as a fill character for builti...
2014-04-14 Benjamin Petersonmerge 3.3
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersondisallow a negative idx parameter
2014-04-14 Michael FoordMerge
2014-04-14 Michael FoordIssue 20968. unittest.mock.MagicMock now supports division
2014-04-14 Mark DickinsonIssue #20624: Exception docs wording tweak - clarify...
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...
next