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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-36016: Add generation option to gc.getobjects() (GH-11909)
Pablo Galindo
2019-02-23
1
-0/+32
*
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
Stéphane Wirtel
2019-02-22
4
-10/+16
*
bpo-35904: Add statistics.fmean() (GH-11892)
Raymond Hettinger
2019-02-21
2
-1/+73
*
bpo-36068: Make _tuplegetter objects serializable (GH-11981)
Joe Jevnik
2019-02-21
1
-1/+10
*
bpo-36057 Update docs and tests for ordering in collections.Counter [no behav...
Raymond Hettinger
2019-02-21
2
-2/+59
*
bpo-36060: Document how collections.ChainMap() determines iteration order (GH...
Raymond Hettinger
2019-02-21
1
-0/+14
*
bpo-36052: Raise a SyntaxError when assigning a value to __debug__ with := (G...
Stéphane Wirtel
2019-02-21
1
-0/+4
*
bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940)
Victor Stinner
2019-02-19
1
-1/+29
*
bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)
Cédric Krier
2019-02-19
2
-7/+73
*
bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-...
Sanyam Khurana
2019-02-19
1
-7/+13
*
Fix a misnamed test for lists. (GH-11933)
Serhiy Storchaka
2019-02-19
1
-1/+7
*
Fix syntax warnings in tests introduced in bpo-35942. (GH-11934)
Serhiy Storchaka
2019-02-19
1
-12/+4
*
Fix syntax warnings in tests introduced in bpo-15248. (GH-11932)
Serhiy Storchaka
2019-02-19
3
-6/+10
*
bpo-35798: Add test.support.check_syntax_warning(). (#11895)
Serhiy Storchaka
2019-02-19
3
-52/+43
*
bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472)
Cheryl Sabella
2019-02-19
3
-16/+407
*
bpo-34572: change _pickle unpickling to use import rather than retrieving fro...
tjb900
2019-02-18
1
-1/+66
*
bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)
animalize
2019-02-18
1
-0/+34
*
bpo-35704: Prevent test_shutil fail result when AIX is 32-bit and MAXDATA < 0...
Michael Felt
2019-02-18
1
-0/+13
*
bpo-35942: Improve the error message if __fspath__ returns invalid types in p...
Pablo Galindo
2019-02-18
1
-1/+18
*
bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)
Ivan Levkivskyi
2019-02-17
1
-1/+8
*
bpo-36013: delete fragile interactive shell SIGINT test (GH-11902)
Gregory P. Smith
2019-02-17
1
-33/+7
*
Convert range to repeat for choices() (#11889)
Raymond Hettinger
2019-02-16
1
-3/+3
*
bpo-1054041: Exit properly after an uncaught ^C. (#11862)
Gregory P. Smith
2019-02-16
1
-4/+57
*
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. ...
Serhiy Storchaka
2019-02-16
1
-0/+87
*
bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782)
Daniel Hahler
2019-02-15
2
-1/+15
*
bpo-35994: add sub dir for sub2_tree in os.walk test if symlink is not suppor...
pxinwr
2019-02-15
1
-1/+1
*
bpo-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission de...
Michael Felt
2019-02-14
1
-0/+4
*
bpo-35500: align expected and actual calls on mock.assert_called_with error m...
Susan Su
2019-02-14
2
-9/+13
*
bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (G...
Nina Zakharenko
2019-02-13
1
-3/+3
*
bpo-18283: Add support for bytes to shutil.which (GH-11818)
Cheryl Sabella
2019-02-13
2
-14/+41
*
Be consistent about the use of from-imports in random module (GH-11837)
Raymond Hettinger
2019-02-13
1
-4/+4
*
bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...
Matěj Cepl
2019-02-12
1
-0/+10
*
bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in ...
Alexey Izbyshev
2019-02-12
1
-1/+13
*
bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815)
Christopher Hunt
2019-02-12
2
-3/+13
*
bpo-35918: Remove broken has_key method and add test (#11819)
Rémi Lapeyre
2019-02-12
2
-3/+1
*
bpo-35378: Fix multiprocessing.Pool references (GH-11627)
Pablo Galindo
2019-02-11
2
-39/+74
*
bpo-22062: Updated docstring and documentation for pathlib (GH-8519)
Eivind Teig
2019-02-11
1
-2/+3
*
Fix division by 0 when checking for overflow in math.prod (GH-11808)
Pablo Galindo
2019-02-10
1
-0/+4
*
Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH...
Pablo Galindo
2019-02-09
1
-15/+20
*
Do not retain references to processes and managers in TestSyncManagerTypes (G...
Pablo Galindo
2019-02-09
1
-0/+2
*
bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)
Terry Jan Reedy
2019-02-09
2
-14/+34
*
Rework tuple hash tests. (GH-10161)
Tim Peters
2019-02-08
2
-84/+308
*
Complete and neaten-up namedtuple's replacement of builtin function lookups w...
Raymond Hettinger
2019-02-08
1
-6/+3
*
bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384)
Fish
2019-02-07
2
-16/+102
*
bpo-35911: add cell constructor (GH-11771)
Pierre Glaser
2019-02-07
2
-0/+16
*
bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred ad...
Jason R. Coombs
2019-02-07
2
-23/+75
*
bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772)
Giampaolo Rodola
2019-02-07
1
-0/+246
*
bpo-35606: Implement math.prod (GH-11359)
Pablo Galindo
2019-02-07
1
-0/+31
*
email: use dict instead of OrderedDict (GH-11709)
Inada Naoki
2019-02-05
1
-2/+1
*
asyncio: use dict instead of OrderedDict (GH-11710)
Inada Naoki
2019-02-05
1
-1/+1
[prev]
[next]