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
...
*
|
Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils...
Andrew Kuchling
2013-11-10
1
-1/+2
*
|
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip
2013-11-15
3
-8/+8
|
\
\
|
|
/
|
*
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip
2013-11-15
3
-8/+8
*
|
Issue #19544 and Issue #6516: Restore support for --user and --group paramete...
Andrew Kuchling
2013-11-15
1
-5/+13
*
|
Issue #17839: mention base64 change in What's New
Nick Coghlan
2013-11-13
1
-0/+8
*
|
Close #17828: better handling of codec errors
Nick Coghlan
2013-11-13
1
-13/+65
*
|
Merge from 3.3
Andrew Kuchling
2013-11-12
3
-4/+4
|
\
\
|
|
/
|
*
Update e-mail address
Andrew Kuchling
2013-11-12
3
-4/+4
*
|
Close #19406: Initial implementation of ensurepip
Nick Coghlan
2013-11-11
6
-2/+169
*
|
Merge with 3.3 for Issue #19544 and Issue #7457
Jason R. Coombs
2013-11-10
1
-0/+42
|
\
\
|
|
/
|
*
Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.di...
Jason R. Coombs
2013-11-10
1
-0/+42
*
|
Issue #16685: Added support for any bytes-like objects in the audioop module.
Serhiy Storchaka
2013-11-10
1
-2/+6
*
|
Merge heads
Serhiy Storchaka
2013-11-10
1
-2/+2
|
\
\
|
*
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to...
Atsuo Ishimoto
2012-07-16
1
-2/+2
*
|
|
Issue #19261: Added support for writing 24-bit samples in the sunau module.
Serhiy Storchaka
2013-11-10
1
-0/+3
|
/
/
*
|
C API doc: try to group concrete objects
Victor Stinner
2013-11-07
1
-7/+15
*
|
Merge #18985: Improve fcntl documentation.
R David Murray
2013-11-07
1
-5/+8
|
\
\
|
|
/
|
*
#18985: Improve fcntl documentation.
R David Murray
2013-11-07
1
-5/+8
*
|
Fix typo in updated dis docs
Nick Coghlan
2013-11-06
1
-1/+1
*
|
Close #19378: address flaws in the new dis module APIs
Nick Coghlan
2013-11-06
1
-18/+23
*
|
doc: fix typo
Victor Stinner
2013-11-06
1
-1/+1
*
|
Issue #10197 Tweak docs for subprocess.getstatusoutput and align the document...
Tim Golden
2013-11-05
1
-3/+3
*
|
Closes #18345: Merged documentation update from 3.3.
Vinay Sajip
2013-11-05
1
-0/+135
|
\
\
|
|
/
|
*
Issue #18345: Added cookbook example illustrating handler customisation.
Vinay Sajip
2013-11-05
1
-0/+135
|
*
Merge
Tim Golden
2013-11-03
1
-6/+10
|
|
\
*
|
|
Fix functools.partialmethod docs and __all__
Nick Coghlan
2013-11-04
1
-2/+2
*
|
|
Note that examples are sorted only for convenience.
Georg Brandl
2013-11-04
1
-0/+3
*
|
|
#18678: Correct names of spwd struct members.
R David Murray
2013-11-04
1
-5/+5
*
|
|
Merge
Tim Golden
2013-11-03
1
-1/+1
|
\
\
\
|
*
\
\
Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object.
R David Murray
2013-11-03
1
-1/+1
|
|
\
\
\
|
|
|
/
/
|
|
*
|
#19411: Clarify that b2a_hex/hexlify returns a bytes object.
R David Murray
2013-11-03
1
-1/+1
*
|
|
|
Issue #10197: Indicate availability of subprocess.get[status]output on Window...
Tim Golden
2013-11-03
1
-6/+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #10197: Indicate availability of subprocess.get[status]output on Window...
Tim Golden
2013-11-03
1
-6/+10
|
|
/
|
*
Issue #19452: Clarify the documentation of iterparse w.r.t. events argument.
Eli Bendersky
2013-10-31
1
-1/+1
*
|
Close #19403: make contextlib.redirect_stdout reentrant
Nick Coghlan
2013-11-03
1
-40/+77
*
|
Issue #4331: Added functools.partialmethod
Nick Coghlan
2013-11-03
2
-2/+61
*
|
#15114: The html.parser module now raises a DeprecationWarning when the stric...
Ezio Melotti
2013-11-02
1
-2/+2
*
|
Issue #19410: Put back in special-casing of '' for
Brett Cannon
2013-11-01
2
-6/+0
*
|
Merged documentation update from 3.3.
Vinay Sajip
2013-10-31
1
-7/+8
|
\
\
|
|
/
|
*
Corrected some incorrect cross-references.
Vinay Sajip
2013-10-31
1
-7/+8
*
|
Issue #19172: Add a get_map() method to selectors.
Charles-François Natali
2013-10-30
1
-0/+8
*
|
merge
Christian Heimes
2013-10-29
1
-1/+1
|
\
\
|
|
/
|
*
fix language
Christian Heimes
2013-10-29
1
-1/+1
*
|
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...
Christian Heimes
2013-10-29
2
-0/+12
|
\
\
|
|
/
|
*
Issue #18747: document issue with OpenSSL's CPRNG state and fork
Christian Heimes
2013-10-29
2
-0/+12
*
|
merge with 3.3
Georg Brandl
2013-10-29
4
-6/+6
|
\
\
|
|
/
|
*
Clarify sentence.
Georg Brandl
2013-10-29
1
-1/+1
|
*
Closes #19416: fix references in the nntplib docs.
Georg Brandl
2013-10-29
1
-3/+3
|
*
Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on...
Georg Brandl
2013-10-29
1
-1/+1
|
*
Fix typo: js_JP is not a valid locale.
Georg Brandl
2013-10-29
1
-1/+1
[prev]
[next]