Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8e6057769373a76fb8cead60f001ced38b635c5c
8e60577
Issue #10914: Add a minimal embedding test to test_capi.
by Antoine Pitrou
· 14 years ago
b32321a
pybench prep_times calculation error (closes #11895)
by Jesus Cea
· 14 years ago
8f14bbd
pybench prep_times calculation error (closes #11895)
by Jesus Cea
· 14 years ago
5db3e01
Minor clean-ups to docstrings, comments, and var names.
by Raymond Hettinger
· 14 years ago
7fdd0fe
Issue #9319: Fix the unit test
by Victor Stinner
· 14 years ago
c68b6aa
Issue #9319: Fix a crash on parsing a Python source code without encoding
by Victor Stinner
· 14 years ago
5569e9b
Fix some more markup glitches in argparse doc.
by Ezio Melotti
· 14 years ago
dca309d
#11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.
by Ezio Melotti
· 14 years ago
2f1db7d
#11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.
by Ezio Melotti
· 14 years ago
00f53af
#11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.
by Ezio Melotti
· 14 years ago
0ee9c1b
Add the :mod: role where it was missing.
by Ezio Melotti
· 14 years ago
cca4ef8
#11885: capitalize Python.
by Ezio Melotti
· 14 years ago
c17c1f6
#11897: Fix typo in porting howto. Patch by Marti Raudsepp.
by Ezio Melotti
· 14 years ago
f745d8b
merge
by Jesus Cea
· 14 years ago
f620754
merge heads
by Jesus Cea
· 14 years ago
7365acc
merge heads
by Jesus Cea
· 14 years ago
f299c51
null merge
by Jesus Cea
· 14 years ago
2fc8b87
Port 5b607cd8c71b (closes #11892)
by Jesus Cea
· 14 years ago
296d6d0
Minor text rearrangement.
by Raymond Hettinger
· 14 years ago
fc330ae
Minor text rearrangement.
by Raymond Hettinger
· 14 years ago
db26dff
heads merging
by Jesus Cea
· 14 years ago
ec81d41
null merge
by Jesus Cea
· 14 years ago
af92842
Use non-deprecated method name.
by Ezio Melotti
· 14 years ago
5ccd278
merge
by Jesus Cea
· 14 years ago
c3ab577
merge
by Jesus Cea
· 14 years ago
7124f5f
MERGE: Up-port changeset 5cf8f6da8743 (closes #11890)
by Jesus Cea
· 14 years ago
861d27f
Merge with 3.1.
by Ezio Melotti
· 14 years ago
e402724
Fix wrong function name. Noticed by Clive Darke.
by Ezio Melotti
· 14 years ago
1d4ae84
Up-port changeset 5cf8f6da8743 (closes #11890)
by Jesus Cea
· 14 years ago
6159ee3
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
by Jesus Cea
· 14 years ago
ac45150
startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
by Jesus Cea
· 14 years ago
25458f1
Issue #11875: Alter the previous fix to work better with subclasses
by Raymond Hettinger
· 14 years ago
d07eaf1
Issue #11875: Alter the previous fix to work better with subclasses
by Raymond Hettinger
· 14 years ago
a947abe
Merge with 3.1.
by Ezio Melotti
· 14 years ago
8dfcab0
Fix wrong number of functions noticed by Sandro Tosi.
by Ezio Melotti
· 14 years ago
1114744
merge
by Raymond Hettinger
· 14 years ago
1cc986e
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
35b873a
merge
by Raymond Hettinger
· 14 years ago
019a97c
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
ab69438
Hmm, __ne__ was missing
by Raymond Hettinger
· 14 years ago
d08a2c2
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
f97255f
Updated documentation on fileConfig().
by Vinay Sajip
· 14 years ago
cc3f029
Merge test_startfile fix from 3.1.
by Nadeem Vawda
· 14 years ago
58de6ee
Fix sporadic failure in test_startfile.
by Nadeem Vawda
· 14 years ago
530cc09
Fix markup.
by R David Murray
· 14 years ago
27026f8
(Merge 3.1) Issue #11768: The signal handler of the signal module only calls
by Victor Stinner
· 14 years ago
6c9b35b
Issue #11768: The signal handler of the signal module only calls
by Victor Stinner
· 14 years ago
01581ee
#11492: rewrite header folding algorithm. Less code, more passing tests.
by R David Murray
· 14 years ago
74c0031
#11865: Merge with 3.1.
by Ezio Melotti
· 14 years ago
340bb95
#11865: fix typo in init.rst.
by Ezio Melotti
· 14 years ago
c15d9e7
Rework multiset methods to use less memory and to make fewer calls to __hash__.
by Raymond Hettinger
· 14 years ago
2876a8c
Rework multiset methods to use less memory and to make fewer calls to __hash__.
by Raymond Hettinger
· 14 years ago
2409d77
Fix a few more hyphens in argparse.rst
by Ezio Melotti
· 14 years ago
f25a8de
Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition.
by Antoine Pitrou
· 14 years ago
ee42934
Fix possible "file already exists" error when running the tests in parallel.
by Antoine Pitrou
· 14 years ago
340d269
Small wording fix.
by Georg Brandl
· 14 years ago
1d827ff
Consistency fix: "command line" is the noun, "command-line" the adjective.
by Georg Brandl
· 14 years ago
ab8d93c
Backport 8a9f8f34d9d5.
by Georg Brandl
· 14 years ago
10fe23b
Merge with 3.1
by Georg Brandl
· 14 years ago
a2860e8
Improve message.py test coverage to 100%.
by R David Murray
· 14 years ago
3384e54
Issue #11855: merge from 3.1
by Eli Bendersky
· 14 years ago
219cc77
Issue #11855: Apply missing formatting for urlretrieve
by Eli Bendersky
· 14 years ago
f05c139
merge
by Raymond Hettinger
· 14 years ago
7bba683
Add another example to the collections module docs.
by Raymond Hettinger
· 14 years ago
e723e96
Issue #11852: Add missing imports and update tests.
by Vinay Sajip
· 14 years ago
6c9e5b7
Fix minor subclassing issue with collections.Counter
by Raymond Hettinger
· 14 years ago
1c746c2
Fix minor subclassing issue with collections.Counter
by Raymond Hettinger
· 14 years ago
8881868
#11843: Merge with 3.1.
by Ezio Melotti
· 14 years ago
181810b
#11843: remove duplicate line from table in distutil doc.
by Ezio Melotti
· 14 years ago
71e84a6
#5057: Merge with 3.1.
by Ezio Melotti
· 14 years ago
2df6a93
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]).
by Ezio Melotti
· 14 years ago
b4bd4af
merge from 3.1
by Senthil Kumaran
· 14 years ago
397eb44
Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits.
by Senthil Kumaran
· 14 years ago
82b0d5d
#11848: Merge with 3.1.
by Ezio Melotti
· 14 years ago
20f53f1
#11848: replace dead link in random.betavariate comment.
by Ezio Melotti
· 14 years ago
982ef4e
#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban.
by Ezio Melotti
· 14 years ago
34d204b
#4783: Merge with 3.1.
by Ezio Melotti
· 14 years ago
60adf95
#4783: document that is not possible to use json.dump twice on the same stream.
by Ezio Melotti
· 14 years ago
d211231
merge from 3.1
by Eli Bendersky
· 14 years ago
046a764
Issue #11827: remove mention of list2cmdline in the doc of subprocess
by Eli Bendersky
· 14 years ago
56f1e2d
merge from 3.1
by Senthil Kumaran
· 14 years ago
2d2ea1b
Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
by Senthil Kumaran
· 14 years ago
c1f0577
#11840: Merge with 3.1.
by Ezio Melotti
· 14 years ago
95cd91c
#11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.
by Ezio Melotti
· 14 years ago
eb22db0
Dummy merge with 3.1.
by Ezio Melotti
· 14 years ago
832c8bb
#9101: backport json reference in configparser doc.
by Ezio Melotti
· 14 years ago
8e4f4fe
Merge 3.1
by Brian Curtin
· 14 years ago
b4fb909
Remove inexistent tools
by Brian Curtin
· 14 years ago
8a9c4d9
Issue 3051: make pure python code pass the same tests as the C version.
by Raymond Hettinger
· 14 years ago
5864c9f
Merge: Fix wording and clarify that the IDNA codec operates on full domain names.
by R David Murray
· 14 years ago
e0fd2f8
Fix wording and clarify that the IDNA codec operates on full domain names.
by R David Murray
· 14 years ago
a3d0be4
Merge with 3.1.
by Ezio Melotti
· 14 years ago
ce073cd
Fix typo in docstring.
by Ezio Melotti
· 14 years ago
04c6423
Merge with 3.1.
by Ezio Melotti
· 14 years ago
d210aa1
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
by Ezio Melotti
· 14 years ago
42368f9
Remove unnecessary imports and use assertIs instead of assertTrue.
by Ezio Melotti
· 14 years ago
c753305
#9233: Fix json to work properly even when _json is not available.
by Ezio Melotti
· 14 years ago
4f95a52
#9233: skip _json-specific tests when _json is not available.
by Ezio Melotti
· 14 years ago
1a20c12
Issue #11830: Remove unnecessary introspection code in the decimal module.
by Alexander Belopolsky
· 14 years ago
2df393c
Fix nit.
by Raymond Hettinger
· 14 years ago
Next »