Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e07f522c7f570321ef2c069f5fe8b51a5ddb5a7f
/
Misc
754851f
Issue #11223: Add threading._info() function providing informations about the
by Victor Stinner
· 14 years ago
98c850a
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
019a97c
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
d7d01cd
Merge test_startfile fix from 3.2.
by Nadeem Vawda
· 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
3edd22a
#11731: simplify/enhance parser/generator API by introducing policy objects.
by R David Murray
· 14 years ago
ce16be9
(Merge 3.2) Issue #11768: The signal handler of the signal module only calls
by Victor Stinner
· 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
f329998
Merge: #11492: rewrite header folding algorithm. Less code, more passing tests.
by R David Murray
· 14 years ago
01581ee
#11492: rewrite header folding algorithm. Less code, more passing tests.
by R David Murray
· 14 years ago
cf645db
Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition.
by Antoine Pitrou
· 14 years ago
f25a8de
Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition.
by Antoine Pitrou
· 14 years ago
a4eb194
Merge from 3.2
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
cd5a2bd
Issue #11852: Merge fix from 3.2.
by Vinay Sajip
· 14 years ago
e723e96
Issue #11852: Add missing imports and update tests.
by Vinay Sajip
· 14 years ago
b5a40d4
Fix minor subclassing issue with collections.Counter
by Raymond Hettinger
· 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
e1adeeb
#5057: Merge with 3.2.
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
b496159
merge from 3.2
by Senthil Kumaran
· 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
a15f614
#11845: Merge with 3.2.
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
99e97f9
merge from 3.2.
by Senthil Kumaran
· 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
b35c850
#11684: Complete parser bytes interface by adding BytesHeaderParser
by R David Murray
· 14 years ago
ccb16cb
Add Misc/NEWS entry for changeset 0010cc5f22d4.
by Nadeem Vawda
· 14 years ago
7d01e78
Merge with 3.2.
by Ezio Melotti
· 14 years ago
04c6423
Merge with 3.1.
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
b5eacc2
Merge
by Alexander Belopolsky
· 14 years ago
1a20c12
Issue #11830: Remove unnecessary introspection code in the decimal module.
by Alexander Belopolsky
· 14 years ago
9526c62
merge.
by Senthil Kumaran
· 14 years ago
c90d02c
merge from push conflict.
by Senthil Kumaran
· 14 years ago
00a47b8
merge from 3.2
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
d16ee63
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
by R David Murray
· 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
59c90c6
merge 3.2
by Benjamin Peterson
· 14 years ago
62f8bcb
merge 3.1
by Benjamin Peterson
· 14 years ago
bd3e362
make assigning to a bytes literal a syntax error (closes #11506)
by Benjamin Peterson
· 14 years ago
4d65224
Issue #11186: pydoc ignores a module if its name contains a surrogate character
by Victor Stinner
· 14 years ago
b7877f2
Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futures.ProcessPoolExecutor.
by Antoine Pitrou
· 14 years ago
84c209a
Correct leading spaces in my NEWS entry.
by Brian Curtin
· 14 years ago
90e31a7
Add NEWS item for #5162.
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
2498c9f
Issue #11747: Fix range formatting in context and unified diffs.
by Raymond Hettinger
· 14 years ago
49353d0
Issue #11747: Fix range formatting in context and unified diffs.
by Raymond Hettinger
· 14 years ago
4a0a31d
Added 'handlers' argument to logging.basicConfig.
by Vinay Sajip
· 14 years ago
98707c2
Add Misc/NEWS "What's New" entry for subprocess timeouts.
by Reid Kleckner
· 14 years ago
753009a
Merge from 3.2 (issue #11814, issue #8428)
by Antoine Pitrou
· 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
88fdeb4
#2650: re.escape() no longer escapes the "_".
by Ezio Melotti
· 14 years ago
344d26c
Merge with 3.2
by Ross Lagerwall
· 14 years ago
810b94a
Issue #11818: Fix tempfile examples for Python 3.
by Ross Lagerwall
· 14 years ago
4e6aba6
Issue9670: Merge backout from 3.2.
by Ned Deily
· 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
131a641
Issue #11757: select.select() now raises ValueError when a negative timeout
by Antoine Pitrou
· 14 years ago
6e678b4
Issue #9670: merge with current
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
b2a290c
Merge with 3.2
by Ross Lagerwall
· 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
4ae3b44
(Merge 3.2) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
by Victor Stinner
· 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
6537be7
#7311: merge with 3.2.
by Ezio Melotti
· 14 years ago
2e3607c
#7311: fix html.parser to accept non-ASCII attribute values.
by Ezio Melotti
· 14 years ago
8debacb
#1690608: make formataddr RFC2047 aware.
by R David Murray
· 14 years ago
a0b1c77
Merge #11605: don't use set/get_payload in feedparser; they do conversions.
by R David Murray
· 14 years ago
c5c1472
#11605: don't use set/get_payload in feedparser; they do conversions.
by R David Murray
· 14 years ago
0b9ea93
Merge with 3.2
by Ross Lagerwall
· 14 years ago
02ba73c
Merge with 3.1
by Ross Lagerwall
· 14 years ago
4f61b02
Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
by Ross Lagerwall
· 14 years ago
7ab9e22
Issue #11707: Fast C version of functools.cmp_to_key()
by Raymond Hettinger
· 14 years ago
fe7c5b5
Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.
by Victor Stinner
· 14 years ago
7f2fee3
Issue #10785: Store the filename as Unicode in the Python parser.
by Victor Stinner
· 14 years ago
2d32227
Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
by Victor Stinner
· 14 years ago
4ec4b0c
Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile
by Antoine Pitrou
· 14 years ago
7c8ea37
Issue #9347: Fix formatting for tuples in argparse type= error messages.
by Steven Bethard
· 14 years ago
7cb20a8
Issue #9347: Fix formatting for tuples in argparse type= error messages.
by Steven Bethard
· 14 years ago
5bfa062
Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff.
by Antoine Pitrou
· 14 years ago
d7edf3b
Issue #11727, issue #11753, issue #11755: disable regrtest timeout
by Victor Stinner
· 14 years ago
a7caec7
Merge fix for issue #11746
by Antoine Pitrou
· 14 years ago
Next »