]> granicus.if.org Git - python/shortlog
python
2015-09-07 Larry HastingsAdded tag v3.5.0rc3 for changeset 66ed52375df8
2015-09-07 Larry HastingsVersion bump for Python 3.5.0rc3. v3.5.0rc3
2015-09-07 Larry HastingsUpdated topics (again) for Python 3.5.0rc3 (second...
2015-09-07 Larry HastingsMerged in stevedower/cpython350 (pull request #20)
2015-09-07 Steve DowerIssue #24917: time_strftime() buffer over-read.
2015-09-06 Larry HastingsIssue #24305: Prevent import subsystem stack frames...
2015-09-06 Larry HastingsBacking out 09b62202d9b7; the tests fail on Linux,...
2015-09-06 Larry HastingsMerged in ncoghlan/cpython350 (pull request #17)
2015-09-05 Steve DowerIssue #24917: Moves NEWS entry under Library.
2015-09-05 Steve DowerIssue #24917: time_strftime() Buffer Over-read. Patch...
2015-09-05 Steve DowerIssue #25005: Backout fix for #8232 because of use...
2015-09-05 Nick CoghlanClose #24748: Restore imp.load_dynamic compatibility
2015-09-05 Guido van RossumIssue #24912: Prevent __class__ assignment to immutable...
2015-09-04 Guido van RossumFix issue #24635.
2015-09-04 Larry HastingsMerged in storchaka/cpython350 (pull request #13)
2015-09-04 Serhiy StorchakaIssue #24989: Fixed buffer overread in BytesIO.readline...
2015-09-04 Terry Jan ReedyIssue #21192: Change 'RUN' back to 'RESTART' when runni...
2015-09-03 Brett CannonIssue #24913: Fix overrun error in deque.index().
2015-09-01 Yury SelivanovIssue #24975: Fix AST compilation for PEP 448 syntax.
2015-08-29 Donald StufftUpdate setuptools to 18.2 and pip to 7.1.2
2015-08-25 Larry HastingsAdded missing #-marks to Misc/NEWS lines.
2015-08-25 Larry HastingsAdded missing IDLE updates to Misc/NEWS that shipped...
2015-08-25 Larry HastingsMove misplaced Misc/NEWS item from 3.5.0rc1 to 3.5...
2015-08-25 Larry HastingsAdd missing Misc/NEWS item for merged pull request...
2015-08-25 Larry HastingsPost-release updates for Python 3.5.0rc2.
2015-08-25 Larry HastingsAdded tag v3.5.0rc2 for changeset cc15d736d860
2015-08-25 Larry HastingsVersion bump for Python 3.5.0rc2. v3.5.0rc2
2015-08-25 Larry HastingsRegenerated pydoc topics for Python 3.5.0rc2.
2015-08-25 Larry HastingsRebuilt Clinic generated code.
2015-08-25 Larry HastingsIssue #24769: Interpreter now starts properly when...
2015-08-24 Larry HastingsMerged in 1st1/cpython350 (pull request #5)
2015-08-24 Larry HastingsMerged in stevedower/cpython350 (pull request #6)
2015-08-24 Larry HastingsMerged in bitdancer/cpython350 (pull request #4)
2015-08-24 Larry HastingsFix for one-letter type in What's New In Python 3.5.
2015-08-19 Steve DowerFixes file that did not graft correctly.
2015-08-19 Steve DowerIssue #24847: Removes vcruntime140.dll dependency from...
2015-08-17 Yury SelivanovIssue #24867: Fix asyncio.Task.get_stack() for 'async...
2015-08-15 R David Murray#21167: Fix definition of NAN when ICC used without...
2015-08-12 larryMerged in brettcannon/cpython350/3.5 (pull request #2)
2015-08-12 Brett CannonIssue #24492: make sure that ``from ... import ......
2015-08-11 Steve DowerIssue #24839: platform._syscmd_ver raises DeprecationWa...
2015-08-11 Larry HastingsPost-release bump for Python 3.5.0rc1.
2015-08-10 Larry HastingsAdded tag v3.5.0rc1 for changeset 1a58b1227501
2015-08-10 Larry HastingsMerged fixes for two bad bugs. This will be the new... v3.5.0rc1
2015-08-10 Ned DeilyIssue #24745: Prevent IDLE initialization crash with...
2015-08-09 Yury SelivanovMerge 3.4 (issues #24835, #24763)
2015-08-09 Yury SelivanovIssue #24763: Fix asyncio test on Windows (fix reverted...
2015-08-09 Larry HastingsAdded tag v3.5.0rc1 for changeset 01a684180b19
2015-08-09 Larry HastingsRelease bump for Python 3.5.0rc1.
2015-08-09 Larry HastingsRegenerated pydoc topics for Python 3.5.0rc1.
2015-08-09 Serhiy StorchakaFixed doubled spaces in Misc/NEWS.
2015-08-09 Serhiy StorchakaFixed doubled spaces in Misc/NEWS.
2015-08-09 Serhiy StorchakaIssue #24824: Signatures of codecs.encode() and codecs...
2015-08-09 Zachary WareMerge 3.4
2015-08-09 Zachary Wareregrtest: the 'bad' and 'environment_changed' sets...
2015-08-08 Steve DowerIssue #4214: Remove ineffectual /pdb:none option from...
2015-08-06 Robert CollinsIssue #4395: Better testing and documentation of binary...
2015-08-06 Yury SelivanovIssue #23812: Fix getter-cancellation with many pending...
2015-08-06 Berker PeksagIssue #23004: mock_open() now reads binary data correct...
2015-08-06 Robert CollinsIssue #24531: Document that encoding lines cannot follo...
2015-08-06 Zachary WareIssue #21279: Flesh out str.translate docs
2015-08-06 Terry Jan ReedyIssue #23672: Allow Idle to edit and run files with...
2015-08-05 Yury Selivanovasyncio: Make sure BaseException is re-raised in SSLPro...
2015-08-05 Yury SelivanovIssue #23812: Fix asyncio.Queue.get() to avoid loosing...
2015-08-05 Nick CoghlanIssue #24129: Clarify reference docs for name resolution.
2015-08-05 Zachary WareIssue #24791: Add tests for things that regressed with...
2015-08-05 Zachary WareIssue #24751: When running regrtest with '-w', don...
2015-08-04 Robert CollinsIssue #20769: Improve reload() docs. Patch by Dorian...
2015-08-04 Yury Selivanovasyncio: Sync with upstream (compat module)
2015-08-04 Yury Selivanovasyncio: Sync with mainstream
2015-08-04 Robert CollinsIssue #24021: docstring for urllib.urlcleanup.
2015-08-03 Terry Jan ReedyMerge
2015-08-03 Terry Jan ReedyIssue #24759: Revert 13a8782a775e.
2015-08-03 Robert CollinsIssue #23888: Handle fractional time in cookie expiry...
2015-08-02 Robert CollinsIssue #22397: Skip failing tests on AIX
2015-08-02 Yury SelivanovRevert da29a94367b2
2015-08-02 Benjamin Petersoninclude fcntl.h on all *nix platforms (closes #24217)
2015-08-02 Yury Selivanovasyncio: Fix code style
2015-08-02 Serhiy StorchakaIssue #20557: Use specific asserts in io tests.
2015-08-02 Zachary WareIssue #23182: PEP8-ify the annotation grammar tests...
2015-08-02 Zachary WareIssue #23652: Make the select module compile against...
2015-08-01 Terry Jan ReedyIssue 24745: Add ACKS entry.
2015-08-01 Terry Jan ReedyIssue 24745: Switch from Courier to platform-sensitive...
2015-08-01 Terry Jan ReedyIssue #21192: Idle Editor. When a file is run, put...
2015-07-31 Victor StinnerIssue #24763: Fix asyncio test on Windows
2015-07-31 Robert CollinsIssue #22932: Fix timezones in email.utils.formatdate.
2015-07-31 Victor StinnerFix ResourceWarning in asyncio.BaseSubprocessTransport
2015-07-31 Terry Jan ReedyIssue 24759: Gracefull exit Idle if ttk import fails.
2015-07-30 Robert CollinsIssue #23779: imaplib raises TypeError if authenticator...
2015-07-30 Terry Jan ReedyIssue #13884: Idle: Remove tearoff lines from menus...
2015-07-30 Berker PeksagIssue #12160: Fix incorrect StreamCodec references...
2015-07-29 Jason R. CoombsMerge
2015-07-29 Robert CollinsIssue #23589: Remove duplicate sentence from the FAQ...
2015-07-29 Jason R. CoombsIssue #24729: Correct reference to open function.
2015-07-29 Victor StinnerIssue #23319: Add Matthieu Gautier to Misc/ACKS
2015-07-29 Victor StinnerIssue #23319: Fix ctypes.BigEndianStructure, swap corre...
2015-07-29 Ned DeilyIssue #19450: Update OS X installer builds to use SQLit...
2015-07-29 Robert CollinsIssue #23254: Document how to close the TCPServer liste...
2015-07-28 Alessandro... Issue #24729: Update tutorial to match implementation.
2015-07-28 Steve DowerIssue #19450: Update Windows builds to use SQLite 3...
next