summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...Serhiy Storchaka2018-05-011-17/+160
* bpo-31908: Fix output of cover files for trace module command-line tool. (GH-...Michael Selik2018-05-011-0/+41
* bpo-33254: do not return an empty list when asking for the contents of a name...Brett Cannon2018-04-301-4/+3
* bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654)Andrés Delfino2018-04-301-0/+2
* bpo-33256: Replace angle brackets around python object repr to display it in ...sblondon2018-04-291-0/+1
* bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)Serhiy Storchaka2018-04-292-2/+29
* bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)Serhiy Storchaka2018-04-294-2/+31
* bpo-33363: raise SyntaxError for async for/with outside async functions (#6616)Zsolt Dollenstein2018-04-271-1/+16
* bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612)Pablo Galindo2018-04-271-1/+1
* bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)Cheryl Sabella2018-04-251-1/+87
* bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)Serhiy Storchaka2018-04-251-0/+15
* bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6...Pablo Galindo2018-04-251-0/+3
* bpo-33251: Prevent ConfigParser.items returning items present in vars. (#6446)Chris Bradbury2018-04-231-4/+2
* bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)Berker Peksag2018-04-221-0/+10
* Spelling fixes to docs, docstrings, and comments (GH-6374)Ville Skyttä2018-04-204-4/+4
* bpo-33189: pygettext.py now accepts only literal strings (GH-6364)Serhiy Storchaka2018-04-191-6/+65
* bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519)Serhiy Storchaka2018-04-181-7/+22
* bpo-33295: Skip test using missing external site (GH-6504)INADA Naoki2018-04-171-0/+1
* bpo-33144: random.Random and subclasses: split _randbelow implementation (GH-...Wolfgang Maier2018-04-171-15/+65
* Fix spelling typo (GH-6443)jdemeyer2018-04-171-1/+1
* bpo-33185: Improve wording and markup (GH-6477)Nick Coghlan2018-04-151-1/+1
* bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419)Nick Coghlan2018-04-151-0/+67
* bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)Antoine Pitrou2018-04-142-16/+34
* bpo-33097: Fix submit accepting callable after executor shutdown by interpret...Mark Nemec2018-04-101-0/+28
* bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...Serhiy Storchaka2018-04-091-1/+25
* bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827)Antoine Pitrou2018-04-091-23/+58
* Add a prepend() recipe to teach a chain() idiom (GH-6415)Raymond Hettinger2018-04-081-0/+8
* bpo-29613: Added support for SameSite cookies (GH-6413)Alex Gaynor2018-04-071-0/+13
* bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...Brett Cannon2018-04-062-1/+22
* bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381)Raymond Hettinger2018-04-051-0/+8
* bpo-33203: Ensure random.choice always raises IndexError on empty sequence (G...Wolfgang Maier2018-04-051-1/+4
* Clean up and enhance frozen dataclass tests. (GH-6380)Eric V. Smith2018-04-051-27/+38
* bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376)Ivan Levkivskyi2018-04-051-2/+3
* Call super in Generic.__init_subclass__ (#6356)Ivan Levkivskyi2018-04-041-0/+19
* bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)Serhiy Storchaka2018-04-041-1/+41
* bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(...Serhiy Storchaka2018-04-031-17/+18
* bpo-29922: Improve error messages in 'async with' (GH-6352)Serhiy Storchaka2018-04-021-4/+9
* Allow dynamic creation of generic dataclasses (GH-6319)Ivan Levkivskyi2018-03-311-1/+18
* bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH...Eric V. Smith2018-03-291-5/+34
* bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276)Ned Deily2018-03-281-1/+1
* bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6...Ned Deily2018-03-271-1/+1
* bpo-33151: Handle submodule resources (GH-6268)Barry Warsaw2018-03-272-3/+32
* bpo-27212: Modify islice recipe to consume initial values preceding start (GH...Cheryl Sabella2018-03-271-0/+67
* bpo-32873: Treat type variables and special typing forms as immutable by copy...Ivan Levkivskyi2018-03-261-6/+26
* bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)Alexey Izbyshev2018-03-261-0/+50
* bpo-33141: Have dataclasses.Field pass through __set_name__ to any default ar...Eric V. Smith2018-03-261-0/+42
* bpo-6986: Add a comment to clarify a test of _json.make_encoder(). (GH-3789)Oren Milman2018-03-261-0/+2
* Minor fixes to dataclass tests. (GH-6243)Eric V. Smith2018-03-261-42/+41
* bpo-33053: Remove test_cmd_line_script debugging print (GH-6237)Nick Coghlan2018-03-251-2/+0
* Trivial improvements to dataclasses tests. (GH-6234)Eric V. Smith2018-03-251-2/+3