Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
90bf5f11713bbb3cf484e49a5cd9f0faecd86212
90bf5f1
Remove mention of narrow/wide builds and update array doc, add a test.
by Ezio Melotti
· 14 years ago
199786b
Null merge with 3.2.
by Ezio Melotti
· 14 years ago
963004d
Fix typo.
by Ezio Melotti
· 14 years ago
c99c858
Remove mention of narrow/wide builds from ord/chr doc.
by Ezio Melotti
· 14 years ago
f4d76e6
#13251: update string description in datamodel.rst.
by Ezio Melotti
· 14 years ago
f602c55
merge 3.2
by Benjamin Peterson
· 14 years ago
c801ad3
merge heads
by Benjamin Peterson
· 14 years ago
9a1b956
merge heads
by Benjamin Peterson
· 14 years ago
3ed559a
merge 3.2 (#13259)
by Benjamin Peterson
· 14 years ago
1fafc1a
document __bytes__ special method (closes #13259)
by Benjamin Peterson
· 14 years ago
b528fcf
Fix test_imp failure under Windows
by Antoine Pitrou
· 14 years ago
64c1c07
merge heads
by Petri Lehtinen
· 14 years ago
08a95ca
merge heads
by Petri Lehtinen
· 14 years ago
24bd5ad
Merge 3.2
by Petri Lehtinen
· 14 years ago
a94200e
Issue #13018: Fix reference leaks in error paths in dictobject.c.
by Petri Lehtinen
· 14 years ago
feeb3a3
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
by Charles-François Natali
· 14 years ago
f8859e1
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
by Charles-François Natali
· 14 years ago
b4d8e91
merge 3.2
by Benjamin Peterson
· 14 years ago
d6ca6c2
note callable is back in 3.2
by Benjamin Peterson
· 14 years ago
6a985c3
Merge 3.2.
by Florent Xicluna
· 14 years ago
c45fb25
Issue #13255: wrong docstrings in array module.
by Florent Xicluna
· 14 years ago
39411f6
Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module.
by Mark Dickinson
· 14 years ago
037ffbf
Improve the porting section
by Antoine Pitrou
· 14 years ago
fd9b416
Improve / clean up the PEP 393 description
by Antoine Pitrou
· 14 years ago
01fd26c
Improve description of PEP 3151
by Antoine Pitrou
· 14 years ago
767c0a8
Mention InterruptedError in the doc for new function signal.sigwaitinfo
by Antoine Pitrou
· 14 years ago
5a705e7
Merge
by Antoine Pitrou
· 14 years ago
24d659d
Use InterruptedError instead of checking for EINTR
by Antoine Pitrou
· 14 years ago
2d99dac
Use ``...`` for string literals.
by Ezio Melotti
· 14 years ago
dcbb822
Fix documentation formatting.
by Florent Xicluna
· 14 years ago
72ca42a
Merge heads
by Florent Xicluna
· 14 years ago
e9126b5
Merge 3.2
by Florent Xicluna
· 14 years ago
26358cc
Remove obsolete FAQ.
by Ezio Melotti
· 14 years ago
023611f
Issue 13141: Demonstrate recommended style for socketserver examples.
by Florent Xicluna
· 14 years ago
6d57d21
Documentation typo.
by Florent Xicluna
· 14 years ago
2bb96f5
Cleanup code: remove int/long idioms and simplify a while statement.
by Florent Xicluna
· 14 years ago
8d48b43
Issue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks Stefan Krah.
by Mark Dickinson
· 14 years ago
30970e9
Issue #10925: Add equivalent pure Python code for the builtin int-to-float conversion to test_long.
by Mark Dickinson
· 14 years ago
3664568
Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch.
by Mark Dickinson
· 14 years ago
a2a2e48
Merge 3.2
by Petri Lehtinen
· 14 years ago
ce77037
Add the green "New reference" note to the doc of PyException_GetTraceback()
by Petri Lehtinen
· 14 years ago
9af29d3
Rewrite find_module_path using unicode API.
by Martin v. Löwis
· 14 years ago
2cc0cc5
Fix off-by-one error.
by Martin v. Löwis
· 14 years ago
fadcd31
Drop unused macros. Use CACHEDIR consistently.
by Martin v. Löwis
· 14 years ago
8a0ef78
Rewrite make_source_pathname using Unicode API.
by Martin v. Löwis
· 14 years ago
30260a7
Add ready checks for make_compiled_pathname.
by Martin v. Löwis
· 14 years ago
2db7286
Reformulate make_compiled_pathname in terms of unicode objects.
by Martin v. Löwis
· 14 years ago
9715d26
Merge issue 1294232 patch from 3.2
by Nick Coghlan
· 14 years ago
de31b19
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.
by Nick Coghlan
· 14 years ago
a0e0e23
Add a docstring to SSLError
by Antoine Pitrou
· 14 years ago
b7705b7
Use PyExc_OSError directly instead of grabbing it from the socket module API
by Antoine Pitrou
· 14 years ago
57735a0
Add missing prefixes
by Antoine Pitrou
· 14 years ago
b965b39
Elaborate on representations and canonical/legacy unicode objects
by Antoine Pitrou
· 14 years ago
e6b99a1
Move deprecated functions at the end of their respective sections.
by Antoine Pitrou
· 14 years ago
70d86bd
Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py
by Meador Inge
· 14 years ago
661161e
Avoid relying on the default reST role in logging library doc
by Éric Araujo
· 14 years ago
0a88953
Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning.
by Vinay Sajip
· 14 years ago
dd18d3a
Fix unicode_subtype_new() on debug build
by Victor Stinner
· 14 years ago
df7b665
Fix text duplication. Spotted by Nick Coghlan, thanks!
by Éric Araujo
· 14 years ago
f881751
Remove unused variable.
by Ezio Melotti
· 14 years ago
4837e39
#12753: fix compilation on Windows.
by Ezio Melotti
· 14 years ago
931b8aa
#12753: Add support for Unicode name aliases and named sequences.
by Ezio Melotti
· 14 years ago
3764a96
Banch merge
by Éric Araujo
· 14 years ago
04d5bc0
Closes #13235: Added deprecation for warn() methods and function in logging.
by Vinay Sajip
· 14 years ago
89d3a69
Add tests for packaging.tests.support (#12659).
by Éric Araujo
· 14 years ago
4d4b19e
Document that packaging doesn’t create __init__.py files (#3902).
by Éric Araujo
· 14 years ago
f89ebdc
Fix missing imports in setup scripts generated by packaging (#13205).
by Éric Araujo
· 14 years ago
ac65d96
Issue #12170: The count(), find(), rfind(), index() and rindex() methods
by Antoine Pitrou
· 14 years ago
407cfd1
Issue #9168: now smtpd is able to bind privileged port.
by Florent Xicluna
· 14 years ago
711f87c
Issue #9168: now smtpd is able to bind privileged port.
by Florent Xicluna
· 14 years ago
0cc147e
#13233: null merge with 3.2.
by Ezio Melotti
· 14 years ago
cd1d3ef
#13233: fix typo.
by Ezio Melotti
· 14 years ago
9927e0c
Merge heads.
by Ezio Melotti
· 14 years ago
d11a64d
merge
by Raymond Hettinger
· 14 years ago
ded203f
Bytes are already distinct from text, so typed=True isn't necessary.
by Raymond Hettinger
· 14 years ago
2760729
#13219: merge with 3.2.
by Ezio Melotti
· 14 years ago
81231d9
#13219: clarify section about character sets in the re documentation.
by Ezio Melotti
· 14 years ago
6e7c155
merge heads
by Senthil Kumaran
· 14 years ago
00e36e5
News entry for Issue12529 and Issue12604
by Senthil Kumaran
· 14 years ago
fdd4575
News entry for Issue12529 and Issue12604
by Senthil Kumaran
· 14 years ago
db84803
Simplify calls in fnmatch.
by Raymond Hettinger
· 14 years ago
cd9fdfd
Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig).
by Raymond Hettinger
· 14 years ago
e3455c0
Mention that os.O_CLOEXEC was added to Python 3.3
by Victor Stinner
· 14 years ago
65651ea
Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file
by Victor Stinner
· 14 years ago
daaaec9
Silence the FileExistsError which can be raised because of the O_EXCL flag
by Antoine Pitrou
· 14 years ago
587e75c
merge
by Raymond Hettinger
· 14 years ago
af37b89
Issue 12668: Fix wording in Whatsnew3.2
by Raymond Hettinger
· 14 years ago
eeb905b
Merge
by Raymond Hettinger
· 14 years ago
5768e0c
Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs
by Raymond Hettinger
· 14 years ago
dc37ce9
merge 3.2
by Benjamin Peterson
· 14 years ago
9d9141f
adjust braces a bit
by Benjamin Peterson
· 14 years ago
becd568
Issue #13121: Support in-place math operators for collections.Counter().
by Raymond Hettinger
· 14 years ago
3bb8be6
Branch merge
by Éric Araujo
· 14 years ago
1a129c8
urllib.request - syntax changes enhancing readability. By Éric Araujo
by Senthil Kumaran
· 14 years ago
34d38dc
urllib.request - syntax changes enhancing readability. By Éric Araujo
by Senthil Kumaran
· 14 years ago
a41c942
Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature.
by Senthil Kumaran
· 14 years ago
c6b4ef1
default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c
by Senthil Kumaran
· 14 years ago
202a3c4
3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c
by Senthil Kumaran
· 14 years ago
7e3062b
default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
by Senthil Kumaran
· 14 years ago
29fa9d4
3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
by Senthil Kumaran
· 14 years ago
Next »