]> granicus.if.org Git - python/shortlog
python
2016-09-04 Raymond HettingerImprove docs for random.seed()
2016-09-03 Vinay SajipFixes #27937: optimise code used in all logging calls.
2016-09-03 Raymond HettingerIssue 27936: Fix inconsistent round() behavior between...
2016-09-02 Jason R. CoombsIssue #12885: Merge with 3.4, retaining commits reverte...
2016-09-02 Jason R. CoombsIssue #12885: Revert commits in 3.4 branch which is...
2016-09-02 Jason R. CoombsIssue #12885: Merge 3.4
2016-09-02 Jason R. CoombsIssue #12885: Correct issue reference in NEWS
2016-09-02 Jason R. CoombsMerge backout for test suite fix
2016-09-02 Jason R. CoombsBacked out changeset cc86e9e102e8
2016-09-02 Jason R. CoombsIssue #12285: Merge with 3.4
2016-09-02 Jason R. CoombsIssue #12285: Update NEWS
2016-09-01 Serhiy StorchakaIssue #27881: Fixed possible bugs when setting sqlite3...
2016-09-01 Terry Jan ReedyIssue #27922: IDLE tests no longer flash tk widgets.
2016-08-31 Raymond HettingerIssue #27706: Fix regression in random.seed(somestr...
2016-08-31 Guido van RossumFix ordering issues in UNIX read/write pipe transport...
2016-08-31 Guido van RossumDon't select for read on character devices in _UnixWrit...
2016-08-31 Guido van RossumIssue #27907: variable rename. (Ville Skyttä)
2016-08-31 Raymond HettingerIssue #27909: Fix INCREF for possible NULL value
2016-08-31 R David Murray#27893: arg name and bytes references in email.parser...
2016-08-30 Terry Jan Reedy? Working Directory ?
2016-08-30 Raymond HettingerFix typos
2016-08-30 Zachary WareSkip test_tools.test_i18n when pygettext.py is missing
2016-08-30 Zachary WareInclude test/test_warnings/data as well
2016-08-30 Zachary WareInclude test_tools and test_warnings in install
2016-08-30 Zachary WareFix typo
2016-08-29 Serhiy StorchakaIssue #27861: Fixed a crash in sqlite3.Connection.curso...
2016-08-27 Martin PanterIssue #25825: Fix references to $(LIBPL) installation...
2016-08-27 Martin PanterIssue #19884: Avoid spurious output on OS X with Gnu...
2016-08-26 Berker PeksagIssue #10513: Fix a regression in Connection.commit()
2016-08-26 Raymond HettingerIssue 19504: Change "customise" to "customize" America...
2016-08-26 Terry Jan ReedyAdd version to title of IDLE help window.
2016-08-25 Vinay SajipIssue #23746: Clarified is_python_build() documentation.
2016-08-25 Terry Jan ReedyIssue #25564: Mention exec and __builtins__ in IDLE...
2016-08-24 Terry Jan ReedyFix misspelling
2016-08-24 Berker PeksagFix typo in Cursor.execute().
2016-08-24 Berker PeksagIssue #6057: Document exceptions in sqlite3 module
2016-08-24 R David Murray#25916: fix a few 'string of bytes' references.
2016-08-23 Guido van RossumA new version of typing.py from https://github.com...
2016-08-23 Guido van RossumIn asyncio.locks.Lock.acquire(): Avoid deadlock when...
2016-08-22 Berker PeksagIssue #27587: Move null pointer check earlier in _PySta...
2016-08-22 Mark DickinsonIssue #27539: Fix unnormalised Fraction.__pow__ result...
2016-08-21 Berker PeksagIssue #21718: cursor.description is now available for...
2016-08-21 Nick CoghlanIssue #27782: Fix m_methods handling in multiphase...
2016-08-21 Martin PanterIssue #27487: Warn if submodule already imported before...
2016-08-21 Terry Jan ReedyFix typo in IDLE News.
2016-08-21 Terry Jan ReedyAdd 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.
2016-08-21 Terry Jan ReedyIssue #27714: Remove unneeded non-idempotent call that...
2016-08-20 Martin PanterMinor spelling fixes
2016-08-20 Berker PeksagIssue #12982: Thanks to PEP 488, Python no longer creat...
2016-08-20 Martin PanterIssue #27614: Avoid race in test_docxmlrpc server setup
2016-08-20 Martin PanterIssue #27787: Clean up weak references before checking...
2016-08-20 Ned DeilyIssue #27713: Surpress spurious build warnings when...
2016-08-19 Victor StinnerFix a refleak in call_maybe()
2016-08-19 Victor StinnerFix a refleak in call_method()
2016-08-19 Berker PeksagIssue #27801: Skip test_update_lines_cols when update_l...
2016-08-19 Berker PeksagIssue #12946: Document that PyModule_GetDict can fail...
2016-08-19 R David MurrayRewrap long lines in Misc/NEWS.
2016-08-19 R David Murray#2466: ismount now recognizes mount points user can...
2016-08-18 Victor StinnerFix SystemError in "raise" statement
2016-08-17 Zachary WareUse sys.version_info, not sys.version.
2016-08-17 Victor StinnerIssue #27698: Add socketpair to socket.__all__ on Windows
2016-08-17 Victor StinnerIssue #27726: Fix "make tags"
2016-08-17 Victor Stinnerscript_helper: kill the subprocess on error
2016-08-17 Benjamin Petersonmerge 3.4 (#27783)
2016-08-17 Benjamin Petersonmerge 3.3 (#27783)
2016-08-17 Benjamin Petersonrearrange methodcaller_new so that the main error case...
2016-08-16 Raymond HettingerRemove duplicate of the entry in the seealso section
2016-08-16 Gregory P.... Issue #26750: use inspect.isdatadescriptor instead...
2016-08-16 Terry Jan ReedyIssue #27611: Don't import volatile attribute.
2016-08-16 Benjamin Petersonmerge 3.4 (#27774)
2016-08-16 Benjamin Petersonmerge 3.3 (#27774)
2016-08-16 Benjamin Petersondo not decref value borrowed from list (closes #27774)
2016-08-16 Benjamin Petersonfix corner cases in the management of server_hostname...
2016-08-16 Benjamin Petersonmerge 3.4
2016-08-16 Benjamin Petersonfail when negative values are passed to instr()
2016-08-15 Guido van RossumAdd docs for typing.AnyStr and typing.Text. By Michael...
2016-08-15 Ned DeilyIssue #10910: Update FreedBSD version checks for the...
2016-08-15 Ned DeilyIssue #10910: Avoid C++ compilation errors on FreeBSD...
2016-08-14 Donald Stufftmerge 3.4
2016-08-14 Donald StufftUpdate setuptools/pip to 25.2.0/8.1.2
2016-08-14 Benjamin Petersonmerge 3.4 (closes #27760)
2016-08-14 Benjamin Petersonmerge 3.3 (closes #27760)
2016-08-14 Benjamin Petersonfix possible integer overflow in binascii.b2a_qp (close...
2016-08-14 Benjamin Petersonmerge 3.4
2016-08-14 Benjamin Petersondo not allow reading negative values with getstr()
2016-08-14 Benjamin Petersonmerge 3.4 (closes #27758)
2016-08-14 Benjamin Petersonmerge 3.3 (#27758)
2016-08-14 Benjamin Petersoncheck for overflow in join_append_data (closes #27758)
2016-08-13 R David Murray#27753: fix typo (name->named).
2016-08-13 Raymond HettingerIssue #27720: Fix error in eng_to_decimal docs and...
2016-08-13 Berker PeksagIssue #24637: Document that locals can be any mapping...
2016-08-12 Brett CannonIssue #27712: Fix some typos in the import docs.
2016-08-12 Raymond HettingerIssue 27719: Remove a doc example that is not applicab...
2016-08-12 Martin PanterIssue #25825: Fix references to Modules/python.exp
2016-08-12 Martin PanterIssue #27745: Fix some typos in Argument Clinic howto...
2016-08-12 Martin PanterIssue #26741: Clean up subprocess.Popen object in test_poll
2016-08-12 Martin PanterClose HTTP connections and responses in tests to avoid...
2016-08-10 Terry Jan ReedyIssue #27714: text_textview now passes when re-run...
2016-08-10 Martin PanterCorrect misspellings of ISO-8859
2016-08-10 Zachary WareIssue #27200: Fix doctests in Doc/library/hashlib.rst
next