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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
faulthandler: add missing include, pthread.h, for FreeBSD 6
Victor Stinner
2011-06-29
1
-0/+4
*
merge 3.2
Benjamin Peterson
2011-06-27
1
-1/+1
|
\
|
*
Fix closes issue 11568 - update select.epoll.register docstring with mention ...
Senthil Kumaran
2011-06-27
1
-1/+1
*
|
Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.
Ross Lagerwall
2011-06-25
1
-1/+153
*
|
Merge with 3.2 (Issue #12404).
Ross Lagerwall
2011-06-25
1
-1/+2
|
\
\
|
|
/
|
*
Issue 12404: Remove C89 incompatible code from mmap module.
Ross Lagerwall
2011-06-25
1
-1/+2
*
|
Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the
Victor Stinner
2011-06-20
1
-26/+19
*
|
calculate_path() decodes the PYTHONPATH environment variable from the locale
Victor Stinner
2011-06-20
1
-7/+9
*
|
(Merge 3.2) posixmodule.c: fix function name in argument parsing
Victor Stinner
2011-06-17
1
-9/+9
|
\
\
|
|
/
|
*
posixmodule.c: fix function name in argument parsing
Victor Stinner
2011-06-17
1
-22/+22
*
|
Merge 3.2 - update to the fix for #12084
Brian Curtin
2011-06-14
1
-10/+11
|
\
\
|
|
/
|
*
Correct completely broken os.stat behavior on Windows XP.
Brian Curtin
2011-06-14
1
-10/+11
|
*
branch merge?
Brian Curtin
2011-06-13
1
-0/+40
|
|
\
*
|
\
branch merge
Brian Curtin
2011-06-13
1
-95/+142
|
\
\
\
|
*
\
\
Merge from 3.2 for Issue #12084.
Brian Curtin
2011-06-13
1
-95/+142
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.
Brian Curtin
2011-06-13
1
-96/+143
*
|
|
|
Issue #12287: In ossaudiodev, check that the device isn't closed in several
Charles-François Natali
2011-06-11
1
-0/+91
*
|
|
|
Issue #9344: Add os.getgrouplist().
Ross Lagerwall
2011-06-10
1
-0/+67
*
|
|
|
Issue #8407: signal.sigwait() releases the GIL
Victor Stinner
2011-06-09
1
-0/+2
*
|
|
|
Merge 3.2
Brian Curtin
2011-06-09
1
-1/+4
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Correction to 88e318166eaf - Issue #11583
Brian Curtin
2011-06-09
1
-1/+4
*
|
|
|
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
Brian Curtin
2011-06-08
1
-0/+37
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
Brian Curtin
2011-06-08
1
-0/+37
|
|
|
/
|
|
/
|
*
|
|
Issue #12021: Make mmap's read() method argument optional. Patch by Petri
Charles-François Natali
2011-06-08
1
-2/+24
*
|
|
Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
Antoine Pitrou
2011-06-08
1
-16/+374
*
|
|
Revert a reversed comparison order introduced in r70695.
Brett Cannon
2011-06-08
1
-1/+1
*
|
|
Remove a redundant assignment.
Brett Cannon
2011-06-07
1
-1/+1
*
|
|
Checking if an unsigned long is < 0 is pointless.
Brett Cannon
2011-06-07
1
-3/+3
*
|
|
Remove some extraneous parentheses and swap the comparison order to
Brett Cannon
2011-06-07
1
-1/+1
*
|
|
Issue #12196: Make os.pipe2() flags argument mandatory.
Charles-François Natali
2011-06-06
1
-8/+9
|
|
/
|
/
|
*
|
always clear parser error
Benjamin Peterson
2011-06-06
1
-1/+1
*
|
merge heads.
Gregory P. Smith
2011-06-05
20
-133/+288
|
\
\
|
*
|
only clear the parser error if it's set (closes #12264)
Benjamin Peterson
2011-06-05
1
-2/+3
|
*
|
(Merge 3.2) Issue #12016: Reindent decoders of HK and JP codecs
Victor Stinner
2011-06-03
2
-51/+52
|
|
\
\
|
|
|
/
|
|
*
Issue #12016: Reindent decoders of HK and JP codecs
Victor Stinner
2011-06-03
2
-51/+52
|
*
|
Merge 3.2
Éric Araujo
2011-06-01
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Branch merge
Éric Araujo
2011-06-01
1
-1/+1
|
|
|
\
|
|
|
*
Fix error message to use the Python name instead of the C name
Éric Araujo
2011-05-31
1
-1/+1
|
|
*
|
merge 3.1
Benjamin Peterson
2011-06-01
1
-1/+1
|
|
|
\
\
|
|
|
*
|
return NULL on error
Benjamin Peterson
2011-06-01
1
-1/+1
|
*
|
|
|
merge 3.2
Benjamin Peterson
2011-06-01
1
-0/+2
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
be extra careful with a borrowed reference when the GIL could be released (cl...
Benjamin Peterson
2011-06-01
1
-0/+2
|
*
|
|
|
remove __version__s dependent on subversion keyword expansion (closes #12221)
Benjamin Peterson
2011-06-01
1
-5/+0
|
*
|
|
|
merge 3.2 (#12221)
Benjamin Peterson
2011-06-01
1
-21/+5
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
merge 3.1 (#12221)
Benjamin Peterson
2011-06-01
1
-21/+5
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
|
/
|
|
|
|
/
|
|
|
/
|
|
|
|
*
simply use the Python version for pyexpat.__version__ #12221
Benjamin Peterson
2011-05-31
1
-21/+5
|
|
*
|
Issue #12090: backport 79fcd71d0356
Stefan Krah
2011-05-25
1
-0/+6
|
*
|
|
Close #12229: Remove an unused argument of _bufferedreader_peek_unlocked(),
Victor Stinner
2011-05-31
1
-3/+3
|
*
|
|
Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls
Victor Stinner
2011-05-30
1
-4/+10
|
*
|
|
Issue #12196: Add pipe2() to the os module.
Charles-François Natali
2011-05-29
1
-0/+28
[next]