Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5ca305a599d487beba642903914f0a55259f9d52
5ca305a
Issue 11715: Build extension modules on multiarch Debian and Ubuntu by
by Barry Warsaw
· 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
c824e9a
Try to fix sporadic test_multiprocessing failure
by Antoine Pitrou
· 14 years ago
4f61b02
Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
by Ross Lagerwall
· 14 years ago
45fdb45
Try to fix sporadic failure in test_thread/test_threading
by Antoine Pitrou
· 14 years ago
b35f29a
Issue #11761: make tests for gc.get_count() less fragile
by Antoine Pitrou
· 14 years ago
b5ff3e4
Fix typo noticed by Sandro Tosi.
by Ezio Melotti
· 14 years ago
d055956
Merge 3.1
by Kristjan Valur Jonsson
· 14 years ago
35722a9
Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.
by Kristjan Valur Jonsson
· 14 years ago
d6c1d57
Issue 11713: clarify docstring for collections.deque()
by Raymond Hettinger
· 14 years ago
acb6309
Merge issue 11662.
by Guido van Rossum
· 14 years ago
a119df9
Issue 11662: Fix vulnerability in urllib/urllib2.
by guido@google.com
· 14 years ago
ad45bfe
let's keep parenthesis around sizeof
by Benjamin Peterson
· 14 years ago
9b2e67c
#10617: add class directives to collections ABCs.
by Ezio Melotti
· 14 years ago
f8d887e
Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon.
by Martin v. Löwis
· 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
ccd2283
Fix misplaced Misc/NEWS entry.
by Mark Dickinson
· 14 years ago
9bad3a9
Fix short file name generation in bdist_msi.
by Martin v. Löwis
· 14 years ago
c01ffdf
revert unintended changes
by Benjamin Peterson
· 14 years ago
39530f8
always check return value of PyObject_IsInstance for error
by Benjamin Peterson
· 14 years ago
8d6c62d
check possible recursive _as_parameter_ to prevent segfault (closes #1838)
by Benjamin Peterson
· 14 years ago
b8a5769
Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.
by Ross Lagerwall
· 14 years ago
89461ef
Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.
by Mark Dickinson
· 14 years ago
211643b
Branch merge
by Éric Araujo
· 14 years ago
946f172
<Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676
by Kurt B. Kaiser
· 14 years ago
f84eb5a
Branch merge
by Éric Araujo
· 14 years ago
5ab4776
Tweaks to sys.flags description table.
by Éric Araujo
· 14 years ago
a464d4e
Remove untrue statement from tutorial
by Éric Araujo
· 14 years ago
b9a428d
#9557: eliminate 3 seconds of static overhead from test_mailbox.
by R David Murray
· 14 years ago
4dcf502
Use universal construct os.path.expanduser('~') instead of os.environ['HOME']
by Éric Araujo
· 14 years ago
ebbf1e6
#2650: Refactor re.escape to use enumerate().
by Ezio Melotti
· 14 years ago
7b9e97b
#2650: Add tests with non-ascii chars for re.escape.
by Ezio Melotti
· 14 years ago
d2114eb
#2650: Refactor the tests for re.escape.
by Ezio Melotti
· 14 years ago
5cf7878
Merge 3.1
by Kurt B. Kaiser
· 14 years ago
b938c8c
#11606: improved body_encode algorithm, no longer produces overlong lines
by R David Murray
· 14 years ago
f9439914
Merge 3.1
by Kurt B. Kaiser
· 14 years ago
29943aa
test_multiprocessing: use assertLess() to see the timeout on error
by Victor Stinner
· 14 years ago
cafd79d
#11590: fix quoprimime decode handling of empty strings and line endings.
by R David Murray
· 14 years ago
ec1b5b8
#11589: add additional tests for the email quoprimime module.
by R David Murray
· 14 years ago
4804991
Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond.
by Éric Araujo
· 14 years ago
c706dbf
Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property.
by Raymond Hettinger
· 14 years ago
3b654be
Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents.
by Raymond Hettinger
· 14 years ago
a8e4d6e
Issue 10787: Document the probability density function for random.gammavariate.
by Raymond Hettinger
· 14 years ago
b199b22
Issue 10988: fix description of super's descriptor call.
by Raymond Hettinger
· 14 years ago
e5820c6
Issue #11625: Fix Typo
by Raymond Hettinger
· 14 years ago
82d8ec5
Fix duplicate word.
by Georg Brandl
· 14 years ago
75fc566
<Home> toggle non-functional when NumLock set on Windows. Issue3851.
by Kurt B. Kaiser
· 14 years ago
451385d
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
by Victor Stinner
· 14 years ago
e788ace
Fix some issue references in NEWS
by Éric Araujo
· 14 years ago
628225c
Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar
by Victor Stinner
· 14 years ago
09eb980
Fix typo in class name
by Éric Araujo
· 14 years ago
8189ab8
Call reap_children() where appropriate
by Antoine Pitrou
· 14 years ago
9c0d5ea
Markup fixes for #7198 patch.
by R David Murray
· 14 years ago
f453deb
#7198: really add newline='' to csv.writer docs.
by R David Murray
· 14 years ago
1b407fe
Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML.
by Senthil Kumaran
· 14 years ago
877766d
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
by Antoine Pitrou
· 14 years ago
5e98141
Issue #5421: Fix misleading error message when one of socket.sendto()'s
by Antoine Pitrou
· 14 years ago
9f9193e
Error message in http.server code. Missed to update in 3.1 branch initially.
by Senthil Kumaran
· 14 years ago
de91276
#11401: handle headers with no value.
by R David Murray
· 14 years ago
6d94bd4
#9298: restore proper folding of base64 encoded bodies.
by R David Murray
· 14 years ago
d3b7a55
Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS
by Jesus Cea
· 14 years ago
0b8753d
Issue #11569: use absolute path to the sysctl command in multiprocessing to
by Ronald Oussoren
· 14 years ago
9465d42
Revert typo fixes in zlib/*
by Ezio Melotti
· 14 years ago
1392500
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
e3d09ff
#11216: document all possible set_charset execution paths.
by R David Murray
· 14 years ago
126848a
Fix whitespace in test_subprocess
by Antoine Pitrou
· 14 years ago
87541aa
Merge
by Antoine Pitrou
· 14 years ago
ec4b44b
make this subversion artifact empty
by Benjamin Peterson
· 14 years ago
2c50a09
On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no
by Antoine Pitrou
· 14 years ago
7dedcb4
#11555: update doc for 3.x change to as_string mangle_from default.
by R David Murray
· 14 years ago
8beaa6c
Revert typo fixes in _cytpes/libffi*
by Ezio Melotti
· 14 years ago
81ce685
Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was
by Gregory P. Smith
· 14 years ago
42da663
#11515: fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
f6db0bb
Remove redundant __contains__ entry from Message docs.
by R David Murray
· 14 years ago
e72e161
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list
by Ronald Oussoren
· 14 years ago
94eceeb
Fix #11491. When dbm.open was called with a file which already exists and
by briancurtin
· 14 years ago
2503249
Fixes #1099: Mac compile fails with pydebug and framework enabled
by Ronald Oussoren
· 14 years ago
d89ee79
#11488: Add tests for writelines method of SpooledTemporaryFile.
by R David Murray
· 14 years ago
8fea2e6
Issue #10885: Fix multiprocessing docs typo
by Ross Lagerwall
· 14 years ago
d79210a
#11490: EACCES can also mean command not found
by R David Murray
· 14 years ago
6b19e50
Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478)
by Antoine Pitrou
· 14 years ago
2b73660
Fix markup in inputoutput.rst.
by Ezio Melotti
· 14 years ago
77845ce
Fix typo.
by Ezio Melotti
· 14 years ago
ab2b716
trunc -> math.trunc (closes #11475)
by Benjamin Peterson
· 14 years ago
37a79fb
Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode.
by Mark Dickinson
· 14 years ago
abd4a05
Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex
by Senthil Kumaran
· 14 years ago
26606fd
Issue #11403: add some MSVC-generated files to .hgignore
by Antoine Pitrou
· 14 years ago
7885833
#11446: fix incorrect PEP link.
by Ezio Melotti
· 14 years ago
9cc6249
Issue #11426: use 'with' statements on open files in CSV examples
by Eli Bendersky
· 14 years ago
3017806
#10999: Add missing documentation for chflags constants to stat module docs
by R David Murray
· 14 years ago
c29cd93
Use simpler assert in basic example.
by Ezio Melotti
· 14 years ago
c542547
Reword the finalization note.
by Gregory P. Smith
· 14 years ago
c60137b
Explicitly mention that people should not depend on immediate
by Gregory P. Smith
· 14 years ago
2d1e88a
Backport from 3.2 several improvements and fixes for unittest.rst.
by Ezio Melotti
· 14 years ago
7983d33
Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when
by Antoine Pitrou
· 14 years ago
d285318
Issue #5622: Fix curses.wrapper to raise correct exception if curses
by Ned Deily
· 14 years ago
c8ab6ee
Issue #11444: Lock handlers while flushing/closing during shutdown.
by Vinay Sajip
· 14 years ago
49d7149
transform izip_longest #11424
by Benjamin Peterson
· 14 years ago
3f84b07
Issue #11424: Fix bug in determining child loggers.
by Vinay Sajip
· 14 years ago
d86e4c8
only do this sys.stderr replacing on CPython
by Benjamin Peterson
· 14 years ago
Next »