]> granicus.if.org Git - python/shortlog
python
2015-09-09 Yury Selivanovdocs.compileall: Fix markup (rendering was off, noticed...
2015-09-09 Yury Selivanovwhatsnew/3.5: Fix nits per Berker Peksag suggestion
2015-09-09 Martin PanterIssue #24984: Merge 3.4 into 3.5
2015-09-09 Martin PanterIssue #24984: Document AF_BLUETOOTH socket address...
2015-09-09 Martin PanterMerge 3.4 into 3.5
2015-09-09 Terry Jan ReedyMerge with 3.4
2015-09-09 Terry Jan ReedyIssue 24199: Deprecate idlelib.idlever with a warning...
2015-09-09 Martin Panteros.sendfile(headers=None, trailers=None) arguments...
2015-09-09 Martin PanterMerge 3.5 branches
2015-09-09 Yury Selivanovwhatsnew/3.5: Reformat PEP 475 to render in less space...
2015-09-09 Yury Selivanovwhatsnew/3.5: Better formatting; add traceback to signi...
2015-09-09 Martin PanterMerge 3.5 branches
2015-09-09 Yury Selivanovwhatsnew/3.5: Fix library news till Py3.5a1. Update...
2015-09-09 Martin PanterIssue #23738: Merge 3.4 into 3.5
2015-09-09 Martin PanterIssue #23738: Document and test actual keyword paramete...
2015-09-08 Yury Selivanovdocs/whatsnew/3.5: Update peps section
2015-09-08 Serhiy StorchakaFixed tests for shutil.make_archive() with relative...
2015-09-08 Serhiy StorchakaFixed tests for shutil.make_archive() with relative...
2015-09-08 Zachary WareUpdate PCbuild/readme.txt
2015-09-08 Raymond Hettingermerge
2015-09-08 Raymond HettingerFix whitespace in comment.
2015-09-08 Zachary WareIssue #25010: Merge with 3.4
2015-09-08 Zachary WareIssue #25010: Fix path for .pyd example project.
2015-09-08 Serhiy StorchakaIssue #24982: shutil.make_archive() with the "zip"...
2015-09-08 Serhiy StorchakaIssue #24982: shutil.make_archive() with the "zip"...
2015-09-07 Serhiy StorchakaRaise more correct exception on overflow in setting...
2015-09-07 Serhiy StorchakaRaise more correct exception on overflow in setting...
2015-09-07 Serhiy StorchakaIssue #25019: Fixed a crash caused by setting non-strin...
2015-09-07 Serhiy StorchakaIssue #25019: Fixed a crash caused by setting non-strin...
2015-09-07 Serhiy StorchakaIssue #25018: Fixed testing shutil.make_archive() with...
2015-09-07 Serhiy StorchakaIssue #25018: Fixed testing shutil.make_archive() with...
2015-09-07 Larry HastingsMerge heads.
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 Serhiy StorchakaExplicitly test archive name in shutil.make_archive...
2015-09-07 Serhiy StorchakaExplicitly test archive name in shutil.make_archive...
2015-09-07 Terry Jan ReedyMerge with 3.4
2015-09-07 Terry Jan ReedyIssue #24889: When starting Idle, force focus onto...
2015-09-07 Steve DowerNull merge from 3.4
2015-09-07 Steve DowerReapplied change to test_warnings.py to test_warnings...
2015-09-07 Steve DowerMerge from 3.5.0 branch.
2015-09-07 Steve DowerIssue #24917: time_strftime() buffer over-read.
2015-09-07 Larry HastingsMerged in stevedower/cpython350 (pull request #20)
2015-09-07 Martin PanterIssue #25004: Merge 3.4 into 3.5
2015-09-07 Martin PanterIssue #23406: Remove specific line number from susp...
2015-09-07 Martin PanterIssue #25004: Handle out-of-disk-space error in LargeMm...
2015-09-07 Steve DowerIssue #24917: time_strftime() buffer over-read.
2015-09-07 Martin PanterIssue #23406: Merge 3.4 into 3.5
2015-09-07 Martin PanterIssue #23406: Clarify documentation on multiplying...
2015-09-06 Ezio Melotti#23144: merge with 3.4.
2015-09-06 Ezio Melotti#23144: Make sure that HTMLParser.feed() returns all...
2015-09-06 Serhiy StorchakaFix, refactor and extend tests for shutil.make_archive().
2015-09-06 Serhiy StorchakaFix, refactor and extend tests for shutil.make_archive().
2015-09-06 Serhiy StorchakaUse support.change_cwd() in tests.
2015-09-06 Serhiy StorchakaUse support.change_cwd() in tests.
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 Steve DowerIssue #24917: Backed out changeset 09b62202d9b7
2015-09-06 Steve DowerBacked out changeset: a29b49d57769
2015-09-06 Steve DowerNull merge with 3.4
2015-09-06 Steve DowerMerge from 3.5.0 release branch
2015-09-06 Steve DowerIssue #24917: time_strftime() Buffer Over-read. Patch...
2015-09-06 Larry HastingsMerged in ncoghlan/cpython350 (pull request #17)
2015-09-06 Raymond HettingerPrevent reentrant badness by deferring the decrefs...
2015-09-05 Terry Jan Reedymerge from 3.4
2015-09-05 Terry Jan ReedyIssue #16180: Exit pdb if file has syntax error, instea...
2015-09-05 Guido van RossumIssue #24912: Prevent __class__ assignment to immutable...
2015-09-05 Steve DowerIssue #24910: Windows MSIs now have unique display...
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 RossumNull merge (Larry's 3.5 -> 3.5.1).
2015-09-04 Guido van RossumFix issue #24635.
2015-09-04 Guido van RossumIssue #24635: Fixed flakiness in test_typing.py.
2015-09-04 Victor StinnerMerge 3.4 (create_stdio)
2015-09-04 Victor StinnerFix race condition in create_stdio()
2015-09-04 R David MurrayMerge: #24998: fix cut and paste error in subprocess...
2015-09-04 R David Murray#24998: fix cut and paste error in subprocess example.
2015-09-04 Terry Jan ReedyMerge with 3.4
2015-09-04 Terry Jan ReedyIssue #24745: Prevent IDLE initialization crash with...
2015-09-04 Terry Jan ReedyMerge 3.5.0 into 3.5.1
2015-09-04 Zachary WareIssue #24986: Save some bandwidth from svn.python.org
2015-09-04 Serhiy StorchakaFixed merge error.
2015-09-04 Serhiy StorchakaMerge heads
2015-09-04 Serhiy StorchakaMerge 3.5.0
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 Zachary WareIssue #24986: Allow building Python without external...
2015-09-04 Zachary WareAllow PCbuild\rt.bat to accept unlimited arguments...
2015-09-04 Terry Jan ReedyIssue #21192: Change 'RUN' back to 'RESTART' when runni...
2015-09-03 Brett CannonMerge from 3.5.0 for issue #24913
2015-09-03 Serhiy StorchakaIssue #24989: Fixed buffer overread in BytesIO.readline...
2015-09-03 Victor StinnerMerge 3.4 (ICC)
2015-09-03 Victor StinnerDon't use defined() in C preprocessor macros
2015-09-03 Brett CannonIssue #24913: Fix overrun error in deque.index().
2015-09-03 Zachary WareIssue #24974: Force fp-model precice in mpdecimal.c...
2015-09-03 Victor StinnerIssue #24992: Fix error handling and a race condition...
next