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
*
Fix regression in error message introduced in bpo-29951. (#2028)
Serhiy Storchaka
2017-06-09
2
-2/+6
*
bpo-30266: support "= None" pattern in AbstractContextManager (#1448)
Jelle Zijlstra
2017-06-09
3
-3/+16
*
bpo-30524: Write unit tests for FASTCALL (#2022)
Victor Stinner
2017-06-09
2
-0/+276
*
bpo-30217: Add the operators ~ and | to the index (#1502)
Marco Buttu
2017-06-09
1
-0/+2
*
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
Chandan Kumar
2017-06-09
3
-13/+10
*
Add a test for bad IDNA in ssl server_hostname (#1997)
Nathaniel J. Smith
2017-06-09
1
-0/+10
*
bpo-30540: regrtest: add --matchfile option (#1909)
Victor Stinner
2017-06-09
3
-6/+89
*
bpo-24755: Document asyncio.wrap_future (GH-603)
adisbladis
2017-06-09
1
-0/+5
*
bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1...
Serhiy Storchaka
2017-06-08
2
-24/+17
*
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003)
Victor Stinner
2017-06-08
1
-3/+2
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002)
Victor Stinner
2017-06-08
2
-6/+11
*
bpo-30486: Allow setting cell value (#1840)
Lisa Roach
2017-06-08
4
-4/+41
*
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka
2017-06-08
13
-23/+23
*
bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998)
Victor Stinner
2017-06-08
1
-4/+4
*
bpo-30547: Fix multiple reference leaks (#1995)
Stéphane Wirtel
2017-06-08
1
-1/+4
*
bpo-30594: Fixed refcounting in newPySSLSocket (#1992)
Nathaniel J. Smith
2017-06-08
1
-2/+1
*
bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)
Will Roberts
2017-06-08
3
-4/+20
*
bpo-30591: Added test for textwrap backtracking. (#1988)
Jonathan Eunice
2017-06-07
1
-0/+11
*
trivial: update config.{guess,sub} from gnu.org. (GH-1987)
Matthias Klose
2017-06-07
2
-96/+191
*
bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)
Erik Bray
2017-06-07
4
-2/+65
*
bpo-30584: Fix test_os fails on non-English Windows (#1980)
Denis Osipov
2017-06-07
2
-1/+4
*
bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893)
Antoine Pietri
2017-06-07
3
-20/+21
*
bpo-30463: Add an empty __slots__ to abc.ABC.
Aaron Hall, MBA
2017-06-06
3
-1/+7
*
bpo-29596: Improve clinic howto documentation (GH-1710)
gfyoung
2017-06-06
1
-3/+3
*
bpo-30583: Fix typo in datetime dateutil documentation (GH-1972)
wim glenn
2017-06-06
1
-2/+2
*
bpo-30557: Fix test_faulthandler (#1969)
Victor Stinner
2017-06-06
1
-2/+4
*
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
Serhiy Storchaka
2017-06-06
5
-45/+116
*
bpo-25324: Move the description of tokenize tokens to token.rst. (#1911)
Serhiy Storchaka
2017-06-06
2
-39/+39
*
bpo-30520: Implemented pickling for loggers. (#1956)
Vinay Sajip
2017-06-06
4
-3/+26
*
Simplify X.509 extension handling code (#1855)
Alex Gaynor
2017-06-06
1
-30/+4
*
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)
Oz N Tiram
2017-06-06
5
-44/+205
*
Install dependencies in Travis OSX build (GH-1952)
Zachary Ware
2017-06-06
1
-0/+4
*
bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928)
Zachary Ware
2017-06-05
1
-5/+5
*
bpo-30557: faulthandler now correctly filters and displays exception codes on...
Steve Dower
2017-06-05
3
-4/+33
*
bpo-30530: Update Descriptor How To Documentation (GH-1845)
Mariano Anaya
2017-06-05
1
-1/+1
*
Only run AppVeyor on long-lived branches (GH-1941)
Zachary Ware
2017-06-04
1
-0/+5
*
bpo-30567: Fix refleak in sys.getwindowsversion (#1940)
Segev Finer
2017-06-04
1
-4/+4
*
bpo-30538: Update count() in Functional Programming HOWTO (#1919)
csabella
2017-06-04
1
-9/+14
*
Simplify code in warnings modules (#1935)
Alex Gaynor
2017-06-04
1
-3/+7
*
fix comment (#1798)
leodema
2017-06-04
1
-1/+1
*
Turn on macOS builds for Travis (GH-1846)
Brett Cannon
2017-06-03
1
-9/+11
*
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...
Antoine Pitrou
2017-06-03
6
-2/+190
*
bpo-24899: Add comparison table for os.path -> pathlib (GH-1753)
Jamiel Almeida
2017-06-02
2
-4/+38
*
Fix skipping test_UNC_path on AppVeyor due to a different error being raised ...
Segev Finer
2017-06-02
1
-1/+1
*
bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConso...
Segev Finer
2017-06-02
1
-1/+1
*
bpo-30052: Always regenerate cross-references (#1339)
Nick Coghlan
2017-06-02
2
-2/+16
*
bpo-30245: Fix possible overflow when organize struct.pack_into error message...
Johan Liu
2017-06-02
4
-2/+19
*
bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)
Matthias Bussonnier
2017-06-01
1
-3/+11
*
bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910)
Albert-Jan Nijburg
2017-06-01
1
-1/+1
*
Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)
Eric Snow
2017-06-01
1
-0/+4
[next]