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
*
bpo-31891: Fix building the curses module on NetBSD. (#4165)
Serhiy Storchaka
2017-10-31
7
-51/+335
*
bpo-31629: Add support.SaveSignals (#4183)
Victor Stinner
2017-10-31
2
-1/+43
*
Remove tiny bit of deadcode from wsgiref.validate (#3996)
Alex Gaynor
2017-10-31
1
-2/+0
*
bpo-31304: Update starmap_async documentation. (GH-4168)
Pablo Galindo
2017-10-30
1
-1/+1
*
bpo-31245: Asyncio unix socket datagram (#3164)
Quentin Dawans
2017-10-30
5
-5/+24
*
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka
2017-10-28
9
-38/+89
*
bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (#4070)
Terry Jan Reedy
2017-10-28
2
-0/+12
*
IDLE -- Restrict shell prompt manipulaton to the shell. (#4143)
Terry Jan Reedy
2017-10-28
3
-24/+19
*
bpo-31860: Make the font sample in the IDLE font configuration dialog editabl...
Serhiy Storchaka
2017-10-28
3
-34/+45
*
faulthandler: use _PyTime_t rather than double for timeout (#4139)
Victor Stinner
2017-10-27
1
-20/+31
*
bpo-31174: Improve the code of test_tools.test_unparse. (#4146)
Serhiy Storchaka
2017-10-27
1
-8/+8
*
bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147)
Erik Bray
2017-10-27
2
-12/+1
*
bpo-31545: Update documentation containing timedelta repr. (GH-3687)
Utkarsh Upadhyay
2017-10-27
1
-6/+6
*
Fix _socket module compilation on Cygwin. (#4137)
Erik Bray
2017-10-27
1
-1/+1
*
bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecy...
Erik Bray
2017-10-27
2
-14/+16
*
Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133)
Arthur Darcet
2017-10-27
1
-4/+4
*
bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812)
Lovesh Harchandani
2017-10-27
1
-1/+1
*
bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)
cocoatomo
2017-10-27
1
-1/+1
*
bpo-28936: Detect lexically first syntax error first (#4097)
Ivan Levkivskyi
2017-10-26
3
-27/+45
*
Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)
Alexander Belopolsky
2017-10-26
5
-5/+74
*
bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)
Vitor Pereira
2017-10-26
4
-0/+10
*
Fix trailing whitespaces in C files. (#4130)
Serhiy Storchaka
2017-10-26
4
-6/+6
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
8
-53/+203
*
bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730)
Ammar Askar
2017-10-26
1
-3/+3
*
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
Serhiy Storchaka
2017-10-26
4
-1780/+1842
*
fixes bpo-31866: remove code pertaining to AtheOS support (#4115)
Benjamin Peterson
2017-10-26
4
-32/+5
*
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
pdox
2017-10-26
6
-11/+15
*
Closes bpo-31800: Support for colon when parsing time offsets (#4015)
Mario Corchero
2017-10-26
5
-13/+84
*
bpo-31664: Fix test_crypt for the openwall implementation of crypt. (#4116)
Serhiy Storchaka
2017-10-25
1
-1/+7
*
bpo-31835: Optimize also FASTCALL using __future__ (#4087)
Victor Stinner
2017-10-25
1
-2/+2
*
remove support for splitting the ceval switch into multiple switches (#4099)
Benjamin Peterson
2017-10-25
1
-10/+0
*
bpo-31845: Fix reading flags from environment (GH-4105)
Nick Coghlan
2017-10-25
4
-45/+82
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
9
-31/+86
*
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...
Serhiy Storchaka
2017-10-24
11
-140/+300
*
Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4()....
Alexander Belopolsky
2017-10-24
4
-28/+94
*
bpo-31664: Add support for the Blowfish method in crypt. (#3854)
Serhiy Storchaka
2017-10-24
5
-31/+104
*
Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096)
Masayuki Yamamoto
2017-10-24
1
-1/+1
*
bpo-30639: Lazily compute repr for error (#2132)
Thomas Kluyver
2017-10-24
3
-2/+13
*
bpo-31174: Fix test_tools.test_unparse (#4102)
Victor Stinner
2017-10-24
2
-2/+16
*
bpo-31812: Add documentation translations to What's New in Python 3.7. (GH-4064)
Julien Palard
2017-10-24
1
-0/+21
*
bpo-31827: Remove os.stat_float_times() (GH-4061)
Victor Stinner
2017-10-24
7
-99/+13
*
bpo-31810: Add smelly.py to check exported symbols (#4057)
Victor Stinner
2017-10-24
3
-3/+82
*
fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066)
Michał Górny
2017-10-24
4
-11/+8
*
bpo-31847: Fix commented out tests in test_syntax. (#4084)
Serhiy Storchaka
2017-10-23
1
-18/+10
*
bpo-31653: Remove deadcode in semlock_acquire() (#4091)
Victor Stinner
2017-10-23
1
-4/+4
*
bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
Christoph Sarnowski
2017-10-23
2
-2/+10
*
bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)
xdegaye
2017-10-23
3
-4/+29
*
bpo-31752: Fix possible crash in timedelta constructor called with custom int...
Serhiy Storchaka
2017-10-23
3
-2/+28
*
bpo-31756: subprocess.run should alias universal_newlines to text (#4049)
andyclegg
2017-10-23
4
-68/+105
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
13
-164/+188
[next]