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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Branch merge
Éric Araujo
2011-07-29
1
-0/+10
|
\
|
*
Remove indirection in threading (issue #10968).
Éric Araujo
2011-07-27
1
-0/+7
|
*
Add shlex.quote function, to escape filenames and command lines (#9723).
Éric Araujo
2011-07-27
1
-1/+4
*
|
Issue 12514: Use try/finally to assure that timeit restores GC when done.
Raymond Hettinger
2011-07-29
2
-0/+4
|
\
\
|
*
|
Issue 12514: Use try/finally to assure that timeit restores GC when done.
Raymond Hettinger
2011-07-29
2
-0/+4
*
|
|
Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.
Eli Bendersky
2011-07-29
1
-1/+6
*
|
|
Issue 12647: Add __bool__() method to the None object.
Raymond Hettinger
2011-07-28
1
-0/+4
*
|
|
Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
Charles-François Natali
2011-07-27
1
-0/+2
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
Charles-François Natali
2011-07-27
1
-0/+2
*
|
Issue #12607: Merge with 3.2.
Ross Lagerwall
2011-07-27
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
Ross Lagerwall
2011-07-27
1
-0/+3
*
|
Issue #12590: IDLE editor window now always displays the first line
Ned Deily
2011-07-27
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12590: IDLE editor window now always displays the first line
Ned Deily
2011-07-27
1
-0/+3
*
|
merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which ...
Senthil Kumaran
2011-07-27
1
-0/+3
|
\
\
|
|
/
|
*
Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o...
Senthil Kumaran
2011-07-27
1
-0/+3
*
|
Issue #10639: reindent.py tool now accepts a --newline option to specify the ...
Jason R. Coombs
2011-07-26
1
-0/+1
*
|
Merge with 3.2 Issue #10639: reindent.py should not convert newlines.
Jason R. Coombs
2011-07-26
1
-1/+4
|
\
\
|
|
/
|
*
Fixes #10639: reindent.py should not convert newlines
Jason R. Coombs
2011-07-26
1
-0/+6
*
|
Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by
Charles-François Natali
2011-07-25
1
-0/+1
*
|
Issue #12102: Merge with 3.2.
Ross Lagerwall
2011-07-25
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12102: Document that buffered files must be flushed before being used
Ross Lagerwall
2011-07-25
1
-0/+3
*
|
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
Charles-François Natali
2011-07-24
2
-0/+3
|
\
\
|
|
/
|
*
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
Charles-François Natali
2011-07-24
2
-0/+3
*
|
Add a test for issue #1813: getlocale() failing under a Turkish locale
Antoine Pitrou
2011-07-24
1
-0/+2
|
\
\
|
|
/
|
*
Issue #1813: Fix codec lookup under Turkish locales.
Antoine Pitrou
2011-07-24
1
-0/+2
*
|
Issue #12624: It is now possible to fail after the first failure when
Antoine Pitrou
2011-07-23
1
-0/+5
|
\
\
|
|
/
|
*
Issue #12624: It is now possible to fail after the first failure when
Antoine Pitrou
2011-07-23
1
-0/+5
*
|
Issue #12591: Improve support of "universal newlines" in the subprocess
Antoine Pitrou
2011-07-23
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12591: Improve support of "universal newlines" in the subprocess
Antoine Pitrou
2011-07-23
1
-0/+3
*
|
Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without
Antoine Pitrou
2011-07-23
1
-0/+4
|
\
\
|
|
/
|
*
Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without
Antoine Pitrou
2011-07-23
1
-0/+4
*
|
Add Misc/NEWS entry for d68765bd6490.
Nadeem Vawda
2011-07-23
1
-0/+2
|
\
\
|
|
/
|
*
Add Misc/NEWS entry for c741ba9e37ef.
Nadeem Vawda
2011-07-23
1
-0/+2
|
*
Issue #12592: Make Python build on OpenBSD 5 (and future major releases).
Charles-François Natali
2011-07-22
1
-0/+2
*
|
Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major
Charles-François Natali
2011-07-22
1
-0/+2
*
|
merge 3.2
Benjamin Peterson
2011-07-22
1
-0/+3
|
\
\
|
|
/
|
*
type check AST strings and identifiers
Benjamin Peterson
2011-07-22
1
-0/+3
*
|
Merge - Issue #12372: POSIX semaphores are broken on AIX: don't use them.
Charles-François Natali
2011-07-21
1
-0/+2
|
\
\
|
|
/
|
*
Issue #12372: POSIX semaphores are broken on AIX: don't use them.
Charles-François Natali
2011-07-21
1
-0/+2
|
*
Upstream merge
Barry Warsaw
2011-07-19
1
-2/+9
|
|
\
*
|
|
Issue #12551: Provide a get_channel_binding() method on SSL sockets so as
Antoine Pitrou
2011-07-20
2
-0/+7
*
|
|
#665194: support roundtripping RFC2822 date stamps in the email.utils module
R David Murray
2011-07-20
1
-0/+3
*
|
|
Upstream merge.
Barry Warsaw
2011-07-19
2
-0/+8
|
\
\
\
|
*
\
\
Issue #12587: Correct faulty test file and reference in test_tokenize.
Ned Deily
2011-07-19
2
-0/+4
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #12587: Correct faulty test file and reference in test_tokenize.
Ned Deily
2011-07-19
2
-0/+4
|
*
|
|
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
Antoine Pitrou
2011-07-19
1
-0/+4
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
Antoine Pitrou
2011-07-19
1
-0/+4
*
|
|
|
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
Barry Warsaw
2011-07-19
1
-2/+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
Barry Warsaw
2011-07-19
1
-2/+9
|
|
/
*
|
Merge #7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
1
-0/+3
|
\
\
|
|
/
[next]