]> granicus.if.org Git - python/shortlog
python
2015-09-20 Terry Jan ReedyMerge with 3.4
2015-09-20 Terry Jan ReedyIssue #24199: Add stacklevel to deprecation warning...
2015-09-20 Martin PanterIssue #25176: Merge cgi.parse_qsl link from 3.4 into 3.5
2015-09-20 Martin PanterIssue #25176: Correct link for cgi.parse_qsl; patch...
2015-09-19 Victor StinnerIssue #24999: In longobject.c, use two shifts instead...
2015-09-19 Serhiy StorchakaIssue #25101: Try to create a file to test write access...
2015-09-19 Serhiy StorchakaIssue #25101: Try to create a file to test write access...
2015-09-18 Brett CannonMake it clearer that the constants in the selectors...
2015-09-18 Brett CannonIssue #24915: Add Clang support to PGO builds and use...
2015-09-18 Victor StinnerMerge 3.4 (test_email)
2015-09-18 Victor StinnerIssue #24836: Skip FormatDateTests of test_email.test_u...
2015-09-18 Victor StinnerIssue #25150: Hide the private _Py_atomic_xxx symbols...
2015-09-18 Victor StinnerMerge 3.4 (datetime rounding)
2015-09-18 Victor StinnerIssue #23517: Fix rounding in fromtimestamp() and utcfr...
2015-09-18 Victor StinnerIssue #25155: Fix _PyTime_Divide() rounding
2015-09-18 Victor StinnerIssue #25155: document the bugfix in Misc/NEWS
2015-09-18 Victor Stinnerodictobject.c: fix compiler warning
2015-09-18 Victor StinnerIssue #25155: Add _PyTime_AsTimevalTime_t() function
2015-09-18 Victor StinnerIssue #25122: sync test_eintr with Python 3.6
2015-09-18 Victor StinnerIssue #25160: Fix import_init() comments and messages
2015-09-18 Serhiy StorchakaNull merge
2015-09-18 Serhiy StorchakaIssue #25108: Backported tests for traceback functions...
2015-09-18 Serhiy StorchakaIssue #25108: Omitted internal frames in traceback...
2015-09-18 Ethan FurmanIssue24756: clarify usage of run_docstring_examples()
2015-09-18 Ethan FurmanIssue24756: clarify usage of run_docstring_examples()
2015-09-16 Yury Selivanovwhatsnew/3.5: Reword bytes*.hex message
2015-09-15 Victor StinnerIssue #25134: Update asyncio doc for SSL on Windows
2015-09-15 Berker Peksagwhatsnew/3.5: Add missing word "class"
2015-09-15 Berker PeksagIssue #25127: Fix typo in concurrent.futures.rst
2015-09-15 Berker PeksagIssue #25127: Fix typo in concurrent.futures.rst
2015-09-15 Berker PeksagIssue #25105: Update susp-ignored.csv to avoid false...
2015-09-15 Victor StinnerIssue #25118: Fix a regression of Python 3.5.0 in os...
2015-09-14 Victor StinnerMerge 3.4 (test_gdb)
2015-09-14 Victor Stinnertest_gdb: fix regex to parse the GDB version
2015-09-13 Steve DowerCloses #25078: Document InstallAllUsers installer param...
2015-09-13 Serhiy StorchakaFixed a typo in the -b option.
2015-09-13 Serhiy StorchakaUse :menuselection: in whatsnew/3.4.
2015-09-13 Serhiy StorchakaUse :menuselection: in whatsnew/3.4.
2015-09-13 Yury Selivanovwhatsnew/3.5: Fix typo
2015-09-13 Yury Selivanovwhatsnew/3.5: One more edit
2015-09-13 Yury Selivanovwhatsnew/3.5: Edits
2015-09-13 Larry HastingsMerge release engineering work from Python 3.5.0.
2015-09-13 Larry HastingsPost-release updates for Python 3.5.0.
2015-09-13 Yury Selivanovwhatsnew/3.5: Fix typo (issue #25082)
2015-09-13 Yury Selivanovwhatsnew/3.5: Reorder stuff (issue #25082).
2015-09-13 Serhiy Storchakawhatsnew/3.5: Fix formatting. More minor edits.
2015-09-13 Yury Selivanovwhatsnew/3.5: Delete prerelease warning note.
2015-09-13 Yury Selivanovwhatsnew/3.5: Fix formatting
2015-09-13 Yury Selivanovwhatsnew/3.5: Tweak asyncio module section
2015-09-13 Yury Selivanovwhatsnew/3.5: More examples
2015-09-13 Yury Selivanovwhatsnew/3.5: Cover asyncio changes relative to 3.4.0
2015-09-13 Yury Selivanovwhatsnew/3.5: Add some examples
2015-09-13 Benjamin Petersonmerge 3.4
2015-09-13 Benjamin Petersonfix name of argument in docstring and the docs (closes...
2015-09-12 Yury Selivanovwhatsnew/3.5: Update editor's email addresses
2015-09-12 Yury Selivanovwhatsnew/3.5 More edits
2015-09-12 Yury Selivanovwhatsnew/3.5: Edits
2015-09-12 Larry HastingsAdded tag v3.5.0 for changeset 374f501f4567
2015-09-12 Larry HastingsFinal touch-ups for the What's New In Python 3.5 document. v3.5.0
2015-09-12 Kristján Valur... Issue #25021: Merge 3.4 to 3.5
2015-09-12 Larry HastingsVersion bump for Python 3.5.0 final.
2015-09-12 Larry HastingsRegenerate pydoc topics, fix minor non-RST formatting...
2015-09-12 Larry HastingsBackported the What's New In 3.5 from 3.5.1 to 3.5...
2015-09-12 Kristján Valur... Issue #25021: Merge from 3.3 to 3.4
2015-09-12 Kristján Valur... Issue #25021: Correctly make sure that product.__setsta...
2015-09-12 Serhiy StorchakaMarked keystrokes with the :kbd: role.
2015-09-12 Serhiy StorchakaMarked keystrokes with the :kbd: role.
2015-09-12 Martin PanterIssue #16473: Merge codecs doc and test from 3.4 into 3.5
2015-09-12 Martin PanterIssue #16473: Fix byte transform codec documentation...
2015-09-11 Martin Pantersocket.sendfile() is a method not a module
2015-09-11 Martin PanterDummy merge 3.4 into 3.5; socket.sendfile() exists...
2015-09-11 Martin PanterIssue #25063: socket.sendfile() does not exist in 3.4
2015-09-11 Martin PanterIssue #25043: Merge Bluetooth doc from 3.4 into 3.5
2015-09-11 Martin PanterIssue #25043: Document BDADDR_ and HCI_ Bluetooth socke...
2015-09-11 Steve DowerAdds 3.5.0 header to Misc/NEWS
2015-09-11 Steve DowerMerge from 3.5.0
2015-09-11 Steve DowerIssue #25071: Windows installer should not require...
2015-09-11 Serhiy Storchakawhatsnew/3.5: Added missed author names.
2015-09-11 Zachary WareMerge with 3.4
2015-09-11 Zachary WareFix grammatical error in csv docs.
2015-09-11 Steve DowerRemoves invalid installer options from documentation.
2015-09-11 Victor StinnerMerge 3.4
2015-09-11 Victor StinnerIssue #24684: socket.socket.getaddrinfo() now calls
2015-09-11 Yury Selivanovwhatsnew/3.5: Fix nits
2015-09-11 Yury Selivanovwhatsnew/3.5: Drop empty section
2015-09-11 Yury Selivanovwhatsnew/3.5: Sync whatsnew with versionadded/versionch...
2015-09-11 Martin PanterIssue #25030: Merge seek() doc fixes from 3.4 into 3.5
2015-09-11 Benjamin Petersoncompute stack effect of BUILD_MAP correctly (closes...
2015-09-11 Martin PanterIssue #25030: Do not document seek() as if it accepts...
2015-09-11 Yury Selivanovwhatsnew/3.5: Second pass over NEWS entries
2015-09-11 Martin PanterIssue #25022: Merge susp-ignored.csv from 3.4 into 3.5
2015-09-11 Martin PanterIssue #25022: Avoid warning about unused suspicious...
2015-09-11 Martin PanterIssue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5
2015-09-11 Martin PanterIssue #24984: BTPROTO_SCO supports only bytes objects
2015-09-11 Yury Selivanovwhatsnew/3.5: Reformat code examples
2015-09-11 Yury Selivanovwhatsnew/3.5: Another editing pass
2015-09-10 Yury Selivanovwhatsnew/3.5: Fix refs in the importlib section
2015-09-10 Yury Selivanovwhatsnew/3.5: Clarify types.coroutine & types.CoroutineType
2015-09-10 Yury Selivanovwhatsnew/3.5: Don't mention pyio.FileIO
2015-09-10 Yury Selivanovwhatsnew/3.5: Describe changes in issue #22980
next