]> granicus.if.org Git - python/shortlog
python
2017-01-02 Larry HastingsNull merge from 3.4.
2017-01-02 Larry HastingsFix test failure so it's no longer dependent on example...
2017-01-02 Benjamin Petersononly include sys/random.h if it seems like it might...
2017-01-02 Benjamin Petersonmerge heads
2017-01-02 Benjamin Petersonmerge 3.4
2017-01-02 Benjamin Petersonmerge 3.3
2017-01-02 Benjamin Petersonring in 2017 for Python
2017-01-02 Berker PeksagIssue #15812: inspect.getframeinfo() now correctly...
2017-01-02 Berker PeksagIssue #29013: Fix allowZip64 documentation
2017-01-02 Berker PeksagIssue #29012: Remove outdated information about __bases__
2017-01-02 Berker PeksagIssue #29024: Add Kivy entry to GUI FAQ
2017-01-01 Serhiy StorchakaIssue #29094: Offsets in a ZIP file created with extern...
2016-12-31 Berker PeksagIssue #29123: Make CheckSqlTimestamp more robust
2016-12-31 Raymond HettingerIssue #29119: Fix weakref in OrderedDict.move_to_end...
2016-12-31 Berker PeksagIssue #26267: Improve uuid.UUID documentation
2016-12-30 Stefan KrahIssue #29111: Fix memoryview signature.
2016-12-30 Xiang ZhangIssue #29112: Fix a questionable wording in sequence...
2016-12-30 Victor StinnerIssue #29109: Enhance tracemalloc documentation
2016-12-28 Steve DowerIssue #29080: Fixes Misc/NEWS entry
2016-12-28 Steve DowerIssue #29080: Removes hard dependency on hg.exe from...
2016-12-28 Serhiy StorchakaIssue #13051: Fixed recursion errors in large or resize...
2016-12-28 Serhiy StorchakaIssue #9770: curses.ascii predicates now work correctly...
2016-12-28 Serhiy StorchakaIssue #29073: bytearray formatting no longer truncates...
2016-12-28 Serhiy StorchakaIssue #29087: Removed the documentation of non-existing...
2016-12-27 Serhiy StorchakaIssue #23903: Added missed Windows-specific names to...
2016-12-27 Antoine PitrouIssue #28427: old keys should not remove new values...
2016-12-27 Berker PeksagIssue #29069: Update the default URL of PyPI server
2016-12-27 Berker PeksagMove versionadded inside of the get_terminal_size(...
2016-12-27 Serhiy StorchakaIssue #23903: Added missed names to PC/python3.def.
2016-12-27 Serhiy StorchakaIssue #23903: Fixed errors and remove non-existing...
2016-12-27 Xiang ZhangIssue #29078: Add the missing import in datetime.time...
2016-12-25 Serhiy StorchakaIssue #29068: Fixed a typo in PyErr_Fetch example.
2016-12-25 R David Murray#25591: improve imap tests.
2016-12-24 Martin PanterIssue #28815: Skip TIPC tests if /proc/modules is not...
2016-12-24 Martin PanterIssue #28954: Add missing comma to keyword argument...
2016-12-24 Martin PanterIssue #1446619: Account for negative slice direction...
2016-12-24 Martin PanterIssue #29004: Document binascii.crc_hqx() implements...
2016-12-24 Martin PanterIssue #28960: Drop comma attached to dash in Thread...
2016-12-23 Serhiy StorchakaSort and remove duplicates from PC/python3.def (issue...
2016-12-23 Ned DeilyUpdate documentation index sidebar for 3.6.0 release.
2016-12-22 Brett CannonGrammatical fixes following #d95f19892fd0
2016-12-22 Xiang ZhangIssue #29044: Fix a use-after-free in string '%c' forma...
2016-12-22 Terry Jan ReedyIssue 28923: Remove editor artifacts from Tix.py.
2016-12-21 Serhiy StorchakaIssue #28871: Fixed a crash when deallocate deep Elemen...
2016-12-20 Benjamin Petersonadd a specific configure check for sys/random.h (closes...
2016-12-20 INADA NaokiIssue #28147: Fix a memory leak in split-table dictionaries
2016-12-19 Xiang ZhangIssue #28950: Disallow -j0 combined with -T/-l/-M in...
2016-12-19 Victor Stinnerdoc: Suggest to hash(tuple of attr) rather than XOR
2016-12-19 Xiang ZhangIssue #29009: Remove outdated doc of PyUnicode_RichCompare.
2016-12-19 Antoine PitrouIssue #19542: Fix bugs in WeakValueDictionary.setdefaul...
2016-12-11 Martin PanterIssue #25677: Correct syntax error caret for indented...
2016-12-19 Serhiy StorchakaIssue #20191: Fixed a crash in resource.prlimit() when...
2016-12-18 R David Murray#29005: clarify terminology in tutorial 'method' discus...
2016-12-18 Martin PanterFix spelling and grammar in code comments and documentation
2016-12-18 R David Murray#28407 Improve test coverage of make_msgid.
2016-12-17 Brett CannonUpdate porting HOWTO to drop unicode_literals and menti...
2016-12-17 Serhiy StorchakaIssue #29000: Fixed bytes formatting of octals with...
2016-12-16 Raymond HettingerIssue #28991: Fix obscure reentrancy bug in functools...
2016-12-16 Xavier de GayeIssue #28971: Temporarily skip test_over until a perman...
2016-12-16 Serhiy StorchakaMerge heads
2016-12-16 Serhiy StorchakaIssue #14061: Misc fixes and cleanups in archiving...
2016-12-16 Yury SelivanovIssue #28990: Fix SSL hanging if connection is closed...
2016-12-16 Victor Stinnerpython-gdb.py: catch gdb.error on gdb.selected_frame()
2016-12-15 Berker PeksagIssue #28944: Fix footnote numbering
2016-12-14 Serhiy StorchakaRevert changeset 1f31bf3f76f5 (issue5322) except tests.
2016-12-13 Steve DowerIssue #26071: Fixes preprocessor definition and rebuild...
2016-12-11 Steve DowerIssue #28783: Replaces bdist_wininst in nuget packages...
2016-12-11 Serhiy StorchakaIssue #28512: Fixed setting the offset attribute of...
2016-12-11 Martin PanterIssue #26483: Clarify str.isdecimal() and isdigit()
2016-12-11 Martin PanterIssue #28916: Correct description of %o and %x alternat...
2016-12-10 Brett CannonIssue #28424: Document pkgutil.get_data() doesn't work...
2016-12-10 Antoine PitrouIssue #28779: multiprocessing.set_forkserver_preload...
2016-12-10 Martin PanterIssue #28771: Update tp_get/setattr signature documentation
2016-12-10 Martin PanterIssue #28820: Fix spelling of “practice” as a noun
2016-12-10 Martin PanterIssue #28755: Improve syntax highlighting in Arg Clinic...
2016-12-10 Martin PanterIssue 28753: Argument Clinic howto docfix, courtesy...
2016-12-08 Ned DeilyIssue #28900: Update documentation sidebar for 3.6...
2016-12-07 Serhiy StorchakaChange order of io.UnsupportedOperation base classes.
2016-12-02 Serhiy StorchakaIssue #5322: Fixed setting __new__ to a PyCFunction...
2016-12-07 Serhiy StorchakaIssue #28847: dbm.dumb now supports reading read-only...
2016-12-06 Serhiy StorchakaFixed misplaced comment.
2016-12-06 Benjamin Petersonrm unused import
2016-12-05 Serhiy StorchakaIssue #28808: PyUnicode_CompareWithASCIIString() now...
2016-12-04 Serhiy StorchakaFixed mismatching title overline.
2016-12-04 Serhiy StorchakaFixed double hyphens that are rendered to literal en...
2016-12-03 Steve DowerEnsures intermediate directory is created before access...
2016-12-03 Steve DowerIssue #28846: Various installer fixes
2016-12-02 Serhiy StorchakaMerge heads
2016-12-02 Serhiy StorchakaIssue #21818: Fixed references to classes that have...
2016-12-01 doko@ubuntu.com - Import latest config.sub config.guess files
2016-11-29 Guido van RossumIssue #28790: Fix error when using Generic and __slots_...
2016-11-26 Łukasz LangaFixes #24142: [configparser] always join multiline...
2016-11-26 Serhiy StorchakaIssue #28763: Use double hyphens (rendered as en-dashes...
2016-11-25 Berker PeksagAdd missing square bracket in typing.get_type_hints()
2016-11-25 Berker PeksagIssue #28738: Document SIGBREAK as an acceptable value...
2016-11-24 Guido van RossumIssue #28773: Add typing.FrozenSet docs. (Manuel Krebber)
2016-11-23 Steve DowerIssue #28783: Embedded and nuget packages incorrect...
2016-11-21 Yury SelivanovIssue #28652: Partially rollback previous changes
2016-11-21 Victor StinnerIssue #28688: Remove warnings.filters check from regrtest
2016-11-21 Martin PanterFix indentation
next