Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5032292f9e4aa87f61532fbefeff9e300bf120ac
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
f99e4b5
Improve HTMLParser example in the doc and fix a couple minor things.
by Ezio Melotti
· 13 years ago
f50ffa9
#13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False.
by Ezio Melotti
· 13 years ago
0b85cd0
Merge heads.
by Ezio Melotti
· 13 years ago
d3cf0db
#13278: fix typo.
by Ezio Melotti
· 13 years ago
74e6495
Fixes #13270: obsolete reference to old-style/new-style classes.
by Florent Xicluna
· 13 years ago
6187664
Added lost documentation cross-reference.
by Vinay Sajip
· 13 years ago
e119c40
Issue #10860: Skip the new test if HTTPS is not available
by Petri Lehtinen
· 13 years ago
fbb3981
Refactor a bit the codecs doc.
by Ezio Melotti
· 13 years ago
963004d
Fix typo.
by Ezio Melotti
· 13 years ago
9a1b956
merge heads
by Benjamin Peterson
· 13 years ago
1fafc1a
document __bytes__ special method (closes #13259)
by Benjamin Peterson
· 13 years ago
64c1c07
merge heads
by Petri Lehtinen
· 13 years ago
a94200e
Issue #13018: Fix reference leaks in error paths in dictobject.c.
by Petri Lehtinen
· 13 years ago
f8859e1
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
by Charles-François Natali
· 13 years ago
d6ca6c2
note callable is back in 3.2
by Benjamin Peterson
· 13 years ago
c45fb25
Issue #13255: wrong docstrings in array module.
by Florent Xicluna
· 13 years ago
023611f
Issue 13141: Demonstrate recommended style for socketserver examples.
by Florent Xicluna
· 13 years ago
ce77037
Add the green "New reference" note to the doc of PyException_GetTraceback()
by Petri Lehtinen
· 13 years ago
de31b19
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.
by Nick Coghlan
· 13 years ago
711f87c
Issue #9168: now smtpd is able to bind privileged port.
by Florent Xicluna
· 13 years ago
cd1d3ef
#13233: fix typo.
by Ezio Melotti
· 13 years ago
81231d9
#13219: clarify section about character sets in the re documentation.
by Ezio Melotti
· 13 years ago
fdd4575
News entry for Issue12529 and Issue12604
by Senthil Kumaran
· 13 years ago
af37b89
Issue 12668: Fix wording in Whatsnew3.2
by Raymond Hettinger
· 13 years ago
5768e0c
Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs
by Raymond Hettinger
· 13 years ago
9d9141f
adjust braces a bit
by Benjamin Peterson
· 13 years ago
34d38dc
urllib.request - syntax changes enhancing readability. By Éric Araujo
by Senthil Kumaran
· 13 years ago
202a3c4
3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c
by Senthil Kumaran
· 13 years ago
29fa9d4
3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
by Senthil Kumaran
· 13 years ago
1ef0c03
3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and
by Senthil Kumaran
· 13 years ago
e130a52
Remove duplication.
by Ezio Melotti
· 13 years ago
a5a9a9c
Fixes #10860: Handle empty port after port delimiter in httplib
by Łukasz Langa
· 13 years ago
551ba20
Issue #13188: When called without an explicit traceback argument,
by Antoine Pitrou
· 13 years ago
6bfecd1
#12448: smtplib now flushes stdout while running ``python -m smtplib``
by Ezio Melotti
· 13 years ago
67494f2
#12277: add missing comma.
by Ezio Melotti
· 13 years ago
bcb86c5
Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows.
by Nadeem Vawda
· 13 years ago
2963fe0
plug possible refleak (closes #13199)
by Benjamin Peterson
· 13 years ago
53e4a9a
normalize whitespace in Lib/distutils/msvc9compiler.py
by Mark Hammond
· 13 years ago
6c58b28
Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest
by Mark Hammond
· 13 years ago
8d91d45
Issue #10653: Fix time.strftime() on Windows, check for invalid format strings
by Victor Stinner
· 13 years ago
4b779b3
Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache.
by Raymond Hettinger
· 13 years ago
9be5723
Update dead references from py.org/dev/faq to the devguide (#13176)
by Éric Araujo
· 13 years ago
181ae4b
Branch merge
by Éric Araujo
· 13 years ago
ac3d137
Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.
by Lars Gustäbel
· 13 years ago
82ac9bc
Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,
by Victor Stinner
· 13 years ago
c1f32ca
Issue #10653: On Windows, use strftime() instead of wcsftime() because
by Victor Stinner
· 13 years ago
d41a98b
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
by Nadeem Vawda
· 13 years ago
f1ab47e
Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach.
by Mark Dickinson
· 13 years ago
2336c85
Increase test coverage for distutils.filelist (#11751).
by Éric Araujo
· 13 years ago
4e15828
Fix/improve markup in whatsnew/2.7.
by Ezio Melotti
· 13 years ago
138fc89
#13138: add missing versionadded.
by Ezio Melotti
· 13 years ago
df7c4cd
Clean-up and improve the priority queue example in the heapq docs.
by Raymond Hettinger
· 13 years ago
a5bc34f
Branch merge
by Éric Araujo
· 13 years ago
5819dcc
Add tests for Unicode handling in distutils’ check and register (#13114)
by Éric Araujo
· 13 years ago
8af607b
As it turns out, this bug was already in the tracker: #11171
by Éric Araujo
· 13 years ago
c0bbe7d
test_unicode was forgetting to run the common string tests for str.find()
by Antoine Pitrou
· 13 years ago
74472a9
Fix a missing encoding argument when opening a text file in some of iobench's subtests.
by Antoine Pitrou
· 13 years ago
04ea953
Fix docstring of distutils.util.byte_compile (followup for #11254)
by Éric Araujo
· 13 years ago
fea2d04
Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix
by Éric Araujo
· 13 years ago
de50455
Fix test_sysconfig when prefix != exec-prefix (#9100).
by Éric Araujo
· 13 years ago
47a4521
Fix distutils byte-compilation to comply with PEP 3147 (#11254).
by Éric Araujo
· 13 years ago
db95c7a
Make C code in one distutils test comply with ISO C (#10359).
by Éric Araujo
· 13 years ago
35a502b
Fix a typo and a broken link (part of #10536).
by Éric Araujo
· 13 years ago
de8c723
Merged
by Barry Warsaw
· 13 years ago
7010a07
Issue #7367: Ensure test directory always gets removed.
by Ned Deily
· 13 years ago
c6cfd4a
Branch merge.
by Barry Warsaw
· 13 years ago
78f89d8
- Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files
by Barry Warsaw
· 13 years ago
f394e47
Issue #12823: remove broken link and replace it with another resource.
by Antoine Pitrou
· 13 years ago
586bfe4
Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described
by Antoine Pitrou
· 13 years ago
7b847a4
Issue #7367: add NEWS item.
by Ned Deily
· 13 years ago
ed27df7
Issue #7367: Fix pkgutil.walk_paths to skip directories whose
by Ned Deily
· 13 years ago
caf5a22
Issue #7367: Add test case to test_pkgutil for walking path with
by Ned Deily
· 13 years ago
92a81a1
Issue #7425: Refactor test_pydoc test case for '-k' behavior and add
by Ned Deily
· 13 years ago
eeb7eea
Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists.
by Antoine Pitrou
· 13 years ago
bb2095f
Branch merge
by Éric Araujo
· 13 years ago
3e961a5
Enable the only tests for sys.gettrace
by Amaury Forgeot d'Arc
· 13 years ago
Next »