]> granicus.if.org Git - python/shortlog
python
2016-11-20 Serhiy StorchakaIssue #28666: Now test.support.rmtree is able to remove...
2016-11-16 Donald StufftUpgrade pip to 9.0.1 and setuptools to 28.8.0
2016-11-14 Serhiy StorchakaIssue #28563: Make plural form selection more lenient...
2016-11-14 Martin PanterIssue #28000: Fix gethostbyname_r() usage on AIX with...
2016-11-14 Martin PanterIssue #28016: Skip /dev/tty seekable() test on AIX
2016-11-12 Ned DeilyIssue #28676: Prevent missing 'getentropy' declaration...
2016-11-12 Serhiy StorchakaFixed the documentation of parse_constant argument...
2016-11-12 Terry Jan ReedyIssue #28615: Backport imaginary/complex number text...
2016-11-11 Terry Jan ReedyIssue #27854: Include idlelib/help.html in 2.7 Windows...
2016-11-11 Serhiy StorchakaIssue #19398: Extra slash no longer added to sys.path...
2016-11-11 Serhiy StorchakaIssue #23839: Various caches now are cleared before...
2016-11-10 Terry Jan ReedyIssue #25507: Add back import needed for 2.x encoding...
2016-11-09 Yury SelivanovIssue #27942: Fix memory leak in codeobject.c
2016-11-08 Serhiy StorchakaIssue #28563: Fixed possible DoS and arbitrary code...
2016-11-07 Zachary WareFix PC/VS9.0/build_ssl.py for recent OpenSSL
2016-11-05 Martin PanterFix spacing after C++ in documentation
2016-11-04 Ned DeilyIssue #28616: Correct help for sys.version_info release...
2016-11-03 Serhiy StorchakaIssue #28387: Fixed possible crash in _io.TextIOWrapper...
2016-11-02 Donald Stufftpip 9.0 works fine without the ssl module
2016-11-02 Donald StufftUpdate pip to 9.0.0 and setuptools to 28.7.1
2016-11-02 Serhiy StorchakaIssue #28513: Documented command-line interface of...
2016-11-01 Zachary WareCloses #28568: Fix VS9.0 build files to use sqlite...
2016-10-31 Ned DeilyIssue #28248: Update macOS installer build to use OpenS...
2016-10-30 Serhiy StorchakaIssue #28449: tarfile.open() with mode "r" or "r:"...
2016-10-30 Martin PanterIssue #26638: Cannot directly link to main option from...
2016-10-30 Martin PanterIssue #26638: Mask undefined CLI options to defeat...
2016-10-30 Martin PanterIssue #26638: Disable inappropriate links to Python...
2016-10-28 Serhiy StorchakaFixed possible NULL decrefing.
2016-10-27 Serhiy StorchakaIssue #22949: Documented that fnmatch.translate() is...
2016-10-27 Serhiy StorchakaIssue #28496: Mark up constants 0, 1 and -1 that denote...
2016-10-26 Martin PanterIssue #26240: Clean up the subprocess module doc string
2016-10-25 Serhiy StorchakaIssue #28515: Fixed py3k warnings.
2016-10-24 Serhiy StorchakaIssue #25464: Fixed HList.header_exists() in Tix module...
2016-10-23 Serhiy StorchakaSome distutils tests require zlib for creating tar...
2016-10-23 Serhiy StorchakaIssue #28115: ZIP creation test requires zlib.
2016-10-23 Serhiy StorchakaIssue #28488: shutil.make_archive() no longer adds...
2016-10-23 Serhiy StorchakaIssue #28115: Added tests for CLI of the zipfile module.
2016-10-22 Martin PanterIssue #28435: Avoid no_proxy environment variable inter...
2016-10-20 Ned DeilyIssue #24381: Avoid unused function warning when buildi...
2016-10-20 Martin PanterIssue #28480: Avoid label at end of compound statement...
2016-10-19 Serhiy StorchakaIssue #19795: Fixed formatting a table.
2016-10-19 Serhiy StorchakaIssue #19795: Improved more markups of True/False.
2016-10-19 Serhiy StorchakaIssue #19795: Mark up True and False as literal text...
2016-10-19 Serhiy StorchakaIssue #19795: Mark up None as literal text.
2016-10-16 Victor StinnerIssue #27896: Allow passing sphinx options to Doc/Makefile
2016-10-16 Berker PeksagIssue #21720: Improve exception message when the type...
2016-10-15 Martin PanterIssue #27800: Document limitation and workaround for...
2016-10-13 Guido van RossumIssue #18789: Update XML vulnerability table to use...
2016-10-13 Guido van RossumIssue #24452: Make webbrowser support Chrome on Mac...
2016-10-11 Zachary WareIssue #28248: Update Windows build to use OpenSSL 1...
2016-10-10 Martin PanterIssue #28394: Typo fixes in code comments and changelog
2016-10-08 Serhiy StorchakaIssue #26906: Resolving special methods of uninitialize...
2016-10-08 Serhiy StorchakaSilenced compiler warnings.
2016-10-07 Serhiy StorchakaIssue #18287: PyType_Ready() now checks that tp_name...
2016-10-07 Serhiy StorchakaIssue #26293: Fixed writing ZIP files that starts not...
2016-10-07 Serhiy StorchakaIssue #24098: Fixed possible crash when AST is changed...
2016-10-06 Benjamin Petersonmake 'where' Py_ssize_t
2016-10-06 Benjamin Petersonskip test on windows
2016-10-06 Benjamin Petersonfix bug in 48797808a302
2016-10-06 Benjamin Petersonskip test if resizing is not supported
2016-10-06 Benjamin Petersonmmap: do all internal arithmetic with Py_ssize_t while...
2016-10-04 Serhiy StorchakaIssue #28350: String constants with null character...
2016-10-02 Serhiy StorchakaMoved Unicode C API related tests to separate test...
2016-10-02 Serhiy StorchakaIssue #27358: Backported tests.
2016-10-02 Serhiy StorchakaIssue #28257: Backported a test.
2016-10-01 Serhiy StorchakaIssue #27897: Fixed possible crash in sqlite3.Connectio...
2016-09-30 Terry Jan ReedyIssue #28815: Change '?' to '<module>' in some doc...
2016-09-30 Serhiy StorchakaIssue #27942: String constants now interned recursively...
2016-09-30 Terry Jan ReedyIssue #25488: Stpp idle.py from adding a entry when...
2016-09-29 Victor StinnerIssue #28258: Explain the LC_ALL change in a comment
2016-09-29 Serhiy StorchakaIssue #28258: Fixed build with Estonian locale (distcle...
2016-09-29 Benjamin Petersonbuild_ext: correctly parse the link_objects user option...
2016-09-29 Martin PanterRemove disabled ctypes test
2016-09-29 Terry Jan ReedyIDLE NEWS item and ack.
2016-09-28 Berker PeksagIssue #26550: Fix typo in webservers HOWTO
2016-09-28 Alexander BelopolskyIssue #28253: Fixed calendar functions for extreme...
2016-09-27 Serhiy StorchakaIssue #27963: Fixed possible null pointer dereference...
2016-09-27 Benjamin Petersonbe extremely careful about overflows in encode_basestri...
2016-09-27 Martin PanterIssue #26439: Document that RTLD_NOW is always added
2016-09-26 Serhiy StorchakaIssue #27897: Backported tests.
2016-09-25 Serhiy StorchakaIssue #27611: Fixed support of default root window...
2016-09-24 Martin PanterRevert unintended commit to asdl_c.py
2016-09-24 Martin PanterFix incomplete format error in asdl.py
2016-09-23 Martin PanterIssue #28221: Remove unused assignment from test_asynco...
2016-09-22 Christian Heimesmerge
2016-09-22 Christian HeimesAdd Lib/test/ssltests.py for faster testing of OpenSSL
2016-09-21 Steve DowerIssue #26513: Use winver.product_type instead of .product
2016-09-20 Ned DeilyMake 3.7 the current dev version in the html version...
2016-09-20 Benjamin Petersonremove trailing whitespace
2016-09-19 Benjamin Petersonproperly handle the single null-byte file (closes ...
2016-09-18 Ned DeilyIssue #27806: add Aleks to Misc/ACKS.
2016-09-18 Christian HeimesIssue #26661: setup.py now detects system libffi with...
2016-09-17 Steve DowerIssue #27932: Prevent memory leak in win32_ver().
2016-09-17 Martin PanterIssue #28139: Fix messed up indentation
2016-09-16 sashkIssue #27806: Fix 32-bit builds on macOS Sierra 10...
2016-09-16 Martin PanterIssue #24363: Continue parsing HTTP header in spite...
2016-09-16 Martin PanterIssue #28145: Spelling fixes
2016-09-15 Martin PanterIssue #24366: Fix indentation
2016-09-14 Serhiy StorchakaIssue #27599: Fixed buffer overrun in binascii.b2a_qp...
2016-09-14 Benjamin Petersonfix misleading indentation (closes #28139)
next