Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3384e54c23299da91e27cf08ab621e3597c41348
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
c90d02c
merge from push conflict.
by Senthil Kumaran
· 14 years ago
665b398
Merge update.
by Senthil Kumaran
· 14 years ago
a8b0f9a
Merge updates
by Senthil Kumaran
· 14 years ago
af87886
merge update
by Senthil Kumaran
· 14 years ago
f6445e8
Issue 11718: Teach IDLE's open module dialog to find packages.
by Raymond Hettinger
· 14 years ago
6dc6057
merge from 3.1
by Senthil Kumaran
· 14 years ago
60f02a6
Update the News for the fix to Issue11703.
by Senthil Kumaran
· 14 years ago
d531548
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
by R David Murray
· 14 years ago
3dd02d6
#10019: Fix regression relative to 2.6: add newlines if indent=0
by R David Murray
· 14 years ago
62f8bcb
merge 3.1
by Benjamin Peterson
· 14 years ago
abdeeff
merge heads
by Benjamin Peterson
· 14 years ago
bd3e362
make assigning to a bytes literal a syntax error (closes #11506)
by Benjamin Peterson
· 14 years ago
b17abb1
merge from 3.1
by Senthil Kumaran
· 14 years ago
2643041
Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya.
by Senthil Kumaran
· 14 years ago
a3e449d
Merge
by Raymond Hettinger
· 14 years ago
f03d302
Issue 11747: Fix output format for context diffs.
by Raymond Hettinger
· 14 years ago
3780542
Issue 11747: Fix output format for context diffs.
by Raymond Hettinger
· 14 years ago
94f90dd
Merge: Add maxlinelen to docstring, delete obsolete wording
by R David Murray
· 14 years ago
308f14a
Add maxlinelen to docstring, delete obsolete wording
by R David Murray
· 14 years ago
27be5da
Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue
by Antoine Pitrou
· 14 years ago
35af953
Dummy merge
by Brian Curtin
· 14 years ago
84c209a
Correct leading spaces in my NEWS entry.
by Brian Curtin
· 14 years ago
f7eac1f
Add NEWS item for #5162.
by brian.curtin
· 14 years ago
628f980
Add NEWS item for #5162.
by brian.curtin
· 14 years ago
727b498
Fix #5162. Allow child spawning from Windows services (via pywin32).
by brian.curtin
· 14 years ago
e2f2998
Fix #5162. Allow child spawning from Windows services (via pywin32).
by brian.curtin
· 14 years ago
49353d0
Issue #11747: Fix range formatting in context and unified diffs.
by Raymond Hettinger
· 14 years ago
fdb2df4
Remove unnecessary call to PyErr_Clear.
by Ezio Melotti
· 14 years ago
47e120e
Cleanup and modernize code prior to working on Issue 11747.
by Raymond Hettinger
· 14 years ago
bed9a5b
Issue #11814: Fix likely typo in multiprocessing.Pool._terminate().
by Antoine Pitrou
· 14 years ago
81dee6b
Issue #8428: Fix a race condition in multiprocessing.Pool when terminating
by Antoine Pitrou
· 14 years ago
810b94a
Issue #11818: Fix tempfile examples for Python 3.
by Ross Lagerwall
· 14 years ago
dbb677a
Beautify and modernize the SequenceMatcher example
by Raymond Hettinger
· 14 years ago
2604e33
Issue9670: Merge backout to 3.2.
by Ned Deily
· 14 years ago
45e47e5
Issue9670: Back out changeset 378b40d71175; test fails on other platforms
by Ned Deily
· 14 years ago
15012a6
Issue #9670: merge with 3.2
by Ned Deily
· 14 years ago
517ac72
Issue #9670: Increase the default stack size for secondary threads on
by Ned Deily
· 14 years ago
226580e
Merge with 3.1
by Ross Lagerwall
· 14 years ago
e620d10
Issue #11719: Fix message about unexpected test_msilib skip.
by Ross Lagerwall
· 14 years ago
a870e35
(Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
by Victor Stinner
· 14 years ago
52c950f
Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted
by Victor Stinner
· 14 years ago
80221ed
Merge #11492: fix header truncation on folding when there are runs of split chars.
by R David Murray
· 14 years ago
e1292a2
#11492: fix header truncation on folding when there are runs of split chars.
by R David Murray
· 14 years ago
b65df26
Merge: Improve test coverage of _split_ascii method.
by R David Murray
· 14 years ago
7da4db1
Improve test coverage of _split_ascii method.
by R David Murray
· 14 years ago
77f8d29
Normalised whitespace.
by Vinay Sajip
· 14 years ago
c46102c
Updated Formatter documentation.
by Vinay Sajip
· 14 years ago
2e3607c
#7311: fix html.parser to accept non-ASCII attribute values.
by Ezio Melotti
· 14 years ago
9b5ac3e
Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
by Barry Warsaw
· 14 years ago
88e1945
Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
by Barry Warsaw
· 14 years ago
12338ab
Removed 'or long integer' from bin, oct, and hex docstrings.
by Alexander Belopolsky
· 14 years ago
540ab06
Issue #11766: increase countdown waiting for a pool of processes to start
by Antoine Pitrou
· 14 years ago
3178b7d
Issue 11715: Merge multiarch fix from 3.1 branch.
by Barry Warsaw
· 14 years ago
5ca305a
Issue 11715: Build extension modules on multiarch Debian and Ubuntu by
by Barry Warsaw
· 14 years ago
c5c1472
#11605: don't use set/get_payload in feedparser; they do conversions.
by R David Murray
· 14 years ago
ae664fb
Merge from 3.1
by Senthil Kumaran
· 14 years ago
8f377a3
Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya.
by Senthil Kumaran
· 14 years ago
b6f5ec7
Issue #11576: Fixed timedelta subtraction glitch on big timedelta values
by Alexander Belopolsky
· 14 years ago
04026cf
Try to fix sporadic test_multiprocessing failure
by Antoine Pitrou
· 14 years ago
c824e9a
Try to fix sporadic test_multiprocessing failure
by Antoine Pitrou
· 14 years ago
Next »