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-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Tal Einat
2018-07-06
6
-78/+265
*
Doc: Remove superfluous markup. (GH-8112)
Julien Palard
2018-07-06
1
-1/+1
*
Fix GCC warning in Python/hamt.c (GH-7618)
Zackery Spytz
2018-07-06
1
-1/+1
*
bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (G...
Ammar Askar
2018-07-06
3
-24/+60
*
Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127)
Benjamin Peterson
2018-07-06
1
-2/+2
*
bpo-34043: Optimize tarfile uncompress performance (GH-8089)
INADA Naoki
2018-07-06
2
-18/+13
*
versionadded -> versionchanged for all 'X parameter was added' for uniformity...
Sergey Fedoseev
2018-07-06
3
-7/+7
*
Add more detail to the Counter.fromkeys() comment block (GH-8124)
Raymond Hettinger
2018-07-05
1
-2/+7
*
classify abs() argument type (GH-8103)
Windson yang
2018-07-05
1
-1/+2
*
Fix typo in dataclasses documentation (GH-8102)
Artjom
2018-07-05
1
-1/+1
*
bpo-34044: subprocess.Popen copies startupinfo (GH-8090)
Victor Stinner
2018-07-05
3
-0/+47
*
Fix fuzz testing for marshal.loads(). (GH-8106)
Serhiy Storchaka
2018-07-05
1
-4/+5
*
bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)
Serhiy Storchaka
2018-07-05
1
-6/+17
*
Removed unused import from tzinfo_examples.py. (GH-7994)
Sergey Fedoseev
2018-07-05
1
-1/+1
*
Update Stackless Python wiki URL (GH-8072)
Julien Palard
2018-07-05
1
-1/+1
*
Minor code refactoring. Compute len() one fewer times on one code path. (GH-...
Raymond Hettinger
2018-07-04
1
-4/+4
*
DOC: In `reduce`, refer to `accumulate` (GH-7930)
Gerrit Holl
2018-07-04
1
-0/+2
*
bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348)
Farhaan Bukhsh
2018-07-04
1
-5/+6
*
bpo-32942: Fix environment dependent test_script_helper (GH-8034)
Lorenz Mende
2018-07-04
1
-16/+31
*
bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
Victor Stinner
2018-07-04
1
-2/+6
*
bpo-34010: Fix tarfile read performance regression (GH-8020)
hajoscher
2018-07-04
2
-9/+13
*
Make GenericAlias_Type and Generic_Type static. (GH-8076)
Benjamin Peterson
2018-07-04
1
-2/+2
*
Don't export pending_threadfunc from _testcapi. (GH-8075)
Benjamin Peterson
2018-07-04
1
-1/+2
*
bpo-33418: Add tp_clear for function object (GH-8058)
INADA Naoki
2018-07-04
2
-13/+23
*
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
Zackery Spytz
2018-07-03
3
-2/+20
*
bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (...
Sergey Fedoseev
2018-07-03
1
-2/+2
*
bpo-34019: Fix wrong arguments for Opera Browser (#8047)
Bumsik Kim
2018-07-03
3
-12/+13
*
bpo-33735: Fix test_multiprocessing random failure (GH-8059)
Victor Stinner
2018-07-03
1
-3/+3
*
bpo-34006: Revert line length limit for Windows help docs (GH-8051)
Zachary Ware
2018-07-02
2
-0/+6
*
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
Xtreak
2018-07-02
3
-4/+88
*
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
INADA Naoki
2018-07-01
7
-0/+0
*
bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
Tal Einat
2018-06-30
3
-575/+1710
*
Doc: Remove unused image file (GH-8027)
INADA Naoki
2018-06-30
1
-0/+0
*
bpo-25862: Fix several bugs in the _io module. (GH-8026)
Serhiy Storchaka
2018-06-30
2
-8/+17
*
bpo-32568: make select.epoll() and its docs consistent (#7840)
Tal Einat
2018-06-30
4
-14/+34
*
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
Serhiy Storchaka
2018-06-30
3
-1/+44
*
Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)
Jeremy Cline
2018-06-29
1
-3/+0
*
Add zulipchat badge to readme (GH-7929)
Mariatta
2018-06-29
1
-0/+5
*
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Zackery Spytz
2018-06-29
4
-0/+19
*
Fix the indentation in the documentation of bin() and hash() (GH-7998)
Andrés Delfino
2018-06-29
1
-5/+5
*
bpo-14117: Make minor tweaks to turtledemo (GH-8002)
Terry Jan Reedy
2018-06-29
4
-4/+3
*
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov
2018-06-29
3
-6/+33
*
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov
2018-06-28
4
-2/+15
*
bpo-31546: Fix input hook integration (GH-7978)
Thomas A Caswell
2018-06-28
2
-0/+6
*
bpo-32996: Enhancements to What's New based on feedback (GH-7988)
Elvis Pranskevichus
2018-06-28
1
-21/+29
*
Forward port rest of NEWS changes as of 3.7.0
Ned Deily
2018-06-28
7
-1/+2533
*
bpo-33842: Remove tarfile.filemode (GH-7661)
INADA Naoki
2018-06-28
3
-7/+3
*
bpo-33958: Doc: Remove unused variable in example (GH-7927)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-28
1
-1/+1
*
Forward port 3.7.0 final changes
Ned Deily
2018-06-27
53
-2574/+9667
*
bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)
Victor Stinner
2018-06-27
1
-2/+2
[next]