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
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
#17178: merge with 3.3.
Ezio Melotti
2013-02-15
1
-0/+1
|
\
|
*
#17178: merge with 3.2.
Ezio Melotti
2013-02-15
1
-0/+1
|
|
\
|
|
*
#17178: update any()/all() docstrings to document their behavior with empty i...
Ezio Melotti
2013-02-15
1
-0/+1
*
|
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-12
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-12
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-12
1
-0/+1
*
|
|
merge 3.3 (#5289)
Benjamin Peterson
2013-02-04
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
fix find_library on Solaris (closes #5289)
Benjamin Peterson
2013-02-04
1
-0/+1
*
|
|
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Serhiy Storchaka
2013-01-29
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Serhiy Storchaka
2013-01-29
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Serhiy Storchaka
2013-01-29
1
-0/+1
*
|
|
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
Charles-François Natali
2013-01-19
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
Charles-François Natali
2013-01-19
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
Charles-François Natali
2013-01-19
1
-0/+1
*
|
|
Add Ariel to Misc/ACKS
Eli Bendersky
2013-01-13
1
-0/+1
*
|
|
#16154: merge with 3.3.
Ezio Melotti
2013-01-11
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
#16154: merge with 3.2.
Ezio Melotti
2013-01-11
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
#16154: fix some doctests in Doc/library. Patch by Ravi Sinha.
Ezio Melotti
2013-01-11
1
-0/+1
|
|
*
#13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used...
Ezio Melotti
2013-01-11
1
-0/+1
|
*
|
Issue #16076: make _elementtree.Element pickle-able in a way that is compatible
Eli Bendersky
2013-01-10
1
-0/+1
*
|
|
Issue #8109: The ssl module now has support for server-side SNI, thanks to a ...
Antoine Pitrou
2013-01-05
1
-0/+1
*
|
|
The get() and iter() are now able to accept keyword arguments.
Eli Bendersky
2013-01-05
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
The get() and iter() are now able to accept keyword arguments.
Eli Bendersky
2013-01-05
1
-0/+1
*
|
|
Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Co...
Nadeem Vawda
2013-01-02
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #16828: Fix error incorrectly raised by bz2.compress('').
Nadeem Vawda
2013-01-02
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #16828: Fix error incorrectly raised by bz2.compress('').
Nadeem Vawda
2013-01-02
1
-0/+1
*
|
|
Issue #16833: In http.client.HTTPConnection, do not concatenate the request h...
Antoine Pitrou
2013-01-02
1
-0/+1
*
|
|
merge 3.3
Benjamin Peterson
2013-01-02
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
add Tom Tromey to ACKS
Benjamin Peterson
2013-01-02
1
-0/+1
*
|
|
Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3.
Łukasz Langa
2012-12-31
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Merged `parser.clean()` fix (issue #16820) from 3.2.
Łukasz Langa
2012-12-31
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
added Wolfgang Scherer to acknowledgements
Łukasz Langa
2012-12-31
1
-0/+1
*
|
|
Merged fix for #15803 from 3.2 through 3.3
Łukasz Langa
2012-12-31
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Merged fix for #15803 from 3.2
Łukasz Langa
2012-12-31
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Fixes issue #15803: incorrect `ConfigParser.items()` docstring
Łukasz Langa
2012-12-31
1
-0/+1
*
|
|
Issue #16688: Fix backreferences did make case-insensitive regex fail on non-...
Serhiy Storchaka
2012-12-29
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #16688: Fix backreferences did make case-insensitive regex fail on non-...
Serhiy Storchaka
2012-12-29
1
-0/+1
*
|
|
Issue #16443: Add docstrings to regular expression match objects.
Andrew Svetlov
2012-12-23
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #16443: Add docstrings to regular expression match objects.
Andrew Svetlov
2012-12-23
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #16443: Add docstrings to regular expression match objects.
Andrew Svetlov
2012-12-23
1
-0/+1
*
|
|
merge with 3.3
Brett Cannon
2012-12-23
1
-3/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #16752: Add a missing import to modulefinder.
Brett Cannon
2012-12-23
1
-3/+1
*
|
|
Add Ashish Nitin Patil for work on Issue #14901
Brian Curtin
2012-12-17
1
-0/+1
*
|
|
#16664: Add regression tests for glob's behaviour concerning "."-entries
Hynek Schlawack
2012-12-16
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
#16664: Add regression tests for glob's behaviour concerning "."-entries
Hynek Schlawack
2012-12-16
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
#16664: Add regression tests for glob's behaviour concerning "."-entries
Hynek Schlawack
2012-12-16
1
-0/+1
*
|
|
#11175: argparse.FileType now accepts encoding and errors arguments.
Petri Lehtinen
2012-12-15
1
-0/+1
*
|
|
Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...
Antoine Pitrou
2012-12-15
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...
Antoine Pitrou
2012-12-15
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...
Antoine Pitrou
2012-12-15
1
-0/+1
[next]