]> granicus.if.org Git - python/shortlog
python
2015-08-05 Steve DowerFixes make_zip.py to create temporary .pyc files in...
2015-08-05 Yury SelivanovMerge 3.4 (asyncio)
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 Yury SelivanovIssue #23812: Fix asyncio.Queue.get() to avoid loosing...
2015-08-05 Yury Selivanovwhatsnew/3.5: Mention 'typing' module docs in seealso...
2015-08-05 Nick CoghlanMerge issue #24129 from 3.4
2015-08-05 Nick CoghlanIssue #24129: Clarify reference docs for name resolution.
2015-08-05 Guido van RossumFix trailing ws.
2015-08-05 Guido van RossumMerge docs for typing.py from accidental branch.
2015-08-05 Guido van RossumIssue #23973: Update typing.py from GitHub repo.
2015-08-05 Zachary WareNull merge
2015-08-05 Zachary WareIssue #24791: Add tests for things that regressed with...
2015-08-05 Zachary WareIssue #24751: Merge with 3.4
2015-08-05 Zachary WareIssue #24751: When running regrtest with '-w', don...
2015-08-04 Steve DowerPuts compiled pyc files into embedded library ZIP file...
2015-08-04 Robert CollinsIssue #20769: Improve reload() docs. Patch by Dorian...
2015-08-04 Robert CollinsIssue #20769: Improve reload() docs. Patch by Dorian...
2015-08-04 Yury SelivanovMerge 3.4
2015-08-04 Yury Selivanovasyncio: Sync with upstream (compat module)
2015-08-04 Yury SelivanovMerge 3.4
2015-08-04 Yury Selivanovasyncio: Sync with mainstream
2015-08-04 Yury Selivanovwhatsnew: Add pep 448 to new syntax features section
2015-08-04 Yury Selivanovwhatsnew/3.5: Briefly mention PEP 484
2015-08-04 Yury Selivanovwhatsnew/3.5: Mention PEP 448
2015-08-04 Robert CollinsIssue #24021: docstring for urllib.urlcleanup.
2015-08-04 Robert CollinsIssue #24021: docstring for urllib.urlcleanup.
2015-08-03 Steve DowerIssue #24771: Adds vcruntime DLL to tcltk package
2015-08-03 Terry Jan ReedyMerge with 3.4
2015-08-03 Terry Jan ReedyMerge
2015-08-03 Terry Jan ReedyMerge
2015-08-03 Terry Jan ReedyIssue #24759: Merge with 3.4
2015-08-03 Terry Jan ReedyIssue #24759: Revert 13a8782a775e.
2015-08-03 Robert CollinsIssue #23888: Handle fractional time in cookie expiry...
2015-08-03 Robert CollinsIssue #23888: Handle fractional time in cookie expiry...
2015-08-03 Guido van RossumIssue #24272: Initial docs for typing.py (PEP 484).
2015-08-03 Yury Selivanovwhatsnew/3.5: Mention that 'async' is a bad name for...
2015-08-02 Robert CollinsIssue #22397: Skip failing tests on AIX
2015-08-02 Robert CollinsIssue #22397: Skip failing tests on AIX
2015-08-02 Yury SelivanovMerge 3.4
2015-08-02 Yury SelivanovRevert da29a94367b2
2015-08-02 Benjamin PetersonMerge 3.4 (#24217)
2015-08-02 Benjamin Petersoninclude fcntl.h on all *nix platforms (closes #24217)
2015-08-02 Yury SelivanovMerge 3.4
2015-08-02 Yury Selivanovasyncio: Fix code style
2015-08-02 Guido van RossumRemove warning about asyncio being provisional (it...
2015-08-02 Serhiy StorchakaIssue #20557: Use specific asserts in io tests.
2015-08-02 Serhiy StorchakaIssue #20557: Use specific asserts in io tests.
2015-08-02 Zachary WareIssue #23182: Merge with 3.4
2015-08-02 Zachary WareIssue #23182: PEP8-ify the annotation grammar tests...
2015-08-02 Zachary WareIssue #23652: Merge with 3.4
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: Add ACKS entry.
2015-08-01 Terry Jan ReedyIssue 24745: Merge with 3.4
2015-08-01 Terry Jan ReedyIssue 24745: Switch from Courier to platform-sensitive...
2015-08-01 Yury Selivanovdocs: Fix productionlist for async def functions
2015-08-01 Terry Jan ReedyMerge with 3.4
2015-08-01 Terry Jan ReedyIssue #21192: Idle Editor. When a file is run, put...
2015-07-31 Victor StinnerMerge 3.4 (asyncio test)
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 Robert CollinsIssue #22932: Fix timezones in email.utils.formatdate.
2015-07-31 Victor StinnerMerge 3.4 (asyncio)
2015-07-31 Victor StinnerFix ResourceWarning in asyncio.BaseSubprocessTransport
2015-07-31 Terry Jan ReedyMerge with 3.4
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 Robert CollinsIssue #23779: imaplib raises TypeError if authenticator...
2015-07-30 Terry Jan ReedyMerge with 3.4
2015-07-30 Terry Jan ReedyIssue #13884: Idle: Remove tearoff lines from menus...
2015-07-30 Steve DowerUpdate default msvccompiler link options to match the...
2015-07-30 Berker PeksagIssue #12160: Fix incorrect StreamCodec references...
2015-07-30 Berker PeksagIssue #12160: Fix incorrect StreamCodec references...
2015-07-30 Berker PeksagIssue #15582: Add a whatsnew entry for inspect.getdoc...
2015-07-30 Victor Stinnerpy_getrandom(): getrandom() *can* return EINTR
2015-07-29 Berker PeksagIssue #24109: Include Tools/scripts/diff.py instead...
2015-07-29 Jason R. CoombsMerge with 3.4 for Issue #24729
2015-07-29 Jason R. CoombsMerge
2015-07-29 Robert CollinsIssue #23589: Remove duplicate sentence from the FAQ...
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 StinnerMerge 3.4 (Misc/ACKS)
2015-07-29 Victor StinnerIssue #23319: Add Matthieu Gautier to Misc/ACKS
2015-07-29 Victor StinnerMerge 3.4 (ctypes)
2015-07-29 Victor StinnerIssue #23319: Fix ctypes.BigEndianStructure, swap corre...
2015-07-29 Ned DeilyIssue #19450: merge from 3.4
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-29 Robert CollinsIssue #23254: Document how to close the TCPServer liste...
2015-07-29 Victor StinnerWhat's New in Python 3.5: document os.urandom() changes
2015-07-28 Victor StinnerWhat's New in Python 3.5: document socket.sendall(...
2015-07-28 Victor StinnerWhat's New in Python 3.5: Document ssl methods change...
2015-07-28 Victor StinnerWhat's New in Python 3.5: move PEP 475 doc
2015-07-28 Alessandro... Issue #24729: Update tutorial to match implementation.
2015-07-28 Steve DowerIssue #19450: Update Windows builds to use SQLite 3...
2015-07-28 Steve DowerIssue #19450: Update Windows builds to use SQLite 3...
2015-07-28 Raymond Hettingermerge
2015-07-28 Raymond HettingerIssue #24735: Fix invalid memory access in combinations...
2015-07-27 Steve DowerAllow intermediate build directory to be overridden.
next