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
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37526: Add support.catch_threading_exception() (GH-14664)
Victor Stinner
2019-07-09
1
-0/+33
*
Doc: Fix example title. (GH-14639)
Julien Palard
2019-07-08
1
-1/+1
*
Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)
Julien Palard
2019-07-08
1
-1/+1
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-0/+11
*
bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)
Hai Shi
2019-07-07
1
-1/+1
*
bpo-37478: Add missing 'and'. (GH-14631)
Terry Jan Reedy
2019-07-07
1
-1/+1
*
bpo-37478: Specify possible exceptions for os.chdir() (GH-14611)
Kyle Stanley
2019-07-07
1
-0/+3
*
bpo-37456: Slash ('/') is now part of syntax. (GH-14627)
Terry Jan Reedy
2019-07-06
1
-4/+0
*
bpo-37487: Fix PyList_GetItem index description. (GH-14623)
Terry Jan Reedy
2019-07-06
1
-3/+3
*
bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)
Tal Einat
2019-07-06
1
-0/+4
*
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Terry Jan Reedy
2019-07-06
1
-2/+2
*
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
Hai Shi
2019-07-06
1
-1/+1
*
bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)
Victor Stinner
2019-07-05
3
-0/+16
*
Use OSError subclasses in os documentation (GH-14262)
Tim Hoffmann
2019-07-05
1
-17/+24
*
bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__...
thatneat
2019-07-04
1
-3/+5
*
bpo-37266: Add bpo number to the What's New entry (GH614584)
Victor Stinner
2019-07-04
1
-0/+1
*
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
Jeroen Demeyer
2019-07-04
1
-1/+1
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-0/+11
*
bpo-37459: importlib docs improperly reference get_resource_loader() (#14568)
aldwinaldwin
2019-07-04
1
-1/+1
*
Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567)
ILJI CHOI
2019-07-03
1
-1/+1
*
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
Hai Shi
2019-07-03
1
-1/+1
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower
2019-07-01
3
-9/+31
*
bpo-37470: Document more clearly the error handling for QueueHandler.emit(). ...
Vinay Sajip
2019-07-01
1
-1/+6
*
bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListe...
Vinay Sajip
2019-07-01
1
-8/+13
*
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Victor Stinner
2019-07-01
1
-0/+7
*
bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503)
Pierre Glaser
2019-07-01
1
-0/+14
*
bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)
Miro HronĨok
2019-07-01
1
-2/+2
*
bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHan...
Vinay Sajip
2019-07-01
2
-10/+12
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
3
-11/+34
*
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)
Christian Heimes
2019-07-01
1
-0/+5
*
bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)
Krishna Oza
2019-07-01
1
-1/+1
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Andrew Svetlov
2019-06-30
2
-17/+71
*
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
tmblweed
2019-06-30
1
-0/+3
*
Make StreamHandler.terminator more discoverable (GH-14359)
Andre Delfino
2019-06-29
1
-7/+11
*
Fix indentation in logging.handlers.setStream (GH-14358)
Andre Delfino
2019-06-29
1
-2/+1
*
bpo-37403: Touch up venv docs (GH-14458)
Brett Cannon
2019-06-28
2
-7/+20
*
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer
2019-06-28
1
-0/+22
*
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
Hai Shi
2019-06-28
1
-1/+1
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
29
-102/+255
*
bpo-37376: pprint support for SimpleNamespace (GH-14318)
Carl Bordum Hansen
2019-06-26
2
-0/+9
*
bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. ...
Serhiy Storchaka
2019-06-26
1
-1/+1
*
bpo-37414: Remove sys.callstats() (GH-14398)
Victor Stinner
2019-06-26
1
-0/+5
*
Improve Windows commands in tutorial (GH-14379)
Steve Dower
2019-06-26
2
-12/+10
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Victor Stinner
2019-06-26
2
-0/+10
*
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner
2019-06-25
3
-0/+30
*
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
2019-06-25
1
-0/+8
*
bpo-37392: Update the dir(sys) in module tutorial (GH-14365)
Xtreak
2019-06-25
1
-16/+20
*
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
Pablo Galindo
2019-06-25
1
-1/+1
*
bpo-35224: Add What's new entry for evaluation order in dict comprehensions (...
Pablo Galindo
2019-06-25
1
-0/+8
*
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner
2019-06-25
2
-23/+5
[next]