]> granicus.if.org Git - python/shortlog
python
2016-09-01 Raymond HettingerMinor beautification (turn nested-if into a conjunction).
2016-09-01 Terry Jan ReedyIssue #27922: IDLE tests no longer flash tk widgets...
2016-09-01 Terry Jan ReedyIssue #27922: IDLE tests no longer flash tk widgets.
2016-08-31 Terry Jan ReedyImprove idlelib.textview comments.
2016-08-31 Terry Jan ReedyIssue #27891: Tweak new idlelib README entry.
2016-08-31 Raymond HettingerMerge
2016-08-31 Raymond HettingerIssue #27706: Fix regression in random.seed(somestr...
2016-08-31 Guido van RossumMerge asyncio from 3.5
2016-08-31 Guido van RossumFix ordering issues in UNIX read/write pipe transport...
2016-08-31 Guido van RossumDon't select for read on character devices in _UnixWrit...
2016-08-31 Guido van RossumIssue #27907: variable rename. (Ville Skyttä) (Merge...
2016-08-31 Guido van RossumIssue #27907: variable rename. (Ville Skyttä)
2016-08-31 Raymond HettingerMerge
2016-08-31 Raymond HettingerIssue #27909: Fix INCREF for possible NULL value
2016-08-31 R David Murray#27904: fix distutils tests.
2016-08-31 Vinay SajipCloses #27904: Improved logging statements to defer...
2016-08-31 Ethan Furmanissue23591: add Flags, IntFlags, and tests
2016-08-31 Terry Jan ReedyIssue #27891: Consistently group and sort imports withi...
2016-08-31 R David MurrayMerge #27893: arg name and bytes references in email...
2016-08-31 R David Murray#27893: arg name and bytes references in email.parser...
2016-08-31 Terry Jan ReedyIssue #17642: add larger font sizes for classroom proje...
2016-08-30 Terry Jan ReedyMerge with 3.5
2016-08-30 Terry Jan Reedy? Working Directory ?
2016-08-30 Raymond HettingerMerge
2016-08-30 Raymond HettingerIssue #28894: Fix to_addrs refs in smtplib docs
2016-08-30 Raymond HettingerFix typos
2016-08-30 Raymond HettingerIssue #27895: Strengthen the dict reader tests.
2016-08-30 Raymond HettingerIssue #27842: The csv.DictReader now returns rows of...
2016-08-30 Raymond HettingerIssue #27895: Spelling fixes (Contributed by Ville...
2016-08-30 Zachary WareMerge with 3.5
2016-08-30 Zachary WareSkip test_tools.test_i18n when pygettext.py is missing
2016-08-30 Zachary WareMerge with 3.5
2016-08-30 Zachary WareInclude test/test_warnings/data as well
2016-08-30 Zachary WareMerge with 3.5
2016-08-30 Zachary WareInclude test_tools and test_warnings in install
2016-08-30 Zachary WareMerge with 3.5
2016-08-30 Zachary WareFix typo
2016-08-29 Mark DickinsonMerge heads
2016-08-29 Mark DickinsonIssue #27870: A left shift of zero by a large integer...
2016-08-29 doko@ubuntu.com - Issue #23968, keep platform_triplet and multiarch...
2016-08-29 Mark DickinsonIssue #25402: in int-to-decimal-string conversion,...
2016-08-29 Mark DickinsonIssue #27214: Fix potential bug and remove useless...
2016-08-29 Serhiy StorchakaMerge heads
2016-08-29 Serhiy StorchakaIssue #27818: Speed up parsing width and precision...
2016-08-29 Mark DickinsonIssue 23229: add cmath.inf, cmath.nan, cmath.infj and...
2016-08-29 Serhiy StorchakaIssue #27861: Fixed a crash in sqlite3.Connection.curso...
2016-08-29 Serhiy StorchakaIssue #27861: Fixed a crash in sqlite3.Connection.curso...
2016-08-27 Berker PeksagIssue #26027: Fix test_path_t_converter on Windows
2016-08-27 Brett CannonDon't test for path-like bytes paths on Windows
2016-08-27 Martin PanterIssue #27506: Support bytes/bytearray.translate() delet...
2016-08-27 Martin PanterIssue #25825: Merge $(LIBPL) fix from 3.5
2016-08-27 Martin PanterIssue #19884: Merge Readline updates from 3.5
2016-08-27 Martin PanterIssue #25825: Fix references to $(LIBPL) installation...
2016-08-27 Martin PanterIssue #19884: Avoid spurious output on OS X with Gnu...
2016-08-27 Martin PanterIssue #12319: Always send file request bodies using...
2016-08-27 Brett CannonIssue #26027: Don't test for bytearray in path_t as...
2016-08-26 Brett CannonAdd a What's New entry for PEP 519
2016-08-26 Brett CannonIssue #26027, #27524: Add PEP 519/__fspath__() support...
2016-08-26 Berker PeksagIssue #10513: Merge from 3.5
2016-08-26 Berker PeksagIssue #10513: Fix a regression in Connection.commit()
2016-08-26 Raymond HettingerMerge
2016-08-26 Raymond HettingerIssue 19504: Change "customise" to "customize" America...
2016-08-26 Terry Jan ReedyAdd version to title of IDLE help window.
2016-08-26 Terry Jan ReedyAdd version to title of IDLE help window.
2016-08-25 Victor StinnerIssue #27830: Revert, remove _PyFunction_FastCallKeywords()
2016-08-25 Vinay SajipCloses #23746: merged update from 3.5.
2016-08-25 Vinay SajipIssue #23746: Clarified is_python_build() documentation.
2016-08-25 Terry Jan ReedyMerge with 3.5
2016-08-25 Terry Jan ReedyIssue #25564: Mention exec and __builtins__ in IDLE...
2016-08-25 Terry Jan ReedyIssue #27821: Fix bug in idlelib.comfig function and...
2016-08-24 Victor Stinnermethod_call() and slot_tp_new() now uses fast call
2016-08-24 Victor StinnerIssue #27830: Fix _PyObject_FastCallKeywords()
2016-08-24 Victor Stinner_pickle: remove outdated comment
2016-08-24 Victor Stinner_PyObject_FastCallDict(): avoid _Py_CheckFunctionResult()
2016-08-24 Victor StinnerAdd _PyObject_FastCallKeywords()
2016-08-24 Alexander BelopolskyCloses #27595: Document PEP 495 (Local Time Disambiguat...
2016-08-24 Berker PeksagFix typo in test name
2016-08-24 Victor StinnerUse Py_ssize_t type for number of arguments
2016-08-24 Terry Jan ReedyMerge with 3.5
2016-08-24 Terry Jan ReedyFix misspelling
2016-08-24 Berker PeksagMerge from 3.5
2016-08-24 Berker PeksagFix typo in Cursor.execute().
2016-08-24 Berker PeksagIssue #6057: Merge from 3.5
2016-08-24 Berker PeksagIssue #6057: Document exceptions in sqlite3 module
2016-08-24 Vinay SajipCloses #20124: clarified usage of the atTime parameter...
2016-08-24 Martin PanterIssue #12319: Move NEWS under beta 1 heading
2016-08-24 Martin PanterIssue #12319: Support for chunked encoding of HTTP...
2016-08-24 Steven D'ApranoRemove expected failure from test of _product internal...
2016-08-24 Steven D'ApranoRemove support for nth root of negative numbers with...
2016-08-24 Steven D'ApranoAdd geometric_mean to __all__
2016-08-24 Steven D'ApranoUpdate NEWS.
2016-08-24 R David Murray#26907: add some missing getsockopt constants.
2016-08-24 R David MurrayMerge: #25916: fix a few 'string of bytes' references.
2016-08-24 R David Murray#25916: fix a few 'string of bytes' references.
2016-08-23 Victor StinnerIssue #27809: map_next() uses fast call
2016-08-23 Victor StinnerPyObject_CallMethodObjArgs() now uses fast call
2016-08-23 Victor StinnerBacked out changeset 0e4f26083bbb (PyObject_CallMethodO...
2016-08-23 Victor StinnerBacked out changeset 70f88b097f60 (map_next)
2016-08-23 Victor StinnerPyObject_CallMethodObjArgs() now uses fast call
2016-08-23 Guido van RossumA new version of typing.py from https://github.com...
next