]> granicus.if.org Git - python/shortlog
python
2015-09-02 Victor StinnerIssue #24707: Remove assertion in monotonic clock
2015-09-02 Victor StinnerMerge 3.4 (test_warnings)
2015-09-02 Victor StinnerFix test_warnings: don't modify warnings.filters
2015-09-02 Victor StinnerMerge 3.4 (test_gdb)
2015-09-02 Victor Stinnertest_gdb: use subprocess.Popen context manager to fix...
2015-09-02 Victor Stinnertest_gdb: fix regex to parse gdb version for SUSE Linux...
2015-09-02 Zachary WareTurn 'rem' comments into a real usage message in PCbuil...
2015-09-02 Yury SelivanovMerge 3.5 heads (issue #24975)
2015-09-02 Victor StinnerMerge 3.4 (asyncio doc)
2015-09-02 Victor Stinnerasyncio doc: fix subprocess sections
2015-09-01 Yury SelivanovIssue #24975: Fix AST compilation for PEP 448 syntax.
2015-09-01 Raymond HettingerImprove tutorial suggestion for looping techniques
2015-08-31 Yury SelivanovMake asyncio provisional
2015-08-31 Martin PanterIssue #24952: Merge 3.4 into 3.5
2015-08-31 Martin PanterIssue #24952: Clarify default argument of stack_size...
2015-08-30 Benjamin Petersonmerge 3.4 (#24963)
2015-08-30 Benjamin Petersonfix spelling that was a bit confused (closes #24963)
2015-08-30 Raymond Hettingermerge
2015-08-30 Raymond HettingerIssue #24931: Resolve __dict__ conflict in namedtuple...
2015-08-30 Zachary WareIssue #24272: Remove usage of default reST role from...
2015-08-30 Zachary WareIssue #24962: Merge 3.4
2015-08-30 Zachary WareIssue #24962: Remove space from filename
2015-08-29 Donald StufftNull Merge from 3.5.0 to 3.5.1
2015-08-29 Donald StufftUpdate setuptools to 18.2 and pip to 7.1.2
2015-08-29 Zachary WareIssue #24953: Include ICC version in sys.version string...
2015-08-28 Serhiy StorchakaIssue #24881: Fixed setting binary mode in Python imple...
2015-08-27 Robert CollinsIssue #21112: Fix regression in unittest.expectedFailur...
2015-08-27 Robert CollinsIssue #21112: Fix regression in unittest.expectedFailur...
2015-08-27 Zachary WareIssue #24947: Merge 3.4
2015-08-27 Zachary WareIssue #24947: Fix grammar in asyncio doc
2015-08-27 Terry Jan ReedyMerge with 3.4
2015-08-27 Terry Jan ReedyIssue #24790: correct typo noticed by Eric Smith
2015-08-27 Terry Jan ReedyMerge with 3.4
2015-08-27 Terry Jan ReedyIssue #24790: Restore unused function.
2015-08-27 Terry Jan ReedyMerge with 3.4
2015-08-27 Terry Jan ReedyIssue #24782: In Idle extension config dialog, replace...
2015-08-26 Yury Selivanovdocs: Better comment for tp_as_async slot
2015-08-26 Raymond HettingerIssue #24913: Fix overrun error in deque.index().
2015-08-26 Larry HastingsMisc/NEWS needs a Python 3.5.0rc3 section in 3.5 and...
2015-08-25 Larry HastingsMerge from Python 3.5.0 (rc2) to Python 3.5.1.
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 Martin PanterIssue #24808: Merge 3.4 into 3.5; adjust new tp_as_asyn...
2015-08-25 Martin PanterIssue #24808: Update the documentation of some PyTypeOb...
2015-08-25 Berker PeksagIssue #10708: Add a link to devguide in Misc/Porting.
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 Donald StufftMerge updated to pip and setuptools
2015-08-24 Donald StufftUpdate pip to 7.1.2 and setuptools to 18.2
2015-08-24 Larry HastingsMerge.
2015-08-24 Larry HastingsFix for one-letter type in What's New In Python 3.5.
2015-08-24 R David MurrayMerge: #24926: Fix typo in example.
2015-08-24 R David Murray#24926: Fix typo in example.
2015-08-24 Robert CollinsIssue #22812: Fix unittest discovery examples.
2015-08-24 Robert CollinsIssue #22812: Fix unittest discovery examples.
2015-08-19 Robert CollinsIssue #20362: Honour TestCase.longMessage correctly...
2015-08-19 Steve DowerFixes file that did not graft correctly.
2015-08-19 Steve DowerIssue #24847: Removes vcruntime140.dll dependency from...
2015-08-19 Steve DowerRemoves --clean-only option from buildbots.
2015-08-19 Yury SelivanovFurther improve os.path.commonprefix() docs.
2015-08-19 Steve DowerIssue #24847: Fixes Tix revision number and reverts...
2015-08-18 Steve DowerIssue #24847: Removes vcruntime140.dll dependency from...
2015-08-18 Yury SelivanovNull merge (3.4)
2015-08-18 Yury SelivanovIssue #23572: Fixed functools.singledispatch on classes...
2015-08-18 Yury SelivanovIssue #23572: Fixed functools.singledispatch on classes...
2015-08-18 Terry Jan ReedyMerge with 3.4
2015-08-18 Terry Jan ReedyIssue #24790: Remove extraneous code (which also create...
2015-08-18 Victor Stinner(Merge 3.4) cgi.FieldStorage.read_multi ignores Content...
2015-08-18 Victor Stinnercgi.FieldStorage.read_multi ignores Content-Length
2015-08-18 Benjamin Petersonmerge 3.4 (#24883)
2015-08-18 Benjamin Peterson'Py_Buffer' should be 'Py_buffer' (closes #24883)
2015-08-18 Yury Selivanovdocs: Improve docs for os.path.commonprefix
2015-08-18 Ned DeilyIssue #24079: merge from 3.4
2015-08-18 Ned DeilyIssue #24079: Improve description of the text and tail...
2015-08-17 Yury SelivanovIssue #24867: Fix asyncio.Task.get_stack() for 'async...
2015-08-17 Yury Selivanovdocs: Clarify that gi_yieldfrom was first added in 3.5
2015-08-17 Yury Selivanovdocs: Fix inspect docs re gi_yieldfrom
2015-08-17 Terry Jan ReedyEntries for idlelib/NEWS.txt
2015-08-17 Terry Jan ReedyEntries for idlelib/NEWS.txt
2015-08-17 Terry Jan ReedyIdle NEWS entries.
2015-08-17 Terry Jan ReedyIdle NEWS entries.
2015-08-17 Terry Jan ReedyMerge with 3.4
2015-08-17 Terry Jan ReedyIssue #23672: ACKS
2015-08-17 Robert CollinsIssue #24774: Fix docstring in http.server.test.
2015-08-17 Robert CollinsIssue #24774: Fix docstring in http.server.test.
2015-08-15 R David Murray#21167: Fix definition of NAN when ICC used without...
2015-08-15 Steve DowerEnables building compressed Windows test builds with...
2015-08-14 Terry Jan ReedyMerge with 3.4
2015-08-14 Terry Jan ReedyIssue #24833: Add attribute reference needed for 3.x.
2015-08-14 Yury SelivanovMerge 3.4 (Issue #24867)
2015-08-14 Yury SelivanovIssue #24867: Fix Task.get_stack() for 'async def'...
next