]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2016-06-20  Serhiy StorchakaAdded more tests for issue #27122.
2016-06-20  Serhiy StorchakaAdded more tests for issue #27122.
2016-06-19  Serhiy StorchakaIssue #27319: Methods selection_set(), selection_add...
2016-06-19  Serhiy StorchakaIssue #23641: Added __getnewargs_ex__ to the list of...
2016-06-19  Serhiy StorchakaIssue #23641: Added __getnewargs_ex__ to the list of...
2016-06-19  Serhiy StorchakaUse macros instead of corresponding functions (they...
2016-06-18  Ned DeilyIssue #23968: Fix installs of the renamed config direct...
2016-06-18  Serhiy StorchakaIssue #27294: Numerical state in the repr for Tkinter...
2016-06-18  Serhiy StorchakaIssue #27294: Numerical state in the repr for Tkinter...
2016-06-18  Serhiy StorchakaIssue #27294: Numerical state in the repr for Tkinter...
2016-06-18  Berker PeksagIssue #27349: Merge from 3.5
2016-06-18  Berker PeksagIssue #27349: Fix typo in distutils upload command
2016-06-18  Senthil Kumaran[merge from 3.5] - issue27021 - Document SC_IOV_MAX...
2016-06-18  Senthil Kumaranissue27021 - Document SC_IOV_MAX limitation imposed...
2016-06-18  Serhiy StorchakaIssue #27177: Match objects in the re module now suppor...
2016-06-18  Berker PeksagIssue #26536: Use spaces instead of tabs
2016-06-18  Berker PeksagIssue #26536: Skip test_sio_loopback_fast_path under...
2016-06-18  Serhiy StorchakaIssue #26754: PyUnicode_FSDecoder() accepted a filename...
2016-06-18  Serhiy StorchakaIssue #26754: PyUnicode_FSDecoder() accepted a filename...
2016-06-18  Martin PanterIssue #24314: Merge doc links from 3.5
2016-06-18  Serhiy StorchakaIssue #27343: Fixed error message for conflicting initi...
2016-06-18  Serhiy StorchakaIssue #27343: Fixed error message for conflicting initi...
2016-06-18  Serhiy StorchakaIssue #27333: Simplified testing step on 0.
2016-06-18  Serhiy StorchakaIssue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
2016-06-18  Martin PanterIssue #24314: Fix doc links for general attributes...
2016-06-18  Berker PeksagIssue #27312: Fix TypeError in test_setupapp
2016-06-17  Terry Jan ReedyIssue #27312: mock out function that fails when called...
2016-06-17  Steve DowerIssue #26536: socket.ioctl now supports SIO_LOOPBACK_FA...
2016-06-17  Steve DowerIssue #27048: Prevents distutils failing on Windows...
2016-06-17  Steve DowerIssue #27048: Prevents distutils failing on Windows...
2016-06-17  Victor StinnerIssue #27336: Fix compilation on Windows
2016-06-17  Berker PeksagIssue #27336: Fix compilation failures --without-threads
2016-06-17  Serhiy Storchakactypes: the type of b_size is Py_ssize_t.
2016-06-17  Serhiy Storchakactypes: the type of b_size is Py_ssize_t.
2016-06-16  Victor StinnerMerge 3.5
2016-06-16  Victor Stinnerpy_getrandom(): use long type for the syscall() result
2016-06-16  Serhiy StorchakaIssue #27330: Fixed possible leaks in the ctypes module.
2016-06-16  Serhiy StorchakaIssue #27330: Fixed possible leaks in the ctypes module.
2016-06-15  Zachary WareIssue #26930: Merge with 3.5
2016-06-15  Zachary WareIssue #26930: Update Windows build to OpenSSL 1.0.2h
2016-06-15  Ned DeilyIssue #27327: null merge from 3.5
2016-06-15  Ned DeilyIssue #27327: fix doc typo, noted by Jakub Wilk.
2016-06-15  Serhiy StorchakaIssue #27301: Fixed incorrect return codes for errors...
2016-06-15  Serhiy StorchakaIssue #27301: Fixed incorrect return codes for errors...
2016-06-15  Berker PeksagMerge from 3.5
2016-06-15  Berker PeksagMake faq/general.rst gender-inclusive, patch by Sam...
2016-06-15  Xavier de GayeIssue #26862: SYS_getdents64 does not need to be define...
2016-06-15  Georg Brandlmerge with 3.5
2016-06-15  Georg Brandlmerge with 3.4
2016-06-15  Georg BrandlDocs: add html-stable autobuild variant
2016-06-15  Martin PanterIssue #27311: Merge zipfile doc from 3.5
2016-06-15  Martin PanterIssue #27311: Fix ZipFile.writestr data argument name.
2016-06-14  Serhiy StorchakaIssue #27238: Got rid of bare excepts in the turtle...
2016-06-14  Serhiy StorchakaIssue #27238: Got rid of bare excepts in the turtle...
2016-06-14  Gregory P.... issue27122: fix typo in the news file, wrong issue...
2016-06-14  Gregory P.... issue27122: fix typo in the news file, wrong issue...
2016-06-14  Gregory P.... Issue #27123: When an exception is raised within the...
2016-06-14  Gregory P.... Issue #27123: When an exception is raised within the...
2016-06-14  Victor Stinnersubprocess: enhance ResourceWarning message
2016-06-14  Victor StinnerMerge 3.5
2016-06-14  Victor Stinnercleanup random.c
2016-06-14  Victor StinnerMerge 3.5 (os.urandom, issue #27278)
2016-06-14  Victor StinnerFix os.urandom() using getrandom() on Linux
2016-06-14  Victor StinnerMerge 3.5
2016-06-14  Victor StinnerIssue #25843: Fix the NEWS entry
2016-06-14  Berker PeksagIssue #16864: Cursor.lastrowid now supports REPLACE...
2016-06-14  Martin PanterIssue #16182: Merge test_readline from 3.5
2016-06-14  Martin PanterIssue #16182: One more check for set_pre_input_hook()
2016-06-14  Berker PeksagMerge from 3.5
2016-06-14  Berker PeksagMark tests as skipped when a SQLite version is not...
2016-06-14  Berker PeksagMerge from 3.5
2016-06-14  Berker PeksagRemove empty setUp and tearDown methods from sqlite3...
2016-06-14  Berker PeksagMerge from 3.5
2016-06-14  Berker PeksagDelete outdated paragraph about OptimizedUnicode again
2016-06-14  Serhiy StorchakaIssue #26386: Fixed ttk.TreeView selection operations...
2016-06-14  Serhiy StorchakaIssue #26386: Fixed ttk.TreeView selection operations...
2016-06-14  Martin PanterIssue #16182: Merge readline update from 3.5
2016-06-14  Martin PanterIssue #16182: set_pre_input_hook() may not exist; docum...
2016-06-14  doko@ubuntu.com- Don't use largefile support for GNU/Hurd.
2016-06-14  doko@ubuntu.com - Issue #23968: Update distutils/sysconfig.py to look...
2016-06-14  doko@ubuntu.com- Issue #8637: Honor a pager set by the env var MANPAGE...
2016-06-14  doko@ubuntu.com- Issue #23968: Rename the platform directory from...
2016-06-14  Benjamin Petersonmerge 3.5
2016-06-14  Benjamin Petersonmerge 3.4
2016-06-14  Benjamin Petersonsync ordering of stddef.h includes with expat 2.1.1
2016-06-14  doko@ubuntu.com- Issue #8637: Honor a pager set by the env var MANPAGE...
2016-06-14  Martin PanterIssue #16182: Merge test_readline from 3.5
2016-06-14  Martin PanterIssue #16182: Attempted workarounds for Apple Editline
2016-06-14  doko@ubuntu.com- Modules/_collectionsmodule.c: Mark one more internal...
2016-06-14  Terry Jan ReedyIssue #27245: revert temporary rename
2016-06-14  Terry Jan ReedyMerge with 3.5
2016-06-14  Terry Jan ReedyIssue #27245: temporary rename for merge.
2016-06-14  Terry Jan ReedyIssue #27245: IDLE: Cleanly delete custom themes and...
2016-06-14  Martin PanterIssue #22636: Merge ctypes.util from 3.5
2016-06-14  Martin PanterIssue #22636: Handle OSError from subprocess, e.g....
2016-06-14  Ned DeilyMerge 3.6.0a2 releasing branch into default
2016-06-14  Ned DeilyStart 3.6.0a3
2016-06-14  Martin PanterIssue #22636: Merge ctypes.util shell injection fixes...
2016-06-14  Martin PanterIssue #16182: Merge readline locale fix from 3.5
2016-06-14  Martin PanterIssue #17500: Remove merge conflict scar tissue
next