FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python - binarycook/cpython · GitHub
binarycook
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
master
User selector
Datepicker
Commit history
Commits on May 10, 2017
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
zhangyangyu
authored
2ddf5a1
View commit details
Copy full SHA for 2ddf5a1
View code at this point
Browse repository at this point
Commits on May 9, 2017
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Show description for f93234b
serhiy-storchaka
authored
f93234b
View commit details
Copy full SHA for f93234b
View code at this point
Browse repository at this point
Commits on May 5, 2017
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
Show description for fdaeea6
ma8ma
authored and
vstinner
committed
fdaeea6
View commit details
Copy full SHA for fdaeea6
View code at this point
Browse repository at this point
Commits on May 3, 2017
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
Show description for 1c4670e
vstinner
authored
1c4670e
View commit details
Copy full SHA for 1c4670e
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Show description for bf623ae
serhiy-storchaka
authored
bf623ae
View commit details
Copy full SHA for bf623ae
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700)
Show description for 813f943
serhiy-storchaka
authored
813f943
View commit details
Copy full SHA for 813f943
View code at this point
Browse repository at this point
Commits on Apr 9, 2017
bpo-29951: Include function name for some error messages in `PyArg_ParseTuple*` (#916)
Show description for 64c8f70
MSeifert04
authored and
serhiy-storchaka
committed
64c8f70
View commit details
Copy full SHA for 64c8f70
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887)
Show description for d4edfc9
serhiy-storchaka
authored
d4edfc9
View commit details
Copy full SHA for d4edfc9
View code at this point
Browse repository at this point
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Show description for 762bf40
serhiy-storchaka
authored
762bf40
View commit details
Copy full SHA for 762bf40
View code at this point
Browse repository at this point
bpo-29878: Add global instances of int for 0 and 1. (#852)
serhiy-storchaka
authored
ba85d69
View commit details
Copy full SHA for ba85d69
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
bpo-6532: Make the thread id an unsigned integer. (#781)
Show description for aefa7eb
serhiy-storchaka
authored and
vstinner
committed
aefa7eb
View commit details
Copy full SHA for aefa7eb
View code at this point
Browse repository at this point
Commits on Mar 21, 2017
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741)
Birne94
authored and
methane
committed
d7fa6b2
View commit details
Copy full SHA for d7fa6b2
View code at this point
Browse repository at this point
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
serhiy-storchaka
authored
fff9a31
View commit details
Copy full SHA for fff9a31
View code at this point
Browse repository at this point
bpo-29849: fix a memory leak in import_from (GH-712)
zhangyangyu
authored
4830f58
View commit details
Copy full SHA for 4830f58
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
serhiy-storchaka
authored
80ec836
View commit details
Copy full SHA for 80ec836
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-8256: Fixed possible failing or crashing input() (#517)
Show description for c2cf128
serhiy-storchaka
authored
c2cf128
View commit details
Copy full SHA for c2cf128
View code at this point
Browse repository at this point
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
serhiy-storchaka
authored
202fda5
View commit details
Copy full SHA for 202fda5
View code at this point
Browse repository at this point
bpo-20185: Convert the marshal module to Argument Clinic. (#541)
Show description for 0767ad4
serhiy-storchaka
authored
0767ad4
View commit details
Copy full SHA for 0767ad4
View code at this point
Browse repository at this point
bpo-29746: Update marshal docs to Python 3. (#547)
serhiy-storchaka
authored
c611a5b
View commit details
Copy full SHA for c611a5b
View code at this point
Browse repository at this point
Commits on Mar 11, 2017
bpo-29770: remove outdated PYO related info (GH-590)
zhangyangyu
authored
0710d75
View commit details
Copy full SHA for 0710d75
View code at this point
Browse repository at this point
Commits on Mar 9, 2017
bpo-29619: Convert st_ino using unsigned integer (#557)
Show description for 0f6d733
vstinner
authored
0f6d733
View commit details
Copy full SHA for 0f6d733
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_FromLong(1). (#567)
serhiy-storchaka
authored
370fd20
View commit details
Copy full SHA for 370fd20
View code at this point
Browse repository at this point
Commits on Mar 7, 2017
bpo-29676: fix lsprof can't profile C method call. (GH523)
Show description for 93fac8d
methane
authored
93fac8d
View commit details
Copy full SHA for 93fac8d
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
bpo-27593: Get SCM build info from git instead of hg. (#446)
Show description for 5c4b0d0
ned-deily
authored
5c4b0d0
View commit details
Copy full SHA for 5c4b0d0
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
1st1
authored
398ff91
View commit details
Copy full SHA for 398ff91
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
bpo-29655: Fixed possible reference leaks in `import *`. (#301)
Show description for 160edb4
Carreau
authored and
serhiy-storchaka
committed
160edb4
View commit details
Copy full SHA for 160edb4
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249)
Show description for 4c78c52
methane
authored
4c78c52
View commit details
Copy full SHA for 4c78c52
View code at this point
Browse repository at this point
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#51)
Show description for d7e6433
mjpieters
authored and
serhiy-storchaka
committed
d7e6433
View commit details
Copy full SHA for d7e6433
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
bpo-29463: Add docstring field to some AST nodes. (#46)
Show description for cb41b27
methane
authored and
vstinner
committed
cb41b27
View commit details
Copy full SHA for cb41b27
View code at this point
Browse repository at this point
bpo-29546: Improve from-import error message with location (#103)
Show description for 1bc1564
Carreau
authored and
warsaw
committed
1bc1564
View commit details
Copy full SHA for 1bc1564
View code at this point
Browse repository at this point
Commits on Feb 21, 2017
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202)
MatthieuDartiailh
authored and
serhiy-storchaka
committed
3a9ac82
View commit details
Copy full SHA for 3a9ac82
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
bpo-29556: Remove unused #include <langinfo.h> (#98)
Show description for 72e81d0
Yen Chi Hsuan
authored and
vstinner
committed
72e81d0
View commit details
Copy full SHA for 72e81d0
View code at this point
Browse repository at this point
bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)
Carreau
authored and
brettcannon
committed
bc4bed4
View commit details
Copy full SHA for bc4bed4
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
bpo-29524: Add Objects/call.c file (#12)
Show description for c22bfaa
vstinner
authored
c22bfaa
View commit details
Copy full SHA for c22bfaa
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL