Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
4a72d1a661975a78afcf0037c8b326a2bd3d02b0
4a72d1a
#13549: improve tutorial section about listcomps.
by Ezio Melotti
· 14 years ago
f537702
Issue #13573: The csv.writer now uses the repr() for floats rather than str().
by Raymond Hettinger
· 14 years ago
8b59c23
you can't get resource.error if you can't import resource
by Benjamin Peterson
· 14 years ago
97c9428
Issue #13453: Catch EAI_FAIL in support.transient_internet.
by Charles-François Natali
· 14 years ago
b918bdc
Fix docstring typo.
by Florent Xicluna
· 14 years ago
77cd258
Implemented suggested improvements for pdb test by Éric Araujo
by Jason R. Coombs
· 14 years ago
2bc1e8f
Backport second fix for issue #11149.
by Stefan Krah
· 14 years ago
0de2aae
Issue #11886: workaround an OS bug (time zone data) in test_time
by Victor Stinner
· 14 years ago
4988ca5
#13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng.
by Ezio Melotti
· 14 years ago
4bf21e2
Issue #13546: Fixed an overflow issue that could crash the intepreter when
by Amaury Forgeot d'Arc
· 14 years ago
a94b578
Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop
by Jesus Cea
· 14 years ago
9a38863
Correctly detect bzip2 compressed streams with blocksizes other than 900k.
by Lars Gustäbel
· 14 years ago
22da68b
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
by Antoine Pitrou
· 14 years ago
5295718
Issue #13513: IOBase docs incorrectly link to the readline module
by Meador Inge
· 14 years ago
974d863
Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface.
by Jason R. Coombs
· 14 years ago
49e49a2
Issue #13439: Fix many errors in turtle docstrings.
by Petri Lehtinen
· 14 years ago
2692be9
#13494: s/cast/convert/. Also add a link.
by Ezio Melotti
· 14 years ago
c2ed44f
#13499: fix example adding >>> before the comments.
by Ezio Melotti
· 14 years ago
ab731a3
#8414: add more tests for "assert". Initial patch by Gregory Nofi.
by Ezio Melotti
· 14 years ago
9f915d9
Issue #13093: Fix _testcapi.unicode_encodedecimal()
by Victor Stinner
· 14 years ago
27bc4d0
Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X.
by Charles-François Natali
· 14 years ago
93a1175
Issue #13415: Test in configure if unsetenv() has a return value or not.
by Charles-François Natali
· 14 years ago
710671a
Issue #12618: fix py_compile unit tests to handle different drives on Windows
by Meador Inge
· 14 years ago
8974940
Issue #12618: create unit tests for the py_compile module
by Meador Inge
· 14 years ago
0e30317
Issue #13380: add an internal function for resetting the ctypes caches
by Meador Inge
· 14 years ago
a5d5bb9
Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module.
by Antoine Pitrou
· 14 years ago
da75dd2
Added a configuration dictionary example to the logging cookbook.
by Vinay Sajip
· 14 years ago
3639807
Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch.
by Vinay Sajip
· 14 years ago
42d96dc
no python objects to manage here
by Benjamin Peterson
· 14 years ago
fde8216
plug refleak
by Benjamin Peterson
· 14 years ago
aa1c967
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName.
by Antoine Pitrou
· 14 years ago
091b6ef
Issue #13436: Fix unsetenv() test on Windows
by Victor Stinner
· 14 years ago
53853c3
Issue #13415: os.unsetenv() doesn't ignore errors anymore.
by Victor Stinner
· 14 years ago
6392d7f
Issue #12156: Skip test_multiprocessing on systems which don't support enough
by Charles-François Natali
· 14 years ago
975134e
Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
by Victor Stinner
· 14 years ago
5aa7df3
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
by Antoine Pitrou
· 14 years ago
9d38b0d
Close #13401: Skip TestFileTypeW of test_argparse if the current user is root
by Victor Stinner
· 14 years ago
421467f
Note the store_true and store_false also create the appropriate defaults.
by Raymond Hettinger
· 14 years ago
7d1483c
Make an error message more understandable and consistent with other error messages.
by Raymond Hettinger
· 14 years ago
b19284f
Issue #12245: Document sys.float_info.rounds better.
by Mark Dickinson
· 14 years ago
aa512f0
#13387: add note about checking the exact type in assertIsInstance doc.
by Ezio Melotti
· 14 years ago
169ed59
#11112: Fix typo in a base class in test_socket.
by Ezio Melotti
· 14 years ago
00dc60b
#13358: HTMLParser now calls handle_data only once for each CDATA.
by Ezio Melotti
· 14 years ago
93bbb6a
#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
· 14 years ago
ba41c6a
#13426: fix typo in pickle doc.
by Ezio Melotti
· 14 years ago
5d032c0
PDB now will properly escape backslashes in the names of modules it executes. Fixes #7750
by Jason R. Coombs
· 14 years ago
9efddb6
fixing typos in optparse doc
by Eli Bendersky
· 14 years ago
ea4dcd3
remove duplicated paragraph in the tutorial
by Eli Bendersky
· 14 years ago
174c4f8
Issue #8793: Prevent IDLE crash in 2.7 when given strings with
by Ned Deily
· 14 years ago
3040254
Issue #13333: The UTF-7 decoder now accepts lone surrogates
by Antoine Pitrou
· 14 years ago
16ed868
Issue #7732: Try to fix the a failing test on Windows
by Victor Stinner
· 14 years ago
0f1571c
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser.
by Ezio Melotti
· 14 years ago
7459291
Group tests about attributes in a separate class.
by Ezio Melotti
· 14 years ago
eb71138
Normalize the keyword arguments documentation notation in re.rst. Closes issue #12875
by Eli Bendersky
· 14 years ago
c20224d
Merge heads
by Petri Lehtinen
· 14 years ago
ab42abd
Update mailbox.Maildir tests
by Petri Lehtinen
· 14 years ago
3a8501e
Closes issue 12767: document the argument of threading.Condition.notify
by Eli Bendersky
· 14 years ago
667383c
Issue #13193: Fix distutils.filelist.FileList under Windows. The
by Antoine Pitrou
· 14 years ago
a203ced
Issue #12875: explicitly specify default value of the optional 'flags' argument to re.* functions. Closes #12875
by Eli Bendersky
· 14 years ago
d784185
Issue #13161: fix doc strings of __i*__ operators
by Eli Bendersky
· 14 years ago
bba1dd5
Issue #13191: typo in argparse docs
by Eli Bendersky
· 14 years ago
6a570d6
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
by Antoine Pitrou
· 14 years ago
cb65f32
Partial patch for issue #11812: Take care of test_telnetlib.py
by Jesus Cea
· 14 years ago
71094b5
Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
by Jesus Cea
· 14 years ago
53703d9
Closes #13361: Raise correct exception type.
by Vinay Sajip
· 14 years ago
74ab344
Closes #13661: Check added for type of logger name.
by Vinay Sajip
· 14 years ago
caf0272
Closes #13356. Thanks to Florent Xicluna for the patch.
by Vinay Sajip
· 14 years ago
5df091a
Closes issue #13353: version doumentation about utc parameter corrected.
by Vinay Sajip
· 14 years ago
3b9d92a
Revert "Accept None as start and stop parameters for list.index() and tuple.index()"
by Petri Lehtinen
· 14 years ago
030aa35
Silence a couple of warnings.
by Ezio Melotti
· 14 years ago
b22c3fe
Fix another callable warning.
by Ezio Melotti
· 14 years ago
152d61a
Fix tests now that the callable warning is gone.
by Ezio Melotti
· 14 years ago
a5ae1f0
remove py3k warning for callable
by Benjamin Peterson
· 14 years ago
819d8d4
Accept None as start and stop parameters for list.index() and tuple.index()
by Petri Lehtinen
· 14 years ago
972ba9e
Add missing versionadded (fixes #12392)
by Éric Araujo
· 14 years ago
416ecff
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
by Petri Lehtinen
· 14 years ago
49aa72e
Fix Maildir initialization so that maildir contents are read correctly.
by Petri Lehtinen
· 14 years ago
5d19b9a
Fix typos
by Raymond Hettinger
· 14 years ago
2e2cc6f
Add .gitignore
by Petri Lehtinen
· 14 years ago
23ca12a
Inline the advisory text on how to use the shelve module.
by Raymond Hettinger
· 14 years ago
ce7554f
Revert commit that was not a bugfix (#5301).
by Éric Araujo
· 14 years ago
5f761d7
Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.
by Florent Xicluna
· 14 years ago
09f8714
Issue #13308: Fix test_httpservers failures when run as root.
by Charles-François Natali
· 14 years ago
0fc13ae
Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature.
by Senthil Kumaran
· 14 years ago
b82cbc3
Fix merge in changeset e1dde980a92c.
by Florent Xicluna
· 14 years ago
c4a11bd
Missing NEWS entry in changeset e1dde980a92c
by Florent Xicluna
· 14 years ago
0965ee2
Issue #2892: preserve iterparse events in case of SyntaxError
by Florent Xicluna
· 14 years ago
7e82b27
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
by Ezio Melotti
· 14 years ago
1f3b84f
correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@
by Sandro Tosi
· 14 years ago
1aacd7b
Issue #13304: Skip test case if user site-packages disabled (-s or
by Ned Deily
· 14 years ago
cf9943d
Backout redundant changeset 1de4d92cd6a4
by Antoine Pitrou
· 14 years ago
87e5855
Port to 2.7 - issue 10817 - Fix urlretrieve function to raise
by Senthil Kumaran
· 14 years ago
236c0ea
merge heads
by Sandro Tosi
· 14 years ago
73ce5e7
really use backticks in string conversion definition; thanks to Jonathan Blakes from docs@
by Sandro Tosi
· 14 years ago
39aec01
test_protocol_sslv2(): Skip this test if ssl.PROTOCOL_SSLv2 is not
by Barry Warsaw
· 14 years ago
c4114ea
use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@
by Sandro Tosi
· 14 years ago
c93e413
remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@
by Sandro Tosi
· 14 years ago
e4ae5f7
Closes #13283: removal of two unused variable in locale.py
by Jesus Cea
· 14 years ago
42f06d2
merge closing of 2.5 branch
by Martin v. Löwis
· 14 years ago
141e770
merge closing of 2.5 branch
by Martin v. Löwis
· 14 years ago
Next »