]> granicus.if.org Git - python/shortlog
python
2017-09-25 Igor Filatov[2.7] bpo-31351: Set return code in ensurepip when...
2017-09-22 Zachary Ware[2.7] bpo-31423: Fix building the PDF documentation...
2017-09-20 Christian Heimesbpo-31533: fix broken link to OpenSSL docs (GH-3674...
2017-09-16 Benjamin Petersona post 2.7.14 world
2017-09-16 Benjamin Petersonmerge 2.7.14 release branch
2017-09-16 Benjamin Peterson2.7.14 final version bumps v2.7.14
2017-09-16 Michael Seifertbpo-29916: Include PyGetSetDef in C API extension docum...
2017-09-15 Christian Heimesbpo-31474: Fix -Wint-in-bool-context warnings (#3581)
2017-09-15 Oren Milman[2.7] bpo-31471: Fix assertion failure in subprocess...
2017-09-14 Benjamin Petersonconsistently use Py_TYPE, Py_REFCNT, and correct initia...
2017-09-13 Miss Islington... [2.7] bpo-30442: Skips refcount test in test_xml_etree...
2017-09-13 Victor Stinnerbpo-31234: fork_wait tests now join threads (#3139...
2017-09-11 Victor Stinnerbpo-17085: test_socket: cancel scheduled alarm on test...
2017-09-11 Serhiy Storchaka[2.7] bpo-31411: Prevent raising a SystemError in case...
2017-09-11 Serhiy Storchaka[2.7] bpo-29526: Add reference to help('FORMATTING...
2017-09-10 Cheryl Sabellabpo-25684: ttk.OptionMenu radiobuttons weren't unique...
2017-09-10 R. David Murray[2.7] Clarify nature of parse_args 'args' argument...
2017-09-08 Zachary Ware[2.7] bpo-30450: Fall back on the old env.bat (GH-3443)
2017-09-08 Christian Heimes[2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TL...
2017-09-08 Xiang Zhangbpo-31379: Added $(RUNSHARED) to run_profile_task ...
2017-09-07 Christian Heimes[2.7] bpo-28958: Improve SSLContext error reporting...
2017-09-07 Miss Islington... [2.7] bpo-31330: Clarify that RawTextHelpFormatter...
2017-09-07 Hanno Schlichting[2.7] bpo-29766: Fix configure/.ac to match LTO/enable...
2017-09-07 Christian Heimes[2.7] Update multissl test helper (GH-3349) (#3416)
2017-09-07 Miss Islington... [2.7] bpo-21649: Add RFC 7525 and Mozilla server side...
2017-09-06 Miss Islington... [2.7] bpo-30824: Add mimetype for .json (GH-3048) ...
2017-09-06 Victor Stinnerbpo-31355: Travis CI: remove the macOS job (#3367)
2017-09-06 Benjamin Peterson[2.7] Issue GH-28705: greatly simplify the FAQ entry...
2017-09-06 Benjamin PetersonMerge branch 'release-2.7.14' into 2.7
2017-09-06 Victor Stinnerbpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
2017-09-06 Zachary Ware[2.7] Cache externals, depending on changes to PCbuild...
2017-09-05 Victor Stinnerbpo-31339: Rewrite time.asctime() and time.ctime()...
2017-09-05 Zachary Warebpo-30450: Don't use where, XP doesn't have it (GH...
2017-09-05 Gregory P.... bpo-27448: Work around a gc.disable race condition...
2017-09-05 Christian Heimes[2.7] Travis: use ccache (GH-3307) (#3333)
2017-09-05 Christian Heimes[2.7] bpo-30502: Fix handling of long oids in ssl....
2017-09-05 Zachary WareDon't use `where`, it doesn't exist on XP (GH-3330)
2017-09-05 Christian Heimes[2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf...
2017-09-05 Christian Heimes[2.7] bpo-31343: Include sys/sysmacros.h (GH-3318)...
2017-09-04 Christian Heimes[2.7] bpo-30622: Change NPN detection: (GH-2079) (...
2017-09-04 Zachary Ware[2.7] bpo-30450: Pull Windows dependencies from GitHub...
2017-09-04 Christian Heimes[2.7] bpo-25674: remove sha256.tbs-internet.com ssl...
2017-09-04 larryhastingsBlurbify 2.7. (#3286)
2017-09-04 INADA Naokibpo-31095: Fix potential crash during GC (GH-3197)
2017-09-02 Pauli Virtanen[2.7] bpo-10746: Fix ctypes PEP 3118 type codes for...
2017-08-29 Oren Milman[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks...
2017-08-27 Steve DowerEnables RC markings in nuget packages. (#3216)
2017-08-26 Benjamin PetersonMerge branch 'release-2.7.14' into 2.7
2017-08-26 Oren Milman[2.7] bpo-28261: Prevent raising SystemError where...
2017-08-26 Benjamin Petersonversion bumps for 2.7.14rc1 v2.7.14rc1
2017-08-26 Benjamin Petersonupdate pydoc topics
2017-08-26 Benjamin Petersoncoalesce blurbs for 2.7.14rc1
2017-08-22 Victor Stinnerbpo-31258: test_urllib2_localnet uses addCleanup(server...
2017-08-22 Victor Stinnerbpo-31258: test_signal: call waitpid() to prevent zombi...
2017-08-22 Victor Stinnerbpo-30871: Add test.pythoninfo (#3174) (#3175)
2017-08-21 Victor Stinnerregrtest: fix test to choose if header should be displa...
2017-08-21 Victor Stinnerbpo-30263: regrtest: add system load average (#3165)
2017-08-18 Victor Stinnerbpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106...
2017-08-18 Victor Stinnergitignore: add more rules from master for Windows ...
2017-08-18 MariattaFix broken `Show Source` links on documentation pages...
2017-08-17 Victor Stinner[2.7] bpo-31221: patchcheck ignores external libraries...
2017-08-17 Julien PalardUpdate the language selection in the docs language...
2017-08-16 Victor Stinnerbpo-31069, test_multiprocessing: Fix dangling process...
2017-08-15 Christian Heimes[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (...
2017-08-13 Julien Palardbpo-31159: fix language switch regex on unknown yet...
2017-08-11 Victor Stinnerbpo-31067: test_subprocess calls reap_children() (...
2017-08-11 Victor Stinnerbpo-31173: Rewrite WSTOPSIG test of test_subprocess...
2017-08-10 Victor Stinner[2.7] bpo-31160: Backport reap_children fixes from...
2017-08-10 Victor StinnerPCbuild: downgrade pcbuild.sln to support VS 2010 ...
2017-08-09 Ammar Askar[2.7] bpo-31150: Wait for child process in test_forkint...
2017-08-08 Victor Stinnerttk: fix LabeledScale and OptionMenu destroy() method...
2017-08-08 Julien Palardbpo-31045: Language switch (#2652) (#3024)
2017-08-05 Shane Harvey[2.7] bpo-31107: Fix copyreg mangled slot names calcula...
2017-08-04 Yuan Chao ChouFix a shadow-compatible-local warning (#2182)
2017-08-04 Subhendu Ghoshbpo-27470: Improve doc for commandline -3 option
2017-08-02 Serhiy Storchakabpo-29902: Emit a Py3k deprecation warning when picklin...
2017-08-01 MariattaRemove .mention-bot (GH-2923) (GH-2972)
2017-08-01 Mariattabpo-25910: Update LICENSE (GH-2873) (GH-2969)
2017-07-31 INADA Naokibpo-29519: weakref spewing exceptions during interp...
2017-07-29 MariattaFix trivial typo in multiprocessing documentation ...
2017-07-27 Victor Stinner[2.7] bpo-31044: Skip test_posix.test_makedev() on...
2017-07-27 Victor Stinnerbpo-31028: Fix test_pydoc when run directly (#2864...
2017-07-26 Nir Sofferbpo-30980: Fix double close in asyncore.file_wrapper...
2017-07-26 Victor Stinnerbpo-30778: Skip test_bsddb3 on Windows XP (#2877)
2017-07-26 Victor Stinnerbpo-31019: Fix multiprocessing.Process.is_alive() ...
2017-07-26 Victor Stinner[3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout...
2017-07-26 Dong-hee Na[2.7] bpo-30119: fix ftplib.FTP.putline() to throw...
2017-07-25 Aditya Hasebpo-30304: Improve TestCase.assertMultiLineEqual docs...
2017-07-24 Victor Stinnertest_bsddb3 tolerates smaller timeout on Windows (...
2017-07-24 Ned DeilyBackport Mac installer fixes for git-based workflow...
2017-07-24 Ned Deilybpo-29572: Update macOS installer build to OpenSSL...
2017-07-21 Nicholas[2.7] bpo-30964: Mention ensurepip in package installat...
2017-07-21 Victor Stinnerbpo-30822: regrtest: fix -u extralargefile (#2788)
2017-07-20 Mariatta[2.7] Fix typo in Turtle Docs: yingyang -> yinyang...
2017-07-20 Ned DeilyUpdate doc download files size estimates. (#2774)
2017-07-19 Ammar Askar[2.7] bpo-30883: Use pythontest.net instead of debian...
2017-07-16 Serhiy Storchaka[2.7] bpo-30911: Add tests for bad boolean arguments...
2017-07-16 Ned Deilybpo-30939: Avoid Sphinx deprecation warning in docs...
2017-07-13 Serhiy Storchaka[2.7] bpo-30911: Add tests for bad boolean arguments...
2017-07-12 Xiang ZhangAdd a missing asterisk in traceback doc to complete...
next