Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
49379c05cd11ae075acf6e84824594bad785ef32
49379c0
mention new MLSD support for ftplib in 3.3 whatsnew
by Giampaolo Rodola'
· 12 years ago
15c8849
fix contextlib.ExitStack typo in 3.3's whatsnew.rst
by Giampaolo Rodola'
· 12 years ago
3095f47
raise a ValueError instead of an AssertionError when pool is an invalid state
by Benjamin Peterson
· 12 years ago
3331a20
merge 3.2
by Benjamin Peterson
· 12 years ago
1654d74
switch assertion to an explicit ValueError
by Benjamin Peterson
· 12 years ago
a820c7c
fix test_compileall when run with -O[O]
by Benjamin Peterson
· 12 years ago
8b7ebaf
merge heads
by Benjamin Peterson
· 12 years ago
feaa54f
don't depend on __debug__ because it's baked in at freeze time (issue #16046)
by Benjamin Peterson
· 12 years ago
ee830e0
Merge.
by Stefan Krah
· 12 years ago
6b6a1df
Restore the benchmark order to avoid waiting for decimal.py if just the
by Stefan Krah
· 12 years ago
d79ac0f
merge 3.2
by Benjamin Peterson
· 12 years ago
d388c4e
use modern conditional syntax
by Benjamin Peterson
· 12 years ago
296b21a
merge
by Barry Warsaw
· 12 years ago
d09a05e
Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry.
by Barry Warsaw
· 12 years ago
1dedd0a
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
by Barry Warsaw
· 12 years ago
6cf50c5
Fix whitespace.
by Brett Cannon
· 12 years ago
63092fe
Fix whitespace.
by Brett Cannon
· 12 years ago
d266c44
Make the decimal bench file run under Python 2.7.
by Brett Cannon
· 12 years ago
dbe5088
Issue #16015: Merge and update from 3.2.
by Chris Jerdonek
· 12 years ago
df12f2b
Issue #16015: Make welcome message more realistic in tutorial example.
by Chris Jerdonek
· 12 years ago
49d1302
merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
by Senthil Kumaran
· 12 years ago
67b7b98
Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
by Senthil Kumaran
· 12 years ago
9118a79
Issue #16015: Merge fix from 3.2.
by Chris Jerdonek
· 12 years ago
9bb56a6
Issue #16015: Fix NameError doctest example in tutorial introduction.
by Chris Jerdonek
· 12 years ago
6447b92
Close #16022: What's New in Python 3.3 document is no more at beta stage
by Victor Stinner
· 12 years ago
33d8ce1
Issue #14167: merge fix from 3.2 branch.
by Mark Dickinson
· 12 years ago
05ee581
Issue #14167: restore statement about breaks in finally clauses.
by Mark Dickinson
· 12 years ago
f8a2865
#16019, #16020: merge with 3.2.
by Ezio Melotti
· 12 years ago
8618fb6
#16019, #16020: fix syntax highlight.
by Ezio Melotti
· 12 years ago
5799a2d
#16017: merge with 3.2.
by Ezio Melotti
· 12 years ago
c926c59
#16017: capitalize URLs.
by Ezio Melotti
· 12 years ago
0ce2225
#16014: merge with 3.2.
by Ezio Melotti
· 12 years ago
4f24af0
#16014: fix broken link.
by Ezio Melotti
· 12 years ago
22340be
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
by Christian Heimes
· 12 years ago
e26d3af
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
by Christian Heimes
· 12 years ago
b5f91d7
Merge with 3.3.0 release clone.
by Georg Brandl
· 12 years ago
f248717
Post-release updates.
by Georg Brandl
· 12 years ago
a1f7655
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
by Antoine Pitrou
· 12 years ago
6f80f5d
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
by Antoine Pitrou
· 12 years ago
5011244
Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation.
by Nadeem Vawda
· 12 years ago
667a13b
Fix indentation of examples in lzma module documentation.
by Nadeem Vawda
· 12 years ago
700765f
Added tag v3.3.0rc3 for changeset c191d21cefaf
by Georg Brandl
· 12 years ago
8506d35
Bump to 3.3.0rc3.
by Georg Brandl
· 12 years ago
6147515
Add news entries for recent changes.
by Georg Brandl
· 12 years ago
fd0ddab
GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)
by Christian Heimes
· 12 years ago
ab816b5
GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)
by Christian Heimes
· 12 years ago
3b9493b
Use C-style comments for C89 / ANSI C compatibility
by Christian Heimes
· 12 years ago
b8cd700
Use C-style comments for C89 / ANSI C compatibility
by Christian Heimes
· 12 years ago
91ceece
Use C-style comments (required for the AIX build slave).
by Stefan Krah
· 12 years ago
a4b4dea
Use C-style comments (required for the AIX build slave).
by Stefan Krah
· 12 years ago
7e6523f
Use C-style comments.
by Stefan Krah
· 12 years ago
f817a7b
Use C-style comments.
by Stefan Krah
· 12 years ago
2b7a71d
#15949, #15899: merge with 3.2.
by Ezio Melotti
· 12 years ago
20b8d99
#15949, #15899: use \ufffd instead of ?.
by Ezio Melotti
· 12 years ago
707bce4
Issue #15969: Fix the issue number in Misc/NEWS
by Victor Stinner
· 12 years ago
a3ff101
Issue #5969: faulthandler module: rename dump_tracebacks_later() to
by Victor Stinner
· 12 years ago
752a224
#15925: fix regression: return None for null and non-date strings.
by R David Murray
· 12 years ago
fb436c4
#15949, 15899: merge with 3.2.
by Ezio Melotti
· 12 years ago
b1d0e5b
#15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-pdf`).
by Ezio Melotti
· 12 years ago
a867ed5
Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes.
by Larry Hastings
· 12 years ago
bf84bba
Mention that "defaults" can be None for inspect.getfullargspec.
by Larry Hastings
· 12 years ago
88950fb
Add What's New entries for some minor work I did in 3.3.
by Larry Hastings
· 12 years ago
f82b937
#15421: merge with 3.2.
by Ezio Melotti
· 12 years ago
85710a4
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier.
by Ezio Melotti
· 12 years ago
050a61f
#15304: merge with 3.2.
by Ezio Melotti
· 12 years ago
e418d76
#15304: fix wrong warning message in test.support.temp_cwd().
by Ezio Melotti
· 12 years ago
8b15ee0
#15980: merge with 3.2.
by Ezio Melotti
· 12 years ago
0847db7
#15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
by Ezio Melotti
· 12 years ago
7d5a8d7
null merge
by doko@ubuntu.com
· 12 years ago
98b1c44
- Issue #11715: Fix multiarch detection without having Debian development
by doko@ubuntu.com
· 12 years ago
61cdcf5
merge 3.2
by Benjamin Peterson
· 12 years ago
f8a9a83
remove gdb noise about linux-vdso
by Benjamin Peterson
· 12 years ago
7926af5
null merge
by Alexander Belopolsky
· 12 years ago
57caede
Issue #15973: fixed 3.2 backport.
by Alexander Belopolsky
· 12 years ago
6f543a3
merge
by Alexander Belopolsky
· 12 years ago
690558e
merge
by Alexander Belopolsky
· 12 years ago
9b9ed86
merged 3.2
by Alexander Belopolsky
· 12 years ago
3ec1536
Issue #15973: Fixed segmentation fault on timezone comparison to other types.
by Alexander Belopolsky
· 12 years ago
5710c2a
Issue 15959: Merge from 3.2.
by Mark Dickinson
· 12 years ago
c286e58
Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy Storchaka.
by Mark Dickinson
· 12 years ago
7c6c80d
Issue 15985: merge from 3.2.
by Mark Dickinson
· 12 years ago
4e12ad1
Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.
by Mark Dickinson
· 12 years ago
ca8aa4a
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
by Antoine Pitrou
· 12 years ago
1c47222
merge
by Christian Heimes
· 12 years ago
5cb31c9
Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times
by Christian Heimes
· 12 years ago
fe6e7e6
Merge the quotes/backslashes fixes with 3.2.
by Ezio Melotti
· 12 years ago
694f233
Fix a few quotes/backslashes.
by Ezio Melotti
· 12 years ago
a58d8b0
Merge markup fixes in smtpd.rst with 3.2.
by Ezio Melotti
· 12 years ago
8bbcb58
Fix markup in smtpd.rst.
by Ezio Melotti
· 12 years ago
be54d6d
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
7598e18
Fix rst markup.
by Ezio Melotti
· 12 years ago
f6813f6
Merge rst markup fixes in timeit docs with 3.2.
by Ezio Melotti
· 12 years ago
a3ccb23
Fix rst markup in timeit docs.
by Ezio Melotti
· 12 years ago
ab9b661
#15970: merge with 3.2.
by Ezio Melotti
· 12 years ago
c90111f
#15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param".
by Ezio Melotti
· 12 years ago
da064d0
Silence compiler warnings on Solaris 10 via explicit (void *) casts.
by Trent Nelson
· 12 years ago
ab02db2
Silence compiler warnings on Solaris 10 via explicit (void *) casts.
by Trent Nelson
· 12 years ago
9a46105
#15965: Explicitly cast AT_FDCWD as (int).
by Trent Nelson
· 12 years ago
1da769a
What's New in Python 3.3: mention unittest.mock
by Victor Stinner
· 12 years ago
6d10b4d
#15796: merge with 3.2.
by Ezio Melotti
· 12 years ago
Next »