Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0863d7106c6b4756cb726cfe838c2dc3f2b11f3c
0863d71
Merge #14333: fix test_queue so it can be run via standard unittest test discovery.
by R David Murray
· 13 years ago
c6bfce9
#14333: fix test_queue so it can be run via standard unittest test discovery.
by R David Murray
· 13 years ago
bd53809
#14344: fixed the repr of email.policy objects.
by R David Murray
· 13 years ago
87b7cde
Issue #14347: Update Misc/README list of files.
by Ned Deily
· 13 years ago
eed59e8
merge with 3.2
by Georg Brandl
· 13 years ago
5ab8817
Move MANIFEST parsing change to the right position.
by Georg Brandl
· 13 years ago
e145a79
Issue #14346: merge
by Ned Deily
· 13 years ago
e742ade
Issue #14346: Fix some typos in the Mac/README file.
by Ned Deily
· 13 years ago
869ac78
merge with 3.2
by Georg Brandl
· 13 years ago
3a19e54
Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern
by Georg Brandl
· 13 years ago
9758fcf
merge with 3.2
by Georg Brandl
· 13 years ago
557a3ec
Closes #14343: avoid shadowing builtin input() in example code.
by Georg Brandl
· 13 years ago
5ec6fdb
Closes #14342: remove out-of-date section about avoiding recursion errors.
by Georg Brandl
· 13 years ago
2ba1428
merge with 3.2
by Georg Brandl
· 13 years ago
12c3cd7
Closes #14306: clarify expensiveness of try-except and update code snippet
by Georg Brandl
· 13 years ago
7add4ea
updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516)
by Eli Bendersky
· 13 years ago
8df2634
merge from 3.2 - issue6566
by Senthil Kumaran
· 13 years ago
f2123d2
3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan
by Senthil Kumaran
· 13 years ago
bc8e81d
Section-off the source for better readability.
by Raymond Hettinger
· 13 years ago
dce583e
Minor beautification.
by Raymond Hettinger
· 13 years ago
d845450
merge heads
by Benjamin Peterson
· 13 years ago
96384b9
make extra arguments to object.__init__/__new__ to errors in most cases (finishes #1683368)
by Benjamin Peterson
· 13 years ago
970952b
Merge #11686: news entry.
by R David Murray
· 13 years ago
eebe111
#11686: news entry.
by R David Murray
· 13 years ago
80e22b5
Merge #11686: add missing entries to email __all__ lists.
by R David Murray
· 13 years ago
1b6c724
#11686: add missing entries to email __all__ lists.
by R David Murray
· 13 years ago
9b3d484
Merge #11780: s/throw/raise/
by R David Murray
· 13 years ago
4191434
#11780: s/throw/raise/
by R David Murray
· 13 years ago
1ad2eea
Merge #11780: document that email.encoders throw TypeError on multipart messages.
by R David Murray
· 13 years ago
69ebfe4
#11780: document that email.encoders throw TypeError on multipart messages.
by R David Murray
· 13 years ago
7104c72
#12788: fix error in test_policy when run under refleak detection
by R David Murray
· 13 years ago
9a03ecf
simply this slightly
by Benjamin Peterson
· 13 years ago
4f5139b
Root variable is not changed.
by Raymond Hettinger
· 13 years ago
202d1ad
Fix whitespace
by Raymond Hettinger
· 13 years ago
d37fb55
Unique sentinel value for cache.get()
by Raymond Hettinger
· 13 years ago
6e8c817
Refactor calculation of the cache key. Minor code cleanups.
by Raymond Hettinger
· 13 years ago
e80b29b
cleanup Ellipsis and NotImplemented strings after we're done
by Benjamin Peterson
· 13 years ago
020bf28
Merge
by Antoine Pitrou
· 13 years ago
846fd30
Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation.
by Antoine Pitrou
· 13 years ago
29a837d
merge heads
by Benjamin Peterson
· 13 years ago
954cf57
clear the root with the cache
by Benjamin Peterson
· 13 years ago
d656958
Minor code cleanup.
by Raymond Hettinger
· 13 years ago
01feaec
plug memory leak (closes #14325)
by Benjamin Peterson
· 13 years ago
57b2959
Eliminate duplicate link lookup. Minor cleanup.
by Raymond Hettinger
· 13 years ago
eb74918
kill capsule names that we don't need anymore
by Benjamin Peterson
· 13 years ago
f7c1321
use memory macros
by Benjamin Peterson
· 13 years ago
7ed6727
check result of PyMem_New
by Benjamin Peterson
· 13 years ago
49f0b70
merge heads
by Benjamin Peterson
· 13 years ago
2dbda07
fix condition (#14296)
by Benjamin Peterson
· 13 years ago
c105cf5
Issue #14202: some additional doc fixes
by Eli Bendersky
· 13 years ago
969b8da
Issue #14202: some additional doc fixes
by Eli Bendersky
· 13 years ago
f53d20f
in 72556ff86828, I should have updated the magic as well as the comment (#14230)
by Benjamin Peterson
· 13 years ago
de39454
merge 3.2 (#14334)
by Benjamin Peterson
· 13 years ago
16d84ac
check to make sure the attribute is a string (#14334)
by Benjamin Peterson
· 13 years ago
6e33525
fix trailing whitespace
by Eli Bendersky
· 13 years ago
fd878b8
merge heads
by Eli Bendersky
· 13 years ago
2b71140
Add a test that makes sure TreeBuilder can be passed element_factory in the
by Eli Bendersky
· 13 years ago
c961b4a
Issue #14325: Stop using python lists, capsules, and the garbage collector to deal with PyArg_Parse* cleanup.
by Jean-Paul Calderone
· 13 years ago
68ca5a6
Issue #14202: Greatly enhance the documentation of xml.dom.pulldom.
by Eli Bendersky
· 13 years ago
3fb05a9
Issue #14202: Greatly enhance the documentation of xml.dom.pulldom.
by Eli Bendersky
· 13 years ago
e60d2d9
merge
by Raymond Hettinger
· 13 years ago
ec0e910
Improve the memory utilization (and speed) of functools.lru_cache().
by Raymond Hettinger
· 13 years ago
209d70e
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
by Senthil Kumaran
· 13 years ago
be3f851
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
by Senthil Kumaran
· 13 years ago
2a1e74a
Issue #13709: some fixes to the ctypes documentation. In addition to fixing
by Eli Bendersky
· 13 years ago
3405001
Issue #9257: clarify the events iterparse accepts
by Eli Bendersky
· 13 years ago
604c4ff
Issue #9257: clarify the events iterparse accepts
by Eli Bendersky
· 13 years ago
5b77d81
Issue #14207: the ParseError exception raised by _elementtree was made
by Eli Bendersky
· 13 years ago
f996e77
Closes Issue #14246: _elementtree parser will now handle io.StringIO
by Eli Bendersky
· 13 years ago
e53d977
Explain the use of charset parameter with Content-Type header: issue11082
by Senthil Kumaran
· 13 years ago
6b3434a
Explain the use of charset parameter with Content-Type header. Issue11082
by Senthil Kumaran
· 13 years ago
df2aecb
- Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in
by Matthias Klose
· 13 years ago
abdb552
fix comment
by Benjamin Peterson
· 13 years ago
5e259c8
merge heads
by Benjamin Peterson
· 13 years ago
f50af11
space
by Benjamin Peterson
· 13 years ago
2afe6ae
perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
by Benjamin Peterson
· 13 years ago
ca2f6ec
- Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in
by Matthias Klose
· 13 years ago
3270d11
port from 3.2 - Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199
by Senthil Kumaran
· 13 years ago
73277fe
closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.
by Senthil Kumaran
· 13 years ago
9635013
- Issue #14324: Fix configure tests for cross builds.
by Matthias Klose
· 13 years ago
b17289e
- Issue #14324: Fix configure tests for cross builds.
by Matthias Klose
· 13 years ago
3b739b1
- Issue #14324: Fix configure tests for cross builds.
by Matthias Klose
· 13 years ago
93a0ef1
- Issue #14321: Do not run pgen during the build if files are up to date.
by Matthias Klose
· 13 years ago
a4e0188
(sched) when run() is invoked with blocking=False return the deadline of the next scheduled call in the scheduler; this use case was suggested in http://bugs.python.org/issue1641#msg149453
by Giampaolo Rodola'
· 13 years ago
17160fd
Fixes #14314: Improved SMTP timeout handling.
by Vinay Sajip
· 13 years ago
7cc7033
Merge #12758: removing confusing mention of UTC from time.time description
by R David Murray
· 13 years ago
38c2754
#12758: removing confusing mention of UTC from time.time description
by R David Murray
· 13 years ago
d3d7c90
Closes issue #14163 - tkinter: problems with hello doc example
by Andrew Svetlov
· 13 years ago
7b51b8d
try to fix compilation on glibc's with cpu sets (#14296)
by Benjamin Peterson
· 13 years ago
1767e02
free AST's dict
by Benjamin Peterson
· 13 years ago
4775def
merge
by Raymond Hettinger
· 13 years ago
13ec112
Issue #13248: Removed docs for two deprecated unittest features. To be conservative, the code is left in for one more release.
by Raymond Hettinger
· 13 years ago
187fa8e
merge heads
by Gregory P. Smith
· 13 years ago
b713499
merge heads
by Gregory P. Smith
· 13 years ago
c362cbd
Fixes Issue 14234: fix for the previous commit, keep compilation when
by Gregory P. Smith
· 13 years ago
7596aea
cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261
by Senthil Kumaran
· 13 years ago
2522771
Fixes Issue 14234: fix for the previous commit, keep compilation when
by Gregory P. Smith
· 13 years ago
87684e6
Fix the wrong urllib exampls which use str for POST data. Closes Issue11261
by Senthil Kumaran
· 13 years ago
3d7c878
Issue #14222: Use the new time.steady() function instead of time.time() for
by Victor Stinner
· 13 years ago
071eca3
Issue #10278: Add an optional strict argument to time.steady(), False by default
by Victor Stinner
· 13 years ago
Next »