index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...
Serhiy Storchaka
2018-05-01
1
-17/+160
*
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-...
Michael Selik
2018-05-01
1
-0/+41
*
bpo-33254: do not return an empty list when asking for the contents of a name...
Brett Cannon
2018-04-30
1
-4/+3
*
bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654)
Andrés Delfino
2018-04-30
1
-0/+2
*
bpo-33256: Replace angle brackets around python object repr to display it in ...
sblondon
2018-04-29
1
-0/+1
*
bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)
Serhiy Storchaka
2018-04-29
2
-2/+29
*
bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)
Serhiy Storchaka
2018-04-29
4
-2/+31
*
bpo-33363: raise SyntaxError for async for/with outside async functions (#6616)
Zsolt Dollenstein
2018-04-27
1
-1/+16
*
bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612)
Pablo Galindo
2018-04-27
1
-1/+1
*
bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)
Cheryl Sabella
2018-04-25
1
-1/+87
*
bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)
Serhiy Storchaka
2018-04-25
1
-0/+15
*
bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6...
Pablo Galindo
2018-04-25
1
-0/+3
*
bpo-33251: Prevent ConfigParser.items returning items present in vars. (#6446)
Chris Bradbury
2018-04-23
1
-4/+2
*
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
Berker Peksag
2018-04-22
1
-0/+10
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
4
-4/+4
*
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
Serhiy Storchaka
2018-04-19
1
-6/+65
*
bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519)
Serhiy Storchaka
2018-04-18
1
-7/+22
*
bpo-33295: Skip test using missing external site (GH-6504)
INADA Naoki
2018-04-17
1
-0/+1
*
bpo-33144: random.Random and subclasses: split _randbelow implementation (GH-...
Wolfgang Maier
2018-04-17
1
-15/+65
*
Fix spelling typo (GH-6443)
jdemeyer
2018-04-17
1
-1/+1
*
bpo-33185: Improve wording and markup (GH-6477)
Nick Coghlan
2018-04-15
1
-1/+1
*
bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419)
Nick Coghlan
2018-04-15
1
-0/+67
*
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
Antoine Pitrou
2018-04-14
2
-16/+34
*
bpo-33097: Fix submit accepting callable after executor shutdown by interpret...
Mark Nemec
2018-04-10
1
-0/+28
*
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...
Serhiy Storchaka
2018-04-09
1
-1/+25
*
bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827)
Antoine Pitrou
2018-04-09
1
-23/+58
*
Add a prepend() recipe to teach a chain() idiom (GH-6415)
Raymond Hettinger
2018-04-08
1
-0/+8
*
bpo-29613: Added support for SameSite cookies (GH-6413)
Alex Gaynor
2018-04-07
1
-0/+13
*
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...
Brett Cannon
2018-04-06
2
-1/+22
*
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381)
Raymond Hettinger
2018-04-05
1
-0/+8
*
bpo-33203: Ensure random.choice always raises IndexError on empty sequence (G...
Wolfgang Maier
2018-04-05
1
-1/+4
*
Clean up and enhance frozen dataclass tests. (GH-6380)
Eric V. Smith
2018-04-05
1
-27/+38
*
bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376)
Ivan Levkivskyi
2018-04-05
1
-2/+3
*
Call super in Generic.__init_subclass__ (#6356)
Ivan Levkivskyi
2018-04-04
1
-0/+19
*
bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)
Serhiy Storchaka
2018-04-04
1
-1/+41
*
bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(...
Serhiy Storchaka
2018-04-03
1
-17/+18
*
bpo-29922: Improve error messages in 'async with' (GH-6352)
Serhiy Storchaka
2018-04-02
1
-4/+9
*
Allow dynamic creation of generic dataclasses (GH-6319)
Ivan Levkivskyi
2018-03-31
1
-1/+18
*
bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH...
Eric V. Smith
2018-03-29
1
-5/+34
*
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276)
Ned Deily
2018-03-28
1
-1/+1
*
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6...
Ned Deily
2018-03-27
1
-1/+1
*
bpo-33151: Handle submodule resources (GH-6268)
Barry Warsaw
2018-03-27
2
-3/+32
*
bpo-27212: Modify islice recipe to consume initial values preceding start (GH...
Cheryl Sabella
2018-03-27
1
-0/+67
*
bpo-32873: Treat type variables and special typing forms as immutable by copy...
Ivan Levkivskyi
2018-03-26
1
-6/+26
*
bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)
Alexey Izbyshev
2018-03-26
1
-0/+50
*
bpo-33141: Have dataclasses.Field pass through __set_name__ to any default ar...
Eric V. Smith
2018-03-26
1
-0/+42
*
bpo-6986: Add a comment to clarify a test of _json.make_encoder(). (GH-3789)
Oren Milman
2018-03-26
1
-0/+2
*
Minor fixes to dataclass tests. (GH-6243)
Eric V. Smith
2018-03-26
1
-42/+41
*
bpo-33053: Remove test_cmd_line_script debugging print (GH-6237)
Nick Coghlan
2018-03-25
1
-2/+0
*
Trivial improvements to dataclasses tests. (GH-6234)
Eric V. Smith
2018-03-25
1
-2/+3
[next]