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
*
Remove duplicate "Reference Guide" in optparse.rst. (GH-10372)
Andrés Delfino
2018-11-07
1
-1/+1
*
bpo-33000: Document that IDLE's shell has no line limit. (#10373)
Terry Jan Reedy
2018-11-07
3
-10/+27
*
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner
2018-11-06
7
-46/+54
*
bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connectio...
Alexander Buchkovsky
2018-11-06
2
-10/+21
*
bpo-23220: Explain how IDLE's Shell displays output (GH-10356)
Terry Jan Reedy
2018-11-06
3
-23/+91
*
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
Victor Stinner
2018-11-06
4
-149/+164
*
closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems...
Alexey Izbyshev
2018-11-06
1
-1/+1
*
bpo-35099: Update idlelib/help.html (#10353)
Terry Jan Reedy
2018-11-06
1
-16/+26
*
bpo-35099: Improve the doc about IDLE running user code. (#10350)
Terry Jan Reedy
2018-11-06
2
-17/+29
*
bpo-35119: Fix RecursionError in example of customizing module attribute acce...
Denis Osipov
2018-11-06
1
-1/+1
*
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
Rémi Lapeyre
2018-11-06
10
-24/+346
*
[Docs] Fix required version of an example of importlib (GH-10118)
E Kawashima
2018-11-05
1
-1/+1
*
Fix possible crashes in pwdmodule.c. (GH-10331)
Zackery Spytz
2018-11-05
1
-0/+2
*
bpo-35167: Specify program for gzip and json.tool command line options. (GH-1...
Serhiy Storchaka
2018-11-05
2
-0/+6
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
26
-40/+38
*
bpo-32512: Add -m option to profile for profiling modules (#5132)
Mario Corchero
2018-11-05
5
-27/+42
*
closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)
Max Bélanger
2018-11-04
6
-22/+160
*
bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614)
Julien Palard
2018-11-04
3
-2/+54
*
bpo-9842: Add cross-reference to the ellipsis object (GH-4063)
Pablo Galindo
2018-11-04
1
-4/+8
*
bpo-35118: Improve docs regarding indexing (GH-10265)
Windson yang
2018-11-04
2
-4/+5
*
bpo-10536: Enhancements to gettext docs (GH-10324)
Stéphane Wirtel
2018-11-04
2
-23/+24
*
bpo-31887: Adds documentations for special multipart/signed handling (GH-4268)
Saptak Sengupta
2018-11-04
1
-0/+4
*
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...
Lysandros Nikolaou
2018-11-04
3
-0/+10
*
Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423)
Adrian Liaw
2018-11-04
2
-4/+7
*
bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-...
Stéphane Wirtel
2018-11-04
1
-0/+1
*
bpo-35161: Fix stack-use-after-scope in grp.getgr{nam,gid} and pwd.getpw{nam,...
Alexey Izbyshev
2018-11-04
2
-4/+8
*
Explain that the orderness of the result of glob is system-dependant (GH-6587)
Elena Oat
2018-11-04
1
-1/+2
*
Doc: -W flag for sphinx-build can be disabled (GH-10303)
Julien Palard
2018-11-03
1
-2/+3
*
bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)
Stéphane Wirtel
2018-11-03
4
-14/+63
*
Fix a typo about a comma. (GH-10306)
İsmail Arılık
2018-11-03
1
-1/+1
*
bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)
Alexey Izbyshev
2018-11-02
1
-3/+3
*
bpo-29341: Clarify that path-like objects are accepted in some os methods (GH...
BNMetrics
2018-11-02
3
-31/+33
*
bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290)
Christopher Thorne
2018-11-02
2
-5/+26
*
closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ...
Max Bélanger
2018-11-02
2
-1/+2
*
Simplify sys.breakpointhook implementation (#9519)
Anthony Sottile
2018-11-01
1
-9/+1
*
bpo-35075: Fix broken url in the pprint documentation (GH-10201)
Pablo Galindo
2018-11-01
2
-121/+150
*
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
Christopher Thorne
2018-11-01
8
-22/+416
*
bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268)
Pablo Aguiar
2018-11-01
5
-6/+6
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
17
-110/+150
*
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner
2018-11-01
9
-20/+17
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
20
-104/+144
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
78
-137/+138
*
bpo-26558: Fix Py_FatalError() with GIL released (GH-10267)
Victor Stinner
2018-10-31
1
-10/+25
*
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner
2018-10-31
10
-10/+20
*
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Xiang Zhang
2018-10-31
3
-1/+13
*
bpo-35110: Fix yet few spaces before dashes. (GH-10255)
Serhiy Storchaka
2018-10-31
2
-4/+4
*
Fix a possible crash in range.__reversed__(). (GH-10252)
Zackery Spytz
2018-10-31
1
-0/+1
*
bpo-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
11
-91/+17
*
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka
2018-10-31
34
-124/+128
*
bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10247)
matthewbelisle-wf
2018-10-30
1
-2/+16
[next]