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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #9542: Create PyUnicode_FSDecoder() function
Victor Stinner
2010-08-13
1
-3/+9
*
Create _Py_wchar2char() function, reverse of _Py_char2wchar()
Victor Stinner
2010-08-13
1
-0/+3
*
Reimplement addbuilddir() in C inside getpath.c, so as to execute it
Antoine Pitrou
2010-08-13
1
-1/+2
*
De-duplicate contents of pytime.h
Antoine Pitrou
2010-08-13
1
-35/+0
*
Issue #9425: Create PyErr_WarnFormat() function
Victor Stinner
2010-08-13
1
-0/+1
*
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
Alexander Belopolsky
2010-08-11
1
-0/+10
*
Issue #9425: create Py_UNICODE_strrchr() function
Victor Stinner
2010-08-10
1
-0/+4
*
correct comment
Benjamin Peterson
2010-08-09
1
-1/+1
*
Issue #477863: Print a warning at shutdown if gc.garbage is not empty.
Antoine Pitrou
2010-08-08
1
-0/+1
*
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
Alexander Belopolsky
2010-08-05
2
-0/+71
*
Issue #9337: Make float.__str__ identical to float.__repr__.
Mark Dickinson
2010-08-04
1
-6/+0
*
Post-release updates.
Georg Brandl
2010-07-31
1
-1/+1
*
Bump versions and review NEWS file.
Georg Brandl
2010-07-31
1
-2/+2
*
revert unintended changes
Benjamin Peterson
2010-07-20
2
-2/+0
*
move test_trace.py so as not to conflict with future tests for the trace module
Benjamin Peterson
2010-07-20
2
-0/+2
*
Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide
Stefan Krah
2010-07-19
1
-6/+1
*
make struct sequences subclass tuple; kill lots of code
Benjamin Peterson
2010-07-07
1
-8/+3
*
Issue #9089: Remove references to intobject.c and intobject.h from comments.
Mark Dickinson
2010-06-27
1
-1/+1
*
#9078: fix some Unicode C API descriptions, in comments and docs.
Georg Brandl
2010-06-27
1
-6/+6
*
Add specification for the Py_IS* macros in pyctype.h.
Stefan Krah
2010-06-24
1
-0/+3
*
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
Victor Stinner
2010-06-17
1
-6/+6
*
Fix naming inconsistency.
Mark Dickinson
2010-06-07
1
-2/+2
*
Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_Near
Mark Dickinson
2010-05-26
1
-0/+8
*
Issue #8188: Introduce a new scheme for computing hashes of numbers
Mark Dickinson
2010-05-23
1
-0/+14
*
Merged revisions 81398 via svnmerge from
Antoine Pitrou
2010-05-21
1
-0/+1
*
Issue #8589: Decode PYTHONWARNINGS environment variable with the file system
Victor Stinner
2010-05-19
1
-0/+1
*
rephrase
Benjamin Peterson
2010-05-15
1
-2/+2
*
Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
Victor Stinner
2010-05-15
1
-0/+10
*
Issue #8711: Document PyUnicode_DecodeFSDefault*() functions
Victor Stinner
2010-05-14
1
-8/+12
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
15
-1443/+1443
*
alias PyUnicode_CompareWithASCII
Benjamin Peterson
2010-05-07
1
-0/+2
*
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin
2010-05-03
4
-2/+685
*
prevent the dict constructor from accepting non-string keyword args #8419
Benjamin Peterson
2010-04-24
2
-0/+2
*
Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,
Victor Stinner
2010-04-22
1
-2/+2
*
Merged revisions 80178 via svnmerge from
Ronald Oussoren
2010-04-18
1
-1/+10
*
Move _Py_char2wchar from python.c to main.c.
Ronald Oussoren
2010-04-18
1
-1/+1
*
Fix the --with-cxx-main build.
Collin Winter
2010-04-17
1
-0/+6
*
PEP 3147
Barry Warsaw
2010-04-17
1
-0/+3
*
Issue #7316: the acquire() method of lock objects in the :mod:`threading`
Antoine Pitrou
2010-04-14
1
-0/+35
*
#7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values
Philip Jenvey
2010-04-14
1
-0/+3
*
Merged revisions 79555 via svnmerge from
Antoine Pitrou
2010-04-01
1
-4/+0
*
Merged revisions 79060 via svnmerge from
Collin Winter
2010-03-18
1
-0/+1
*
Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946).
Gregory P. Smith
2010-03-14
1
-3/+3
*
* Replaces the internals of the subprocess module from fork through exec on
Gregory P. Smith
2010-03-14
3
-0/+23
*
Merged revisions 78638 via svnmerge from
Victor Stinner
2010-03-03
1
-0/+2
*
Merged revisions 78393 via svnmerge from
Amaury Forgeot d'Arc
2010-02-24
1
-9/+0
*
Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strto...
Eric Smith
2010-02-22
1
-3/+0
*
Merged revisions 78189 via svnmerge from
Mark Dickinson
2010-02-14
1
-4/+4
*
Merged revisions 77842 via svnmerge from
Mark Dickinson
2010-01-30
1
-0/+1
*
Merged revisions 77581 via svnmerge from
Antoine Pitrou
2010-01-17
1
-1/+1
[next]