July 2018 Archives by subject
Starting: Sun Jul 1 03:02:55 EDT 2018
Ending: Tue Jul 31 21:07:21 EDT 2018
Messages: 475
- [Python-checkins] [2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8427)
Tal Einat
- [Python-checkins] [2.7] bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336). (GH-8107)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510). (GH-8171)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (#8133)
Tal Einat
- [Python-checkins] [2.7] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) (#8126)
Pablo Galindo
- [Python-checkins] [2.7] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) (#8225)
Tal Einat
- [Python-checkins] [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an exception set (GH-8282). (GH-8312) (GH-8314)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396). (GH-8400)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
Serhiy Storchaka
- [Python-checkins] [2.7] closes bpo-34050: Fix link in SSL docs (GH-8173). (GH-8179)
Benjamin Peterson
- [Python-checkins] [2.7] delete some unused pysqlite forward declarations (GH-8211). (GH-8214)
Benjamin Peterson
- [Python-checkins] [2.7] Enable GUI testing on Travis Linux builds via Xvfb (GH-7887)
Zachary Ware
- [Python-checkins] [2.7] Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) (GH-8202)
Serhiy Storchaka
- [Python-checkins] [2.7] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8217)
Benjamin Peterson
- [Python-checkins] [2.7] Use 'for example' instead of 'in other words' in compound statement doc (GH-8401)
Mariatta
- [Python-checkins] [3.6] bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8498)
Alexander Belopolsky
- [Python-checkins] [3.6] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) (GH-8584)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (GH-8134)
Tal Einat
- [Python-checkins] [3.6] bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008). (GH-8045)
Vinay Sajip
- [Python-checkins] [3.6] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8155)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159) (GH-8198)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-34121: Fix detection of C11 atomic support on clang. (GH-8290)
Benjamin Peterson
- [Python-checkins] [3.6] bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) (GH-8366)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) (GH-8348)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) (GH-8436)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-34189: Add simple tests for new Tk widget options. (GH-8396) (GH-8399)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) (GH-8587)
Yury Selivanov
- [Python-checkins] [3.6] bpo-5978: Document that profiling needs cmd/function to return (GH-8515)
Steve Dower
- [Python-checkins] [3.6] closes bpo-34050: Fix link in SSL docs (GH-8173) (GH-8178)
Benjamin Peterson
- [Python-checkins] [3.6] Enable GUI testing on Travis Linux builds via Xvfb (GH-7887)
Zachary Ware
- [Python-checkins] [3.6] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8218)
Benjamin Peterson
- [Python-checkins] [3.7] bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193)
Serhiy Storchaka
- [Python-checkins] [3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581)
Serhiy Storchaka
- [Python-checkins] [3.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (GH-8132)
Tal Einat
- [Python-checkins] [3.7] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8156)
Serhiy Storchaka
- [Python-checkins] [3.7] bpo-34130: Fix 2 race conditions in test_signal (GH-8329)
Victor Stinner
- [Python-checkins] [3.7] bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) (GH-8365)
Serhiy Storchaka
- [Python-checkins] [3.7] bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367) (GH-8369)
Serhiy Storchaka
- [Python-checkins] [3.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396) (GH-8398)
Serhiy Storchaka
- [Python-checkins] [3.7] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) (GH-8586)
Yury Selivanov
- [Python-checkins] [3.7] Enable GUI testing on Travis Linux builds via Xvfb (GH-7887)
Zachary Ware
- [Python-checkins] Add docstrings to public methods from context.c (GH-8531)
Yury Selivanov
- [Python-checkins] Add missing closing parentheses (GH-8144)
Serhiy Storchaka
- [Python-checkins] Add missing closing parentheses (GH-8144)
Miss Islington (bot)
- [Python-checkins] Add missing closing parentheses (GH-8144)
Miss Islington (bot)
- [Python-checkins] Add more detail to the Counter.fromkeys() comment block (GH-8124)
Raymond Hettinger
- [Python-checkins] AppVeyor: build Python in 64-bit mode (GH-8363)
Victor Stinner
- [Python-checkins] bpo-11572: Make minor improvements to copy module (GH-8208)
Berker Peksag
- [Python-checkins] bpo-12743: Delete comment from marshal.rst (GH-8457)
Berker Peksag
- [Python-checkins] bpo-12743: Delete comment from marshal.rst (GH-8457)
Miss Islington (bot)
- [Python-checkins] bpo-12743: Delete comment from marshal.rst (GH-8457)
Miss Islington (bot)
- [Python-checkins] bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459)
Berker Peksag
- [Python-checkins] bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848)
Serhiy Storchaka
- [Python-checkins] bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Tal Einat
- [Python-checkins] bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434)
Serhiy Storchaka
- [Python-checkins] bpo-21446: Update reload fixer to use importlib (GH-8391)
Berker Peksag
- [Python-checkins] bpo-21446: Update reload fixer to use importlib (GH-8391)
Berker Peksag
- [Python-checkins] bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194)
Serhiy Storchaka
- [Python-checkins] bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194)
Miss Islington (bot)
- [Python-checkins] bpo-23493: json: Change sort_keys in Python encoder same to C (GH-8131)
INADA Naoki
- [Python-checkins] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Serhiy Storchaka
- [Python-checkins] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Miss Islington (bot)
- [Python-checkins] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Miss Islington (bot)
- [Python-checkins] bpo-24356: Specify which Python binary will be used with venv (GH-6589)
Steve Dower
- [Python-checkins] bpo-24356: Specify which Python binary will be used with venv (GH-6589)
Steve Dower
- [Python-checkins] bpo-24459: Document missing env variables in python.man (GH-4142)
Berker Peksag
- [Python-checkins] bpo-24459: Document missing env variables in python.man (GH-4142)
Miss Islington (bot)
- [Python-checkins] bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
Antoine Pitrou
- [Python-checkins] bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) (GH-8069)
Antoine Pitrou
- [Python-checkins] bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) (GH-8070)
Antoine Pitrou
- [Python-checkins] bpo-24618: Add a check in the code constructor. (GH-8283)
Serhiy Storchaka
- [Python-checkins] bpo-24618: Add a check in the code constructor. (GH-8283)
Miss Islington (bot)
- [Python-checkins] bpo-24618: Add a check in the code constructor. (GH-8283) (GH-8311)
Serhiy Storchaka
- [Python-checkins] bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406)
Victor Stinner
- [Python-checkins] bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406)
Miss Islington (bot)
- [Python-checkins] bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) (GH-8407)
Victor Stinner
- [Python-checkins] bpo-25943: Check for integer overflow in bsddb's DB_join(). (GH-8392)
Serhiy Storchaka
- [Python-checkins] bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (GH-8337)
Serhiy Storchaka
- [Python-checkins] bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
Serhiy Storchaka
- [Python-checkins] bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) (GH-8195)
Serhiy Storchaka
- [Python-checkins] bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) (GH-8196)
Serhiy Storchaka
- [Python-checkins] bpo-27671: Update FAQ about why len is function (GH-8432)
INADA Naoki
- [Python-checkins] bpo-27671: Update FAQ about why len is function (GH-8432)
Miss Islington (bot)
- [Python-checkins] bpo-27671: Update FAQ about why len is function (GH-8432)
Miss Islington (bot)
- [Python-checkins] bpo-27671: Update FAQ about why len is function (GH-8432)
Miss Islington (bot)
- [Python-checkins] bpo-28626: rearrange discussion of output formatting to encourage f-strings (#6036)
Andrew Kuchling
- [Python-checkins] bpo-28626: rearrange discussion of output formatting to encourage f-strings (GH-6036)
Miss Islington (bot)
- [Python-checkins] bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)
Tal Einat
- [Python-checkins] bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)
Miss Islington (bot)
- [Python-checkins] bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)
Miss Islington (bot)
- [Python-checkins] bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)
Tal Einat
- [Python-checkins] bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)
Alexander Belopolsky
- [Python-checkins] bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8466)
Alexander Belopolsky
- [Python-checkins] bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
Serhiy Storchaka
- [Python-checkins] bpo-29442: Replace optparse with argparse in setup.py (GH-139)
INADA Naoki
- [Python-checkins] bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)
Nick Coghlan
- [Python-checkins] bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)
Miss Islington (bot)
- [Python-checkins] bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)
Miss Islington (bot)
- [Python-checkins] bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
Steve Dower
- [Python-checkins] bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
Steve Dower
- [Python-checkins] bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
Steve Dower
- [Python-checkins] bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348)
Alexander Belopolsky
- [Python-checkins] bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) (GH-8092)
Alexander Belopolsky
- [Python-checkins] bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) (GH-8093)
Alexander Belopolsky
- [Python-checkins] bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
INADA Naoki
- [Python-checkins] bpo-30722: Fix NEWS entries (GH-8501)
Berker Peksag
- [Python-checkins] bpo-30722: Fix NEWS entries (GH-8501)
Berker Peksag
- [Python-checkins] bpo-30722: Fix NEWS entry (GH-8501)
Berker Peksag
- [Python-checkins] bpo-31014: Fix the webbrowser module. (GH-7267)
Serhiy Storchaka
- [Python-checkins] bpo-31014: Fix the webbrowser module. (GH-7267)
Miss Islington (bot)
- [Python-checkins] bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
Steve Dower
- [Python-checkins] bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
Miss Islington (bot)
- [Python-checkins] bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou
- [Python-checkins] bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846)
Serhiy Storchaka
- [Python-checkins] bpo-32663 Make SMTPUTF8SimTests run (#5314)
R. David Murray
- [Python-checkins] bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8470)
R. David Murray
- [Python-checkins] bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8471)
R. David Murray
- [Python-checkins] bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
Victor Stinner
- [Python-checkins] bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
Miss Islington (bot)
- [Python-checkins] bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
Miss Islington (bot)
- [Python-checkins] bpo-32942: Fix environment dependent test_script_helper (GH-8034)
Victor Stinner
- [Python-checkins] bpo-32942: Fix environment dependent test_script_helper (GH-8034)
Miss Islington (bot)
- [Python-checkins] bpo-32942: Fix environment dependent test_script_helper (GH-8034)
Miss Islington (bot)
- [Python-checkins] bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561)
Raymond Hettinger
- [Python-checkins] bpo-33089: Multidimensional math.hypot() (GH-8474)
Raymond Hettinger
- [Python-checkins] bpo-33216: Clarify the documentation for CALL_FUNCTION_* (#8338)
larryhastings
- [Python-checkins] bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
Serhiy Storchaka
- [Python-checkins] bpo-33336, imaplib: Legalize MOVE command (GH-6569)
Victor Stinner
- [Python-checkins] bpo-33336, imaplib: Legalize MOVE command (GH-6569)
Miss Islington (bot)
- [Python-checkins] bpo-33336, imaplib: Legalize MOVE command (GH-6569)
Miss Islington (bot)
- [Python-checkins] bpo-33336, imaplib: Legalize MOVE command (GH-6569) (GH-8409)
Victor Stinner
- [Python-checkins] bpo-33418: Add tp_clear for function object (GH-8058)
INADA Naoki
- [Python-checkins] bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816)
Tal Einat
- [Python-checkins] bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8425)
Tal Einat
- [Python-checkins] bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8426)
Tal Einat
- [Python-checkins] bpo-33476: Fix _header_value_parser when address group is missing final '; ' (GH-7484)
Steve Dower
- [Python-checkins] bpo-33476: Fix _header_value_parser when address group is missing final '; ' (GH-7484)
Miss Islington (bot)
- [Python-checkins] bpo-33476: Fix _header_value_parser when address group is missing final '; ' (GH-7484)
Miss Islington (bot)
- [Python-checkins] bpo-33597: Add What's New for PyGC_Head (GH-8236)
INADA Naoki
- [Python-checkins] bpo-33597: Reduce PyGC_Head size (GH-7043)
INADA Naoki
- [Python-checkins] bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
INADA Naoki
- [Python-checkins] bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
Miss Islington (bot)
- [Python-checkins] bpo-33666: Add what's new entry for os.errno removal (GH-#8497)
Petr Viktorin
- [Python-checkins] bpo-33666: Add what's new entry for os.errno removal (GH-8497) (GH-8526)
Petr Viktorin
- [Python-checkins] bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
Serhiy Storchaka
- [Python-checkins] bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
Miss Islington (bot)
- [Python-checkins] bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
Miss Islington (bot)
- [Python-checkins] bpo-33716, test_concurrent_futures: increase timeout (GH-7828)
Miss Islington (bot)
- [Python-checkins] bpo-33716, test_concurrent_futures: increase timeout (GH-7828) (GH-8264)
Victor Stinner
- [Python-checkins] bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)
Serhiy Storchaka
- [Python-checkins] bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)
Miss Islington (bot)
- [Python-checkins] bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)
Miss Islington (bot)
- [Python-checkins] bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)
Serhiy Storchaka
- [Python-checkins] bpo-33723: Fix test_time.test_process_time() (GH-8358)
Victor Stinner
- [Python-checkins] bpo-33723: Fix test_time.test_process_time() (GH-8358) (GH-8362)
Victor Stinner
- [Python-checkins] bpo-33723: Fix test_time.test_thread_time() (GH-8267)
Miss Islington (bot)
- [Python-checkins] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
Serhiy Storchaka
- [Python-checkins] bpo-33735: Fix test_multiprocessing random failure (GH-8059)
Victor Stinner
- [Python-checkins] bpo-33735: Fix test_multiprocessing random failure (GH-8059)
Miss Islington (bot)
- [Python-checkins] bpo-33735: Fix test_multiprocessing random failure (GH-8059)
Miss Islington (bot)
- [Python-checkins] bpo-33735: Fix test_multiprocessing random failure (GH-8059) (GH-8061)
Victor Stinner
- [Python-checkins] bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510)
Serhiy Storchaka
- [Python-checkins] bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510)
Miss Islington (bot)
- [Python-checkins] bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510)
Miss Islington (bot)
- [Python-checkins] bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)
Andrew Svetlov
- [Python-checkins] bpo-33833: Fix ProactorSocketTransport AssertionError (GH-7893)
Miss Islington (bot)
- [Python-checkins] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
Serhiy Storchaka
- [Python-checkins] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
Miss Islington (bot)
- [Python-checkins] bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)
Terry Jan Reedy
- [Python-checkins] bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)
Miss Islington (bot)
- [Python-checkins] bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)
Miss Islington (bot)
- [Python-checkins] bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)
Miss Islington (bot)
- [Python-checkins] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891)
Tal Einat
- [Python-checkins] bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847)
Victor Stinner
- [Python-checkins] bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) (GH-8294)
Victor Stinner
- [Python-checkins] bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877)
Christian Heimes
- [Python-checkins] bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877)
Miss Islington (bot)
- [Python-checkins] bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877)
Miss Islington (bot)
- [Python-checkins] bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917)
Eric V. Smith
- [Python-checkins] bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
INADA Naoki
- [Python-checkins] bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
Miss Islington (bot)
- [Python-checkins] bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
Miss Islington (bot)
- [Python-checkins] bpo-33967: Fix wrong use of assertRaises (GH-8306)
INADA Naoki
- [Python-checkins] bpo-33967: Fix wrong use of assertRaises (GH-8306)
Miss Islington (bot)
- [Python-checkins] bpo-33967: Fix wrong use of assertRaises (GH-8306)
Miss Islington (bot)
- [Python-checkins] bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261)
INADA Naoki
- [Python-checkins] bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (GH-8295)
Victor Stinner
- [Python-checkins] bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (GH-8296)
Victor Stinner
- [Python-checkins] bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
Vinay Sajip
- [Python-checkins] bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008) (GH-8044)
Vinay Sajip
- [Python-checkins] bpo-33988: Fix test_warnings using -W error (GH-7985)
Victor Stinner
- [Python-checkins] bpo-34006: Revert line length limit for Windows help docs (GH-8051)
Terry Jan Reedy
- [Python-checkins] bpo-34006: Revert line length limit for Windows help docs (GH-8051)
Miss Islington (bot)
- [Python-checkins] bpo-34006: Revert line length limit for Windows help docs (GH-8051)
Miss Islington (bot)
- [Python-checkins] bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
Victor Stinner
- [Python-checkins] bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352)
Victor Stinner
- [Python-checkins] bpo-34009: Expand on platform support changes (GH-8022)
Nick Coghlan
- [Python-checkins] bpo-34009: Expand on platform support changes (GH-8022)
Miss Islington (bot)
- [Python-checkins] bpo-34010: Fix tarfile read performance regression (GH-8020)
INADA Naoki
- [Python-checkins] bpo-34010: Fix tarfile read performance regression (GH-8020)
Miss Islington (bot)
- [Python-checkins] bpo-34010: Fix tarfile read performance regression (GH-8020)
Miss Islington (bot)
- [Python-checkins] bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253)
Vinay Sajip
- [Python-checkins] bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042)
Tal Einat
- [Python-checkins] bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8065)
Tal Einat
- [Python-checkins] bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8066)
Tal Einat
- [Python-checkins] bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8067)
Tal Einat
- [Python-checkins] bpo-34019: Fix wrong arguments for Opera Browser (#8047)
Pablo Galindo
- [Python-checkins] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047)
Miss Islington (bot)
- [Python-checkins] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047)
Miss Islington (bot)
- [Python-checkins] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
Tal Einat
- [Python-checkins] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
Miss Islington (bot)
- [Python-checkins] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
Miss Islington (bot)
- [Python-checkins] bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)
Serhiy Storchaka
- [Python-checkins] bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)
Miss Islington (bot)
- [Python-checkins] bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
Victor Stinner
- [Python-checkins] bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
Miss Islington (bot)
- [Python-checkins] bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
Miss Islington (bot)
- [Python-checkins] bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086)
Berker Peksag
- [Python-checkins] bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
Yury Selivanov
- [Python-checkins] bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
Miss Islington (bot)
- [Python-checkins] bpo-34043: Optimize tarfile uncompress performance (GH-8089)
INADA Naoki
- [Python-checkins] bpo-34044: subprocess.Popen copies startupinfo (GH-8090)
Victor Stinner
- [Python-checkins] bpo-34044: subprocess.Popen copies startupinfo (GH-8090) (GH-8121)
Victor Stinner
- [Python-checkins] bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Victor Stinner
- [Python-checkins] bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Miss Islington (bot)
- [Python-checkins] bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Miss Islington (bot)
- [Python-checkins] bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
Berker Peksag
- [Python-checkins] bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
Berker Peksag
- [Python-checkins] bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
Berker Peksag
- [Python-checkins] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)
Serhiy Storchaka
- [Python-checkins] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159)
Nick Coghlan
- [Python-checkins] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159)
Miss Islington (bot)
- [Python-checkins] bpo-34067: Include a more easily understood example for nullcontext (GH-8158)
Nick Coghlan
- [Python-checkins] bpo-34067: Include a more easily understood example for nullcontext (GH-8158)
Miss Islington (bot)
- [Python-checkins] bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282)
Serhiy Storchaka
- [Python-checkins] bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282)
Miss Islington (bot)
- [Python-checkins] bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282). (GH-8312)
Serhiy Storchaka
- [Python-checkins] bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533)
Victor Stinner
- [Python-checkins] bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Victor Stinner
- [Python-checkins] bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Miss Islington (bot)
- [Python-checkins] bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Miss Islington (bot)
- [Python-checkins] bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257)
Victor Stinner
- [Python-checkins] bpo-34083: Update dict order in Functional HOWTO (GH-8230)
INADA Naoki
- [Python-checkins] bpo-34083: Update dict order in Functional HOWTO (GH-8230)
Miss Islington (bot)
- [Python-checkins] bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262)
Serhiy Storchaka
- [Python-checkins] bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8423)
Serhiy Storchaka
- [Python-checkins] bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8424)
Serhiy Storchaka
- [Python-checkins] bpo-34087: Backport tests for int/float/complex (GH-8274)
INADA Naoki
- [Python-checkins] bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
INADA Naoki
- [Python-checkins] bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
Miss Islington (bot)
- [Python-checkins] bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245)
Victor Stinner
- [Python-checkins] bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (GH-8247)
Victor Stinner
- [Python-checkins] bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (GH-8249)
Victor Stinner
- [Python-checkins] bpo-34108: Fix double carriage return in 2to3 on Windows (#8271)
Jason R. Coombs
- [Python-checkins] bpo-34108: Fix double carriage return in 2to3 on Windows (GH-8271) (#8275)
Jason R. Coombs
- [Python-checkins] bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
Victor Stinner
- [Python-checkins] bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)
Benjamin Peterson
- [Python-checkins] bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)
Miss Islington (bot)
- [Python-checkins] bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292)
Raymond Hettinger
- [Python-checkins] bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) (GH#8307)
Raymond Hettinger
- [Python-checkins] bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
Berker Peksag
- [Python-checkins] bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
Berker Peksag
- [Python-checkins] bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
Berker Peksag
- [Python-checkins] bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
Serhiy Storchaka
- [Python-checkins] bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8371)
Serhiy Storchaka
- [Python-checkins] bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)
Raymond Hettinger
- [Python-checkins] bpo-34130: Fix test_signal.test_socket() (GH-8326)
Victor Stinner
- [Python-checkins] bpo-34130: Fix test_signal.test_socket() (GH-8326) (GH-8330)
Victor Stinner
- [Python-checkins] bpo-34130: Fix test_signal.test_warn_on_full_buffer() (GH-8327)
Victor Stinner
- [Python-checkins] bpo-34136: Make test_do_not_recreate_annotations more lenient. (GH-8437)
Serhiy Storchaka
- [Python-checkins] bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364)
Serhiy Storchaka
- [Python-checkins] bpo-34141: Optimized pickling simple non-recursive values. (GH-8318)
Serhiy Storchaka
- [Python-checkins] bpo-34149: Behavior of the min/max with key=None (GH-8328)
Raymond Hettinger
- [Python-checkins] bpo-34161: Remove extra parentheses in output formatting tutorial (GH-8350)
Mariatta
- [Python-checkins] bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345)
Terry Jan Reedy
- [Python-checkins] bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) (GH-8347)
Terry Jan Reedy
- [Python-checkins] bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351)
Serhiy Storchaka
- [Python-checkins] bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) (GH-8435)
Serhiy Storchaka
- [Python-checkins] bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)
Serhiy Storchaka
- [Python-checkins] bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)
Miss Islington (bot)
- [Python-checkins] bpo-34170, test_embed: write Py_Initialize() tests (GH-8484)
Victor Stinner
- [Python-checkins] bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595)
Victor Stinner
- [Python-checkins] bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
Victor Stinner
- [Python-checkins] bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
Victor Stinner
- [Python-checkins] bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Victor Stinner
- [Python-checkins] bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
- [Python-checkins] bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Victor Stinner
- [Python-checkins] bpo-34170: Cleanup pymain_read_conf() (GH-8476)
Victor Stinner
- [Python-checkins] bpo-34170: Cleanup pymain_run_python() (GH-8455)
Victor Stinner
- [Python-checkins] bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
Victor Stinner
- [Python-checkins] bpo-34170: Py_Main() updates config when setting Py_InspectFlag (GH-8593)
Victor Stinner
- [Python-checkins] bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594)
Victor Stinner
- [Python-checkins] bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner
- [Python-checkins] bpo-34177: vsts: Avoid conflict with Homebrew Python (GH-8430)
INADA Naoki
- [Python-checkins] bpo-34179: Make sure decimal context doesn't affect other tests. (#8376)
Stefan Krah
- [Python-checkins] bpo-34179: Make sure decimal context doesn't affect other tests. (GH-8376) (#8383)
Stefan Krah
- [Python-checkins] bpo-34179: Make sure decimal context doesn't affect other tests. (GH-8376) (#8384)
Stefan Krah
- [Python-checkins] bpo-34181: Fix running Lib/test/test_typing.py as a script. (GH-8380)
Serhiy Storchaka
- [Python-checkins] bpo-34181: Fix running Lib/test/test_typing.py as a script. (GH-8380) (GH-8385)
Serhiy Storchaka
- [Python-checkins] bpo-34182: Fix test_pydoc running as a script. (GH-8389)
Serhiy Storchaka
- [Python-checkins] bpo-34182: Fix test_pydoc running as a script. (GH-8389)
Miss Islington (bot)
- [Python-checkins] bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381)
Serhiy Storchaka
- [Python-checkins] bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) (GH-8422)
Serhiy Storchaka
- [Python-checkins] bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382)
Serhiy Storchaka
- [Python-checkins] bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) (GH-8421)
Serhiy Storchaka
- [Python-checkins] bpo-34189: Add simple tests for new Tk widget options. (GH-8396)
Serhiy Storchaka
- [Python-checkins] bpo-34189: Fix checking for bugfix Tcl version. (GH-8397)
Serhiy Storchaka
- [Python-checkins] bpo-34189: Remove a file backported by accident. (GH-8419)
Serhiy Storchaka
- [Python-checkins] bpo-34190: Fix reference leak in call_function() (GH-8413)
Victor Stinner
- [Python-checkins] bpo-34190: Fix reference leak in call_function() (GH-8413) (GH-8418)
Victor Stinner
- [Python-checkins] bpo-34195: Fix case-sensitive comparison in test_nt_helpers (GH-8448)
Tim Golden
- [Python-checkins] bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440)
Serhiy Storchaka
- [Python-checkins] bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer. (GH-8414)
Serhiy Storchaka
- [Python-checkins] bpo-34201: Tweak test_buffer. (GH-8481)
Serhiy Storchaka
- [Python-checkins] bpo-34217: Use lowercase header for Windows (GH-8453)
INADA Naoki
- [Python-checkins] bpo-34217: Use lowercase header for Windows (GH-8453)
Miss Islington (bot)
- [Python-checkins] bpo-34218: Fix a leak in _elementtree.c introduced in GH-6769. (GH-8460)
Serhiy Storchaka
- [Python-checkins] bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464)
Steve Dower
- [Python-checkins] bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464)
Steve Dower
- [Python-checkins] bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464)
Steve Dower
- [Python-checkins] bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)
Victor Stinner
- [Python-checkins] bpo-34229: Check start and stop of slice object to be long when they are not int in PySlice_GetIndices (GH-8480)
Serhiy Storchaka
- [Python-checkins] bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)
Steve Dower
- [Python-checkins] bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)
Steve Dower
- [Python-checkins] bpo-34239: Convert test_bz2 to use tempfile (#8485)
Tim Golden
- [Python-checkins] bpo-34239: Convert test_bz2 to use tempfile (#8485)
Chris Jerdonek
- [Python-checkins] bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)
Zachary Ware
- [Python-checkins] bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)
Miss Islington (bot)
- [Python-checkins] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
Yury Selivanov
- [Python-checkins] bpo-42349: Switch to test.support.unlink per review by Serhiy Storchaka (GH-8529)
Tim Golden
- [Python-checkins] bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
Berker Peksag
- [Python-checkins] bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
Miss Islington (bot)
- [Python-checkins] bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
Miss Islington (bot)
- [Python-checkins] bpo-5978: Document that profiling needs cmd/function to return (GH-7938)
Christian Heimes
- [Python-checkins] bpo-5978: Document that profiling needs cmd/function to return (GH-7938)
Miss Islington (bot)
- [Python-checkins] bpo-8145: Improve isolation_level documentation (GH-8499)
Steve Dower
- [Python-checkins] bpo-8145: Improve isolation_level documentation (GH-8499)
Steve Dower
- [Python-checkins] bpo-8145: Improve isolation_level documentation (GH-8499)
Steve Dower
- [Python-checkins] bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
Berker Peksag
- [Python-checkins] bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
Miss Islington (bot)
- [Python-checkins] bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
Berker Peksag
- [Python-checkins] Clarify that example in comment is about fromkeys() (GH-8141)
Raymond Hettinger
- [Python-checkins] Clarify ValueError's broad applicability (GH-8313)
Raymond Hettinger
- [Python-checkins] Clarify ValueError's broad applicability (GH-8313) (GH-8315)
Raymond Hettinger
- [Python-checkins] Clarify ValueError's broad applicability (GH-8313) (GH-8316)
Raymond Hettinger
- [Python-checkins] Clarify ValueError's broad applicability (GH-8313) (GH-8317)
Raymond Hettinger
- [Python-checkins] classify abs() argument type (GH-8103)
Raymond Hettinger
- [Python-checkins] closes bpo-34050: Fix link in SSL docs (GH-8173)
Benjamin Peterson
- [Python-checkins] closes bpo-34050: Fix link in SSL docs (GH-8173)
Miss Islington (bot)
- [Python-checkins] closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
Benjamin Peterson
- [Python-checkins] closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
Miss Islington (bot)
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=10
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=10
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=11
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=12
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=12
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=14
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=31
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=6
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=70
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=70
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=72
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=75
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=8
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=8
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=9
solipsis at pitrou.net
- [Python-checkins] Dataclasses: Fix example on 30.6.8, add method should receive a list rather than an integer. (GH-8038)
Eric V. Smith
- [Python-checkins] Dataclasses: Fix example on 30.6.8, add method should receive a list rather than an integer. (GH-8038) (GH-8237)
Eric V. Smith
- [Python-checkins] delete some unused pysqlite forward declarations (GH-8211)
Benjamin Peterson
- [Python-checkins] delete some unused pysqlite forward declarations (GH-8211)
Miss Islington (bot)
- [Python-checkins] delete some unused pysqlite forward declarations (GH-8211)
Miss Islington (bot)
- [Python-checkins] Doc: Backport language switcher (bpo-33700, bpo-31045) (#8048)
larryhastings
- [Python-checkins] DOC: In `reduce`, refer to `accumulate` (GH-7930)
Raymond Hettinger
- [Python-checkins] Doc: Point to Simple statements section instead of PEP (GH-8238)
INADA Naoki
- [Python-checkins] Doc: Point to Simple statements section instead of PEP (GH-8238)
Miss Islington (bot)
- [Python-checkins] Doc: Point to Simple statements section instead of PEP (GH-8238)
Miss Islington (bot)
- [Python-checkins] Doc: Remove superfluous markup. (GH-8112)
Julien Palard
- [Python-checkins] Doc: Remove superfluous markup. (GH-8112)
Miss Islington (bot)
- [Python-checkins] Don't export pending_threadfunc from _testcapi. (GH-8075)
Benjamin Peterson
- [Python-checkins] Don't export pending_threadfunc from _testcapi. (GH-8075)
Miss Islington (bot)
- [Python-checkins] Don't export pending_threadfunc from _testcapi. (GH-8075)
Miss Islington (bot)
- [Python-checkins] Don't export pending_threadfunc from _testcapi. (GH-8075)
Miss Islington (bot)
- [Python-checkins] Enable GUI testing on Travis Linux builds via Xvfb (GH-7887)
Zachary Ware
- [Python-checkins] Factor-out two substantially identical code blocks. (GH-8219)
Raymond Hettinger
- [Python-checkins] Fix documentation for input and output tutorial (GH-8231)
Mariatta
- [Python-checkins] Fix documentation for input and output tutorial (GH-8231)
Miss Islington (bot)
- [Python-checkins] Fix documentation for input and output tutorial (GH-8231)
Miss Islington (bot)
- [Python-checkins] Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
Serhiy Storchaka
- [Python-checkins] Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
Miss Islington (bot)
- [Python-checkins] Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
Miss Islington (bot)
- [Python-checkins] Fix fuzz testing for marshal.loads(). (GH-8106)
Serhiy Storchaka
- [Python-checkins] Fix fuzz testing for marshal.loads(). (GH-8106)
Miss Islington (bot)
- [Python-checkins] Fix fuzz testing for marshal.loads(). (GH-8106)
Miss Islington (bot)
- [Python-checkins] Fix GCC warning in Python/hamt.c (GH-7618)
INADA Naoki
- [Python-checkins] Fix GCC warning in Python/hamt.c (GH-7618)
Miss Islington (bot)
- [Python-checkins] Fix margin in sentinel and mock_open (GH-8188)
Mariatta
- [Python-checkins] Fix margin in sentinel and mock_open (GH-8188)
Miss Islington (bot)
- [Python-checkins] Fix margin in sentinel and mock_open (GH-8188)
Miss Islington (bot)
- [Python-checkins] Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
Serhiy Storchaka
- [Python-checkins] Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
Miss Islington (bot)
- [Python-checkins] Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
Miss Islington (bot)
- [Python-checkins] Fix site module documentation. (GH-8441)
Mariatta
- [Python-checkins] Fix site module documentation. (GH-8441)
Miss Islington (bot)
- [Python-checkins] Fix site module documentation. (GH-8441)
Mariatta
- [Python-checkins] Fix site module documentation. (GH-8441)
Mariatta
- [Python-checkins] fix two typos in Objects/odictobject.c comments (GH-8040)
Tal Einat
- [Python-checkins] fix two typos in Objects/odictobject.c comments (GH-8040)
Miss Islington (bot)
- [Python-checkins] fix two typos in Objects/odictobject.c comments (GH-8040)
Miss Islington (bot)
- [Python-checkins] Fix typo: variables(s) (GH-8482)
Pablo Galindo
- [Python-checkins] Fix typo in dataclasses documentation (GH-8102)
Eric V. Smith
- [Python-checkins] Fix typo in dataclasses documentation (GH-8102)
Miss Islington (bot)
- [Python-checkins] Fix typo in TypeVar docstring (#8142)
Ivan Levkivskyi
- [Python-checkins] Fix typo in TypeVar docstring (GH-8142)
Miss Islington (bot)
- [Python-checkins] Fix typos & formatting in Using Python on Windows doc (GH-8559)
Mariatta
- [Python-checkins] Fix typos & formatting in Using Python on Windows doc (GH-8559)
Miss Islington (bot)
- [Python-checkins] Fix typos & formatting in Using Python on Windows doc (GH-8559)
Miss Islington (bot)
- [Python-checkins] Fix versionchanged indentation in popitem documentation (GH-8387)
Mariatta
- [Python-checkins] Fix versionchanged indentation in popitem documentation (GH-8387)
Mariatta
- [Python-checkins] Fix Windows compiler warning in tokenize.c (GH-8359)
Victor Stinner
- [Python-checkins] Hide some symbols from _xxsubinterpreters. (GH-8151)
Benjamin Peterson
- [Python-checkins] Make GenericAlias_Type and Generic_Type static. (GH-8076)
Benjamin Peterson
- [Python-checkins] Make GenericAlias_Type and Generic_Type static. (GH-8076)
Miss Islington (bot)
- [Python-checkins] Make PySimpleQueueType static. (GH-8175)
Benjamin Peterson
- [Python-checkins] Make PySimpleQueueType static. (GH-8175)
Miss Islington (bot)
- [Python-checkins] Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127)
Benjamin Peterson
- [Python-checkins] Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127)
Miss Islington (bot)
- [Python-checkins] Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127)
Miss Islington (bot)
- [Python-checkins] Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
Benjamin Peterson
- [Python-checkins] Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
Miss Islington (bot)
- [Python-checkins] Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
Miss Islington (bot)
- [Python-checkins] Make various internal _testbuffer symbols static. (GH-8160)
Benjamin Peterson
- [Python-checkins] Make various internal _testbuffer symbols static. (GH-8160)
Miss Islington (bot)
- [Python-checkins] Make various internal _testbuffer symbols static. (GH-8160)
Miss Islington (bot)
- [Python-checkins] Minor code refactoring. Compute len() one fewer times on one code path. (GH-8094)
Raymond Hettinger
- [Python-checkins] Move Code_of_Conduct.rst to the root level. (GH-8209)
Mariatta
- [Python-checkins] Move Code_of_Conduct.rst to the root level. (GH-8209)
Miss Islington (bot)
- [Python-checkins] prefix internal sqlite symbols with _pysqlite_ (GH-8215)
Benjamin Peterson
- [Python-checkins] prefix internal sqlite symbols with _pysqlite_ (GH-8215)
Miss Islington (bot)
- [Python-checkins] PyDoc topics refresh & blurb release for 3.5.6rc1.
Larry Hastings
- [Python-checkins] Remove creation of a list for row_cast_map in pysqlite_cursor_init() (GH-8494)
Berker Peksag
- [Python-checkins] Removed unused import from tzinfo_examples.py. (GH-7994)
Mariatta
- [Python-checkins] Removed unused import from tzinfo_examples.py. (GH-7994)
Miss Islington (bot)
- [Python-checkins] Remove extra parentheses in output formatting tutorial (GH-8350)
Mariatta
- [Python-checkins] Remove some unused code in _pysqlite_query_execute() (GH-8495)
Berker Peksag
- [Python-checkins] Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241)
Serhiy Storchaka
- [Python-checkins] Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (GH-8241)
Miss Islington (bot)
- [Python-checkins] Simplify __all__ in multiprocessing (GH-6856)
INADA Naoki
- [Python-checkins] Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
Steve Dower
- [Python-checkins] Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
Miss Islington (bot)
- [Python-checkins] Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
Miss Islington (bot)
- [Python-checkins] Update Stackless Python wiki URL (GH-8072)
Mariatta
- [Python-checkins] Update Stackless Python wiki URL (GH-8072)
Julien Palard
- [Python-checkins] Use 'for example' instead of 'in other words' in compound statement doc (GH-8401)
Mariatta
- [Python-checkins] Use 'for example' instead of 'in other words' in compound statement doc (GH-8401)
Miss Islington (bot)
- [Python-checkins] Use 'for example' instead of 'in other words' in compound statement doc (GH-8401)
Miss Islington (bot)
- [Python-checkins] versionadded -> versionchanged for all 'X parameter was added' for uniformity. (GH8114)
Gregory P. Smith
- [Python-checkins] vsts: Avoid conflict with Homebrew Python (GH-8430)
INADA Naoki
- [Python-checkins] vsts: Avoid conflict with Homebrew Python (GH-8430)
Miss Islington (bot)
Last message date:
Tue Jul 31 21:07:21 EDT 2018
Archived on: Tue Jul 31 21:07:22 EDT 2018
This archive was generated by
Pipermail 0.09 (Mailman edition).