]> granicus.if.org Git - python/shortlog
python
2017-09-29 Łukasz Langabpo-31641: Allow arbitrary iterables in `concurrent...
2017-09-29 Oren Milmanbpo-31602: Fix an assertion failure in zipimporter...
2017-09-29 Brett CannonTweak formatting of PR message template (#3828)
2017-09-29 Oren Milmanbpo-31285: Remove splitlines identifier from Python...
2017-09-29 Zhiming Wangbpo-31638: Add compression support to zipapp (GH-3819)
2017-09-29 Benjamin Petersonexplicitly list objects for the ar command (#3824)
2017-09-29 Benjamin Petersonstop using ranlib (closes bpo-31625) (#3815)
2017-09-29 Sorin Sbarneabpo-25351: avoid activate failure on strict shells...
2017-09-29 Benjamin Petersonremove support for BSD/OS (closes bpo-31624) (#3812)
2017-09-28 Antoine Pitroubpo-11063, bpo-20519: avoid ctypes and improve import...
2017-09-28 kms70847Fix typo in Simple Statements documentation (GH-3809)
2017-09-28 Oren Milmanbpo-31478: Fix an assertion failure in random.seed...
2017-09-27 Barry WarsawTrivial readability improvement (#3791)
2017-09-27 Oren Milmanbpo-31588: Validate return value of __prepare__() metho...
2017-09-27 Benjamin Petersonpoint to the module-level get_ident function rather...
2017-09-27 Michał Górnycloses bpo-22140: Prevent double substitution of prefix...
2017-09-27 Oren Milmanbpo-31586: Use _count_element fast path for real dicts.
2017-09-26 Serhiy Storchakabpo-30347: Stop crashes when concurrently iterate over...
2017-09-26 Serhiy Storchakabpo-28293: Don't completely dump the regex cache when...
2017-09-26 Serhiy Storchakabpo-31579: Fixed a possible leak in enumerate() with...
2017-09-25 Guilherme Caminhabpo-31571: Remove duplicated info in Lexical Analysis...
2017-09-25 Serhiy Storchakabpo-30152: Reduce the number of imports for argparse...
2017-09-25 Stefan Grönkebpo-31569: correct PCBuild/ case to PCbuild/ in build...
2017-09-25 Raymond Hettingerbpo-26491 Defer DECREFs until enumobject is in a consis...
2017-09-25 Victor Stinnerbpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug...
2017-09-25 Raymond Hettingerbpo-27385: Clarify docstring for groupby() (#3738)
2017-09-25 Oren Milmanbpo-31311: Fix a SystemError and a crash in ctypes...
2017-09-25 Raymond Hettingerbpo-23702: Update Descriptor-HOWTO to reflect the remov...
2017-09-25 Raymond Hettingerbpo-18558: Clarify glossary entry for "Iterable" (...
2017-09-24 Benjamin Petersonremove configure check for memmove (#3716)
2017-09-24 Sanket Dasguptabpo-30085: Improve documentation for operator (#1171)
2017-09-24 Oren Milmanbpo-31566: Fix an assertion failure in _warnings.warn...
2017-09-24 Oren Milmanbpo-31285: Fix an assertion failure and a SystemError...
2017-09-24 Henk-Jaap WagenaarUpdate Email library documentation example (GH-3720)
2017-09-24 Serhiy Storchakabpo-27319, bpo-31508: Document deprecation in Treeview...
2017-09-24 Serhiy Storchakabpo-30346: An iterator produced by the itertools.groupb...
2017-09-24 Oren Milmanbpo-31311: Impove error reporting in case the first...
2017-09-24 Oren Milmanbpo-31505: Fix an assertion failure in json, in case...
2017-09-24 topper-123bpo-31564: Update typing documentation (GH-3696)
2017-09-23 Serhiy Storchakabpo-25359: Add missed "goto error" after setting an...
2017-09-23 Cheryl Sabellabpo-31459: Rename IDLE's module browser from Class...
2017-09-23 Terry Jan Reedybpo-31559: Remove test order dependence in idle_test...
2017-09-23 Dmitry ChestnykhDocs: correct hashlib.blake2 keyed hashing example...
2017-09-23 Benjamin Petersonsqlite: delete some bsddb cargo-culted code to work...
2017-09-22 Cheryl Sabellabpo-1612262: IDLE: Class Browser shows nested functions...
2017-09-22 Neil Schemenauerbpo-17852: Maintain a list of BufferedWriter objects...
2017-09-22 François Magimelbpo-31423: Fix building the PDF documentation (GH-3693)
2017-09-22 Barry Warsawbpo-31389 Add an optional `header` argument to pdb...
2017-09-22 Stefan Krahbpo-31443: Update included code. (#3697)
2017-09-22 Stefan Krahbpo-31443: Formulate the type slot initialization rules...
2017-09-21 Serhiy Storchakabpo-31410: Optimized calling wrapper and classmethod...
2017-09-21 Serhiy Storchakabpo-27541: Reprs of subclasses of some classes now...
2017-09-21 Igor Filatovbpo-31351: Set return code in ensurepip when pip fails...
2017-09-21 Serhiy Storchakabpo-31500: IDLE: Scale default fonts on HiDPI displays...
2017-09-21 nurelinbpo-31532: Fix memory corruption due to allocator mix...
2017-09-20 Antoine Pitroubpo-31536: Avoid wholesale rebuild after `make regen...
2017-09-20 Anthony Sottilebpo-26510: make argparse subparsers required by default...
2017-09-20 Felipebpo-31533: fix broken link to OpenSSL docs (#3674)
2017-09-20 Benjamin Petersoncloses bpo-31525: require sqlite3_prepare_v2 (#3666)
2017-09-20 Victor Stinnerbpo-30486: Make cell_set_contents() symbol private...
2017-09-20 Serhiy Storchakabpo-31506: Improve the error message logic for object...
2017-09-19 Terry Jan Reedybpo-31500: Removed fixed size of IDLE config dialog...
2017-09-19 Steve DowerFix build issues in Doc/make.bat (#3658)
2017-09-19 Rohit Balasubramanianbpo-31507 Add docstring to parseaddr function in email...
2017-09-19 Victor Stinnerbpo-31479: Always reset the signal alarm in tests ...
2017-09-19 Victor Stinnerpythoninfo: ignore OSError(ENOSYS) on getrandom() ...
2017-09-19 Oren Milmanbpo-31293: Fix crashes in truediv and mul of a timedelt...
2017-09-19 Oren Milmanbpo-31315: Fix an assertion failure in imp.create_dynam...
2017-09-19 Oren Milmanbpo-31492: Fix assertion failures in case of a module...
2017-09-19 Ned Deilypost 3.7.0a1 development
2017-09-19 Ned DeilyMerge tag 'v3.7.0a1'
2017-09-19 Ned DeilyBump to 3.6.0a1 v3.7.0a1
2017-09-19 Ned DeilyUpdate PyDoc topics and NEWS blurbs for 3.7.0a1
2017-09-19 Ned DeilyUpdate Mac installer Welcome and ReadMe files for 3...
2017-09-18 Antoine PitrouTrivial cleanups following bpo-31370 (#3649)
2017-09-18 Antoine PitrouRestore dummy_threading and _dummy_thread, but deprecat...
2017-09-18 Victor Stinneros.test_utime_current(): tolerate 50 ms delta (#3646)
2017-09-18 Victor Stinnerbpo-31499, xml.etree: Fix xmlparser_gc_clear() crash...
2017-09-18 svelankarbpo-31501: Operator precedence description for arithm...
2017-09-18 Terry Jan Reedybpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17....
2017-09-18 Terry Jan Reedybpo-31502: IDLE Configdialog again deletes custom theme...
2017-09-17 Serhiy Storchakabpo-31497: Add private helper _PyType_Name(). (#3630)
2017-09-17 Raymond Hettingerbpo-31482: Missing bytes support for random.seed(...
2017-09-17 Mariattabpo-31487: Update F-strings doc example (GH-3627)
2017-09-17 Oren Milmanbpo-31490: Fix an assertion failure in ctypes in case...
2017-09-17 Terry Jan Reedybpo-31493: Fix code context update and font update...
2017-09-16 MariattaImprove f-strings documentation (GH-3604)
2017-09-16 Mariattabpo-31458: Clarify that Changelog is built from Misc...
2017-09-16 Terry Jan Reedybpo-31488: IDLE - update former extensions when options...
2017-09-15 Eric Snowbpo-28411: Support other mappings in PyInterpreterState...
2017-09-15 Christian Heimesbpo-31431: SSLContext.check_hostname auto-sets CERT_REQ...
2017-09-15 Christian Heimesbpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
2017-09-15 Christian Heimesbpo-31386: Custom wrap_bio and wrap_socket type (#3426)
2017-09-15 Terry Jan Reedy bpo-314777: IDLE - improve rstrip entry in doc (#3602)
2017-09-15 Paul RomanoFix description in Python 3.7 What's New (#3603)
2017-09-15 Michael Seifertbpo-29916: Include PyGetSetDef in C API extension docum...
2017-09-15 Victor Stinnerbpo-31234: test_multiprocessing: wait 30 seconds (...
2017-09-15 Victor Stinnerbpo-31234: Join timers in test_threading (#3598)
2017-09-15 Serhiy Storchakabpo-31464: asdl_c.py no longer emits trailing spaces...
2017-09-15 Barry Warsawbpo-31338 (#3374)
next