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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document other performance implication for __slots__ (GH-11974)
Raymond Hettinger
2019-02-21
1
-0/+1
*
bpo-36052: Raise a SyntaxError when assigning a value to __debug__ with := (G...
Stéphane Wirtel
2019-02-21
3
-1/+7
*
bpo-36063: Minor performance tweak in long_divmod(). (GH-11915)
Sergey Fedoseev
2019-02-21
1
-2/+2
*
bpo-36059: Update OrderedDict() docs to reflect that regular dicts are now or...
Raymond Hettinger
2019-02-21
1
-43/+53
*
Doc: fix example for iter() function. (GH-11959)
Cristian Ciupitu
2019-02-21
1
-1/+1
*
bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl...
Zackery Spytz
2019-02-21
2
-0/+5
*
bpo-36062: Minor speed-up for list slicing and copying. (GH-11967)
Sergey Fedoseev
2019-02-21
1
-8/+12
*
Re-init _Py_UnhandledKeyboardInterrupt before run. (GH-11963)
Gregory P. Smith
2019-02-21
1
-0/+11
*
bpo-31982: Improve sequence of presentation in ChainMap docs (GH-11960)
Raymond Hettinger
2019-02-20
1
-1/+1
*
bpo-36012: Avoid linear slot search for non-dunder methods (GH-11907)
Stefan Behnel
2019-02-20
3
-13/+45
*
bpo-35993: Fix _PyInterpreterState_DeleteExceptMain() (GH-11852)
Stéphane Wirtel
2019-02-20
2
-2/+6
*
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Inada Naoki
2019-02-20
8
-51/+87
*
bpo-36049: Fix compiler warning in Python/ast.c (GH-11949)
Pablo Galindo
2019-02-19
1
-1/+1
*
bpo-35584: Clarify role of caret in a class class (GH-11946)
Raymond Hettinger
2019-02-19
1
-2/+3
*
bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940)
Victor Stinner
2019-02-19
2
-1/+32
*
bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)
Cédric Krier
2019-02-19
4
-11/+86
*
Doc: Fix typo. (GH-11315)
Julien Palard
2019-02-19
1
-1/+1
*
bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-...
Sanyam Khurana
2019-02-19
3
-10/+22
*
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
5
-55/+62
*
bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472)
Cheryl Sabella
2019-02-19
4
-16/+408
*
bpo-34572: change _pickle unpickling to use import rather than retrieving fro...
tjb900
2019-02-18
3
-7/+75
*
bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)
animalize
2019-02-18
5
-1/+49
*
bpo-35704: Include correct NEWS entry (GH-11914)
Nick Coghlan
2019-02-18
2
-2/+4
*
bpo-35704: Prevent test_shutil fail result when AIX is 32-bit and MAXDATA < 0...
Michael Felt
2019-02-18
2
-0/+15
*
bpo-35942: Improve the error message if __fspath__ returns invalid types in p...
Pablo Galindo
2019-02-18
3
-9/+36
*
bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)
Ivan Levkivskyi
2019-02-17
3
-3/+15
*
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391)
Michael Felt
2019-02-17
2
-0/+10
*
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
6
-6/+107
*
bpo-35884: Add missing FIFO queue benchmark (GH-11898)
Raymond Hettinger
2019-02-16
1
-1/+10
*
bpo-33234: Add another attribution in Whatsnew (GH-11899)
Raymond Hettinger
2019-02-16
1
-2/+2
*
bpo-32492: Add missing whatsnew entries for itemgetter and namedtuple (GH-11897)
Raymond Hettinger
2019-02-16
1
-0/+11
*
bpo-33089: Add math.dist() and math.hypot() to Whatsnew (GH-11896)
Raymond Hettinger
2019-02-16
1
-1/+8
*
bpo-35798: Fix duplicate SyntaxWarning: "is" with a literal. (GH-11639)
Serhiy Storchaka
2019-02-16
1
-3/+3
*
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. ...
Serhiy Storchaka
2019-02-16
4
-6/+239
*
bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)
Anthony Sottile
2019-02-15
2
-2/+3
*
bpo-35984: _xxsubinterpreters: Fix memory leak in _channel_send() (GH-11845)
Alexey Izbyshev
2019-02-15
1
-0/+1
*
bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782)
Daniel Hahler
2019-02-15
3
-1/+16
*
Improve readability of random module examples (GH-11884)
Raymond Hettinger
2019-02-15
1
-2/+6
*
Fix the versionadded info for typing.NoReturn (GH-11880)
Jack Wilsdon
2019-02-15
1
-1/+1
*
bpo-36006: Fix versionchanged directive alignment in io module documentation ...
Emmanuel Arias
2019-02-15
1
-2/+2
*
bpo-35746: Credit Colin Read and Nicolas Edet (GH-11863)
Victor Stinner
2019-02-15
1
-1/+2
*
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-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6...
Lysandros Nikolaou
2019-02-14
1
-7/+24
*
Doc: Fix example in contextlib asynccontextmanager document (GH-8111)
kk
2019-02-14
0
-0/+0
*
bpo-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission de...
Michael Felt
2019-02-14
1
-0/+4
[next]