Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f400ab40e4eb7dc6ad886920fb02ce4f7d1e929f
/
Misc
/
NEWS
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
9c25486
Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys.
by Antoine Pitrou
· 14 years ago
37dc5f8
Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
by Antoine Pitrou
· 14 years ago
0f53501
#11282: add back the fail* methods and assertDictContainsSubset.
by Ezio Melotti
· 14 years ago
d91a5ca
Issue #11727: set regrtest default timeout to 30 minutes
by Victor Stinner
· 14 years ago
305bff1
Issue #11727: set regrtest default timeout to 15 minutes
by Victor Stinner
· 14 years ago
0cc8d59
Issue #11727: add --timeout option to regrtest (disabled by default).
by Victor Stinner
· 14 years ago
dd810dd
Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if
by Victor Stinner
· 14 years ago
27181ac
sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not
by Victor Stinner
· 14 years ago
024e37a
Issue #11393: Add the new faulthandler module
by Victor Stinner
· 14 years ago
d854562
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows.
by Antoine Pitrou
· 14 years ago
7899acf
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows.
by Antoine Pitrou
· 14 years ago
3a4ea3d
Merge issue 11662.
by Guido van Rossum
· 14 years ago
20d2ab4
Merge issue 11662.
by Guido van Rossum
· 14 years ago
acb6309
Merge issue 11662.
by Guido van Rossum
· 14 years ago
c768ff5
Merge Issue 11662 from 3.1 branch.
by guido@google.com
· 14 years ago
a119df9
Issue 11662: Fix vulnerability in urllib/urllib2.
by guido@google.com
· 14 years ago
86cc82e
Remove the 'strict' argument to Parser, deprecated since 2.4.
by R David Murray
· 14 years ago
1df78c8
merge 3.2
by Benjamin Peterson
· 14 years ago
6a2638b
Correct handling of functions with only kwarg args in getcallargs (closes #11256)
by Benjamin Peterson
· 14 years ago
5d44613
Add optional *func* argument to itertools.accumulate().
by Raymond Hettinger
· 14 years ago
af88d86
merge #11696
by Martin v. Löwis
· 14 years ago
987403b
merge #11696
by Martin v. Löwis
· 14 years ago
f8d887e
Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon.
by Martin v. Löwis
· 14 years ago
ad64127
merge
by Mark Dickinson
· 14 years ago
f382ab2
Issue #11692: Remove unnecessary demo functions in subprocess module.
by Ross Lagerwall
· 14 years ago
574980e
Merge #9696
by Mark Dickinson
· 14 years ago
79a9036
Merge #9696
by Mark Dickinson
· 14 years ago
92b60d5
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer.
by Mark Dickinson
· 14 years ago
756ebc7
Fix misplaced Misc/NEWS entry (merge from 3.2)
by Mark Dickinson
· 14 years ago
ea8e208
Move misplaced Misc/NEWS item (merge from 3.1)
by Mark Dickinson
· 14 years ago
ccd2283
Fix misplaced Misc/NEWS entry.
by Mark Dickinson
· 14 years ago
4ad8f66
Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.)
by Steven Bethard
· 14 years ago
8a6a198
Issue #9026: Fix order of argparse sub-commands in help messages.
by Steven Bethard
· 14 years ago
Next »