]> granicus.if.org Git - python/shortlog
python
2018-04-19 Miss Islington... Update What's new in 3.7 to reference preadv, pwritev...
2018-04-19 Miss Islington... bpo-33308: Fix a crash in the parser module when conver...
2018-04-19 Miss Islington... bpo-31583: Fix 2to3 for using with --add-suffix option...
2018-04-18 Miss Islington... bpo-33283: Mention PNG as a supported format by Tcl...
2018-04-17 Miss Islington... bpo-11594: Ensure line-endings are respected when using...
2018-04-17 Miss Islington... bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH...
2018-04-17 Miss Islington... Fix spelling typo (GH-6443) (GH-6507)
2018-04-17 Miss Islington... bpo-33295: Skip test using missing external site (GH...
2018-04-17 Miss Islington... fix pydoc-topics to work with Sphinx 1.7 (GH-6475)
2018-04-17 Miss Islington... Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH...
2018-04-17 Miss Islington... acks += Zsolt Dollenstein (GH-6490) (GH-6492)
2018-04-16 Miss Islington... Add support for all string literals to lib2to3 (GH...
2018-04-16 Miss Islington... bpo-31947: remove None default for names param in Enum...
2018-04-16 Miss Islington... Remove to-be-deprecated urllib.request.urlretrieve...
2018-04-15 Miss Islington... bpo-33185: Improve wording and markup (GH-6477)
2018-04-15 Miss Islington... bpo-33185: Fix regression in pydoc CLI sys.path handlin...
2018-04-14 Miss Islington... bpo-33184: Update Windows installer to OpenSSL 1.1...
2018-04-12 Ethan Furman[3.7] bpo-33217: deprecate non-Enum lookups in Enums...
2018-04-11 Miss Islington... Fix error messages in argparse examples (GH-6435)
2018-04-11 Miss Islington... bpo-33260: Regenerate token.py after removing ASYNC...
2018-04-10 Miss Islington... bpo-33097: Fix submit accepting callable after executor...
2018-04-10 Miss Islington... bpo-33253: Fix xxsubtype.bench() to accept correct...
2018-04-09 Miss Islington... [3.7] bpo-31201: Clarify command to re-run failing...
2018-04-09 Serhiy Storchaka[3.7] bpo-33031: Remove dead code in C implementation...
2018-04-09 Miss Islington... bpo-31920: Fixed handling directories as arguments...
2018-04-09 Miss Islington... Fix misleading docsting of shelve.open(). (GH-6427)
2018-04-09 Miss Islington... Improve highlighting of some code blocks. (GH-6401)
2018-04-09 Miss Islington... Update docstring of tempfile._RandomNameSequence (GH...
2018-04-08 Miss Islington... Add a prepend() recipe to teach a chain() idiom (GH...
2018-04-07 Miss Islington... bpo-33201: Modernize "Extension types" doc (GH-6337...
2018-04-07 Miss Islington... bpo-33184: Update macOS installer build to use OpenSSL...
2018-04-07 Miss Islington... [3.7] bpo-8243: Doc patch for curses.window.addstr...
2018-04-07 Brett Cannon[3.7] bpo-33169: Remove values of `None` from sys.path_...
2018-04-06 Miss Islington... [3.7] bpo-29673: fix gdb scripts pystack and pystackv...
2018-04-06 Miss Islington... fixed capitalization of class name (GH-6396) (GH-6397)
2018-04-06 Miss Islington... bpo-33231: Fix potential leak in normalizestring()...
2018-04-05 Miss Islington... bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381...
2018-04-05 Miss Islington... bpo-33203: Ensure random.choice always raises IndexErro...
2018-04-05 Miss Islington... Clean up and enhance frozen dataclass tests. (GH-6380)
2018-04-05 Miss Islington... bpo-32873: Remove a name hack for generic aliases in...
2018-04-04 Miss Islington... Call super in Generic.__init_subclass__ (GH-6356)
2018-04-04 Miss Islington... bpo-29922: Add more tests for error messages in 'async...
2018-04-04 Miss Islington... bpo-29922: Improve error messages in 'async with' ...
2018-04-04 Miss Islington... bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg ...
2018-04-04 Miss Islington... bpo-32337: Update documentats about dict order (GH...
2018-04-03 Miss Islington... bpo-33209: End framing at the end of C implementation...
2018-04-03 Miss Islington... bpo-32360: Remove object_pairs_hook=OrderedDict example...
2018-04-03 Miss Islington... closes bpo-33202: fix os.walk mentioning os.listdir...
2018-04-03 Miss Islington... bpo-33199: Initialize ma_version_tag in PyDict_Copy...
2018-04-02 Miss Islington... bpo-33204: IDLE - revise and extend colorizer test...
2018-04-02 Miss Islington... bpo-33204: IDLE: consistently color invalid string...
2018-04-01 Miss Islington... bpo-20104: Add os.posix_spawn documentation. (GH-6334)
2018-04-01 Miss Islington... Allow dynamic creation of generic dataclasses (GH-6319...
2018-03-31 Miss Islington... bpo-33132: Fix more reference counting issues in the...
2018-03-30 Miss Islington... Fix socket type in DatagramHandler documentation: TCP...
2018-03-30 Miss Islington... bpo-33182: Fix pointer types in _testembed (GH-6310...
2018-03-29 Miss Islington... bpo-33175: dataclasses should look up __set_name__...
2018-03-29 Ned Deilybump to 3.7.0b3+
2018-03-29 Ned Deily3.7.0b3 v3.7.0b3
2018-03-29 Ned Deilybpo-32726: macOS 10.6+ installer now builds Tcl/TK...
2018-03-29 Miss Islington... Fix typos '.::' should typically just be '::'. (GH...
2018-03-29 Miss Islington... FIX documentation and NEWS of ThreadedHTTPServer. ...
2018-03-28 Serhiy Storchaka[3.7] Fix duplicating words words. (GH-6296) (GH-6297)
2018-03-28 Miss Islington... bpo-33126: Document PyBuffer_ToContiguous() (GH-6292...
2018-03-28 Miss Islington... s/the the/the/ (GH-6287)
2018-03-28 Miss Islington... [3.7] bpo-33163: Upgrade pip to 9.0.3 and setuptools...
2018-03-28 Miss Islington... bpo-32726: Do not force IDLE.app to launch in 32-bit...
2018-03-28 Miss Islington... bpo-32872: Avoid regrtest compatibility issue with...
2018-03-28 Miss Islington... Fix senfile typo (GH-6265) (#6274)
2018-03-27 Ned Deilybpo-32517: re-enable test_read_pty_output on macOS...
2018-03-27 Miss Islington... bpo-33151: Handle submodule resources (GH-6268) (GH...
2018-03-27 Miss Islington... bpo-27212: Modify islice recipe to consume initial...
2018-03-26 Miss Islington... bpo-32873: Treat type variables and special typing...
2018-03-26 Miss Islington... bpo-32844: Fix a subprocess misredirection of a low...
2018-03-26 Miss Islington... bpo-33141: Have dataclasses.Field pass through __set_na...
2018-03-26 Miss Islington... Fix error message in sqlite connection thread check...
2018-03-26 Miss Islington... Corrected link targets in collections.rst (GH-1052)
2018-03-26 Miss Islington... Fix description about SimpleXMLRPCServer constructor...
2018-03-26 Miss Islington... Gitignore gmon.out (GH-5796)
2018-03-26 Miss Islington... Fix typo and edit for clarity in the docstrings of...
2018-03-26 Miss Islington... bpo-33096: Fix ttk.Treeview.insert. (GH-6228)
2018-03-26 Miss Islington... Minor fixes to dataclass tests. (GH-6243)
2018-03-25 Miss Islington... Clarify fd inheritance when close_fds=False. (GH-6240)
2018-03-25 Nick Coghlanbpo-33053: -m now adds *starting* directory to sys...
2018-03-25 Miss Islington... Trivial improvements to dataclasses tests. (GH-6234)
2018-03-25 Miss Islington... [3.7] bpo-33136: Harden ssl module against CVE-2018...
2018-03-25 Miss Islington... bpo-33042: Fix pre-initialization sys module configurat...
2018-03-25 Miss Islington... bpo-32943: Fix confusing error message for rot13 codec...
2018-03-25 Miss Islington... Fix invalid escape sequence: use raw string. (GH-6225)
2018-03-25 Miss Islington... bpo-33134: dataclasses: use function dispatch table...
2018-03-24 Miss Islington... Trivial dataclass cleanups: (GH-6218)
2018-03-24 Miss Islington... bpo-33132: Fix reference counting issues in the compile...
2018-03-24 Miss Islington... [3.7] bpo-33127: Compatibility patch for LibreSSL 2...
2018-03-24 Miss Islington... [3.7] bpo-24334: Remove inaccurate match_hostname call...
2018-03-23 Ivan Levkivskyibpo-33061: Add missing 'NoReturn' to __all__ in typing...
2018-03-23 Miss Islington... bpo-27428: Fix WindowsRegistryFinder documentation...
2018-03-23 Miss Islington... bpo-31639: Use threads in http.server module. (GH-5018)
2018-03-23 Miss Islington... Fix a reference to the MRE book in re docs (GH-1113)
2018-03-23 Serhiy Storchakabpo-33041: Fixed jumping if the function contains an...
2018-03-23 Miss Islington... bpo-32999: ast: Convert useless check to assert (GH...
next