Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7f78ddc3adf77adf1e8a72788ca8306fe3abd782
7f78ddc
#11112: Fix typo in a base class in test_socket.
by Ezio Melotti
· 13 years ago
15cb489
#13358: HTMLParser now calls handle_data only once for each CDATA.
by Ezio Melotti
· 13 years ago
8008f2a
#4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg.
by Ezio Melotti
· 13 years ago
e62aad3
#13426: fix typos in pickle doc.
by Ezio Melotti
· 13 years ago
eeae149
fixing typos in optparse doc
by Eli Bendersky
· 13 years ago
ca88e9c
Branch merge
by Éric Araujo
· 13 years ago
5418ee0
Issue #13333: The UTF-7 decoder now accepts lone surrogates
by Antoine Pitrou
· 13 years ago
04e6909
Fix markup
by Éric Araujo
· 13 years ago
c2fe577
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser.
by Ezio Melotti
· 13 years ago
b245ed1
Group tests about attributes in a separate class.
by Ezio Melotti
· 13 years ago
0e79b7e
Clarify the existence of the <> operator in Grammar/Grammar with a comment, for issue 13239
by Eli Bendersky
· 13 years ago
9ec2593
Fix memory leak with FLUFL-related syntax errors (!)
by Antoine Pitrou
· 13 years ago
7abe61f
Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8)
by Antoine Pitrou
· 13 years ago
2515c4d
Merge heads
by Petri Lehtinen
· 13 years ago
c153cd3
Update mailbox.Maildir tests
by Petri Lehtinen
· 13 years ago
d44af82
Issue #12767: documenting threading.Condition.notify
by Eli Bendersky
· 13 years ago
3714c1e
Add NEWS entry for #13193
by Antoine Pitrou
· 13 years ago
8f0ffe5
Issue #13193: fix distutils.filelist.FileList under Windows
by Antoine Pitrou
· 13 years ago
599d76b
Reformat paragraphs.
by Florent Xicluna
· 13 years ago
45c6c3e
Few typos in the documentation.
by Florent Xicluna
· 13 years ago
992d9e0
Fix few typos.
by Florent Xicluna
· 13 years ago
490062b
Remove duplicate ACKS.
by Florent Xicluna
· 13 years ago
675f6b8
Fix #13384. Remove __future__ import in 3.x code.
by Brian Curtin
· 13 years ago
d3baae7
Issue #13161: fix doc strings of __i*__ operators
by Eli Bendersky
· 13 years ago
a7795db
Issue #13191: typo in argparse docs
by Eli Bendersky
· 13 years ago
c2c8960
Issue #13365: correct an error in the documentation of str.expandtabs
by Eli Bendersky
· 13 years ago
98d2c0a
#13379: update Unicode version in unicodedata docstrings and comments.
by Ezio Melotti
· 13 years ago
a365113
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
by Antoine Pitrou
· 13 years ago
69d44fd
test_import: test_execute_bit_not_copied() was actually a no-op: fix it.
by Charles-François Natali
· 13 years ago
bc91b46
Partial patch for issue #11812: Take care of test_telnetlib.py
by Jesus Cea
· 13 years ago
c241df8
Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
by Jesus Cea
· 13 years ago
32e4a58
Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading
by Nick Coghlan
· 13 years ago
69ce0d8
Issue #13237: Remove duplicate data value descriptions from the subprocess docs
by Nick Coghlan
· 13 years ago
c29248f
Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True
by Nick Coghlan
· 13 years ago
23760e9
Don’t interpret backslashes in ASCII diagram in a docstring
by Éric Araujo
· 13 years ago
06c42a3
Document that shutil.make_archive does not typecheck its logger argument
by Éric Araujo
· 13 years ago
3bd5638
Closes #13361: Raise correct exception type.
by Vinay Sajip
· 13 years ago
61b787e
Closes #13661: Check added for type of logger name.
by Vinay Sajip
· 13 years ago
ebfaabd
Revert "Accept None as start and stop parameters for list.index() and tuple.index()"
by Petri Lehtinen
· 13 years ago
fd6b582
curses.tparm() is expecting a byte string, not curses.tigetstr()
by Petri Lehtinen
· 13 years ago
1ce4b14
Skip early if stdin and stdout are not ttys
by Antoine Pitrou
· 13 years ago
413d497
Backport robustness fix for test_builtin
by Antoine Pitrou
· 13 years ago
0d776b1
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
by Antoine Pitrou
· 13 years ago
c2f0a46
Accept None as start and stop parameters for list.index() and tuple.index()
by Petri Lehtinen
· 13 years ago
4e6bf41
Improve Counter.__repr__() to not fail with unorderable values
by Raymond Hettinger
· 13 years ago
0115fae
Update .gitignore
by Petri Lehtinen
· 13 years ago
bc74ee0
Remove __pycache__ directories correctly on OpenBSD
by Petri Lehtinen
· 13 years ago
395ca72
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
by Petri Lehtinen
· 13 years ago
8c482ee
Fix Maildir initialization so that maildir contents are read correctly.
by Petri Lehtinen
· 13 years ago
97c1bef
Issue #13343: Fix a SystemError when a lambda expression uses a global
by Amaury Forgeot d'Arc
· 13 years ago
3c85fe0
Issue #3067: Fix the error raised by locale.setlocale()
by Petri Lehtinen
· 13 years ago
12b66b5
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
by Florent Xicluna
· 13 years ago
dcfde5a
Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.
by Ross Lagerwall
· 13 years ago
7ab4192
Issue #12342: Improve _tkinter error message on unencodable character
by Victor Stinner
· 13 years ago
b3bc7e7
Issue #10570: curses.putp() is now expecting a byte string, instead of a
by Victor Stinner
· 13 years ago
9c2f42f
Branch merge
by Éric Araujo
· 13 years ago
a083823
Avoid relying on the default reST role in logging library doc
by Éric Araujo
· 13 years ago
e2544bc
Fix incorrect docstring I changed a while back.
by Éric Araujo
· 13 years ago
c465b2f
More fixes for PEP 3147 compliance in distutils (#11254)
by Éric Araujo
· 13 years ago
5df1108
Add signatures to the docstring of functions added to imp by PEP 3147
by Éric Araujo
· 13 years ago
3bb1a6f
State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B
by Éric Araujo
· 13 years ago
cb2f84a
Issue #13307: fix bdist_rpm test failures
by Antoine Pitrou
· 13 years ago
3924230
Fix typo
by Éric Araujo
· 13 years ago
2662133
Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a
by Victor Stinner
· 13 years ago
f7ed9fc
Issue #13308: Fix test_httpservers failures when run as root.
by Charles-François Natali
· 13 years ago
af2ffd7
Cleanups in distutils tests.
by Éric Araujo
· 13 years ago
91d5193
Closes #2892: preserve iterparse events in case of SyntaxError.
by Florent Xicluna
· 13 years ago
c1e73c3
Make sure that the tolerant parser still parses valid HTML correctly.
by Ezio Melotti
· 13 years ago
b9a48f7
Avoid reusing the same collector in the tests.
by Ezio Melotti
· 13 years ago
18b0e5b
#12008: add a test.
by Ezio Melotti
· 13 years ago
7de56f6
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
by Ezio Melotti
· 13 years ago
4bfe03a
correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@
by Sandro Tosi
· 13 years ago
316f573
Issue #13304: Skip test case if user site-packages disabled (-s or
by Ned Deily
· 13 years ago
ce26014
Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
by Senthil Kumaran
· 13 years ago
53bcd66
use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@
by Sandro Tosi
· 13 years ago
69e59a1
remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@
by Sandro Tosi
· 13 years ago
5032292
Closes #13283: removal of two unused variable in locale.py
by Jesus Cea
· 13 years ago
e348455
document turtle done() function; thanks to Csaba Szepesvari from docs@
by Sandro Tosi
· 13 years ago
7aff451
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
by Ned Deily
· 13 years ago
567493f
caught is the right pp of catch; thanks to Don Bennett from docs@
by Sandro Tosi
· 13 years ago
6f45d18
Improve itertools docs with clearer examples of pure python equivalent code.
by Raymond Hettinger
· 13 years ago
e584457
Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case.
by Raymond Hettinger
· 13 years ago
9783b44
Merge heads
by Florent Xicluna
· 13 years ago
93dfee1
Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client.
by Florent Xicluna
· 13 years ago
c4fec93
Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling.
by Florent Xicluna
· 13 years ago
3fa29f7
Closes #13291: NameError in xmlrpc package.
by Florent Xicluna
· 13 years ago
cd06a14
Add Misc/NEWS entry for issue #10519
by Petri Lehtinen
· 13 years ago
2b50a01
remove unused variable
by Benjamin Peterson
· 13 years ago
8db076c
Issue #10363: Deallocate global locks in Py_Finalize().
by Antoine Pitrou
· 13 years ago
e0aa803
Fix the return value of set_discard (issue #10519)
by Petri Lehtinen
· 13 years ago
5acc27e
Avoid unnecessary recursive function calls (closes #10519)
by Petri Lehtinen
· 13 years ago
f54f6f5
Add a button to the code examples in the doc to show/hide the prompts and output.
by Ezio Melotti
· 13 years ago
f78869e
#13289: fix typo.
by Ezio Melotti
· 13 years ago
b3b8ba6
bring is_integer into tested existence
by Benjamin Peterson
· 13 years ago
5a8f03f
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
by Barry Warsaw
· 13 years ago
46ae0ef
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
by Barry Warsaw
· 13 years ago
305bb66
Documentation typo
by Florent Xicluna
· 13 years ago
83386da
I should be someone
by Florent Xicluna
· 13 years ago
4d46c2a
Remove unused variable.
by Florent Xicluna
· 13 years ago
5d1155c
Closes #13258: Use callable() built-in in the standard library.
by Florent Xicluna
· 13 years ago
Next »