]> granicus.if.org Git - python/shortlog
python
2016-09-07 Brett CannonIssue #26359: Add the --with-optimizations flag.
2016-09-06 Gregory P.... Fixes issue26307: The profile-opt build now applys...
2016-09-06 Berker PeksagIssue #21250: Add tests for SQLite's ON CONFLICT clause
2016-09-06 Benjamin Petersondo not leak addrinfo in configure test
2016-09-06 Christian HeimesIssue #27691: Fix ssl module's parsing of GEN_RID subje...
2016-09-06 Christian HeimesIssues #27850 and #27766: Remove 3DES from ssl default...
2016-09-06 Benjamin Petersonsuppress stderr output when checking gdb (closes #27969)
2016-09-06 Jason R. CoombsIssue #27960: Merge with 3.4
2016-09-06 Jason R. CoombsIssue #27960: Revert state to 675e20c38fdac6, backing...
2016-09-06 Benjamin Petersonexplicitly cast away constness to silence compiler...
2016-09-06 Benjamin PetersonBacked out changeset 8b6be1341770
2016-09-06 Senthil KumaranUpdate pkgutil docs to reference appropriate finder...
2016-09-05 Benjamin Petersonremove long double from ctypes value union
2016-09-05 Christian HeimesIssue #26470: Use short name rather than name for compr...
2016-09-05 Zachary WareIssue #27748: Backed out changeset f845e24d794e
2016-09-05 Benjamin Petersondo not pretend to support passing a fd to access()
2016-09-05 Zachary WareIssue #27748: strengthen test_alias_nofallback
2016-09-05 Christian HeimesIssue #26470: Port ssl and hashlib module to OpenSSL...
2016-09-05 Zachary WareIssue #27748: Simplify test_winsound.
2016-09-05 Benjamin Petersonremove ungrammarical apostrophe (closes #27957)
2016-09-05 Raymond HettingerImprove recipe by showing results of intermediate steps
2016-09-05 Zachary WareIssue #27407: Make PCbuild/prepare_ssl.py Python 2...
2016-09-05 Benjamin Petersonclear out f_gen during generator finalization (closes...
2016-09-05 Benjamin Petersonmerge heads
2016-09-05 Benjamin Petersondo not allow _PyGen_Finalize to fail (closes #27811)
2016-09-05 Steve DowerMinor improvements to the vcs ignore files
2016-09-05 Terry Jan ReedyIssue #27918# test.resource.is_gui_available no longer...
2016-09-04 Raymond HettingerIssue 27936: Update doc for round() to indicate that...
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)
next