Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c3ef037ee1b5c5d146f9da73d6cef337e6ada099
c3ef037
Add missing “::” markup.
by Éric Araujo
· 13 years ago
0467686
Issue #13605: use print() in argparse nargs example
by Sandro Tosi
· 13 years ago
f06d444
don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@
by Sandro Tosi
· 13 years ago
76dea27
Indent 'File' in memoryview example, so it is correctly highlighted
by Sandro Tosi
· 13 years ago
496c53d
use Py_CLEAR
by Benjamin Peterson
· 13 years ago
fbc6f94
Test for issue #13500
by Jesus Cea
· 13 years ago
c33ae06
fix error in memoryview example; thanks to kan lianlian from docs@
by Sandro Tosi
· 13 years ago
cd96b4f
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
by Charles-François Natali
· 13 years ago
ec1712a
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
by Charles-François Natali
· 13 years ago
ead1de2
Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought
by Terry Jan Reedy
· 13 years ago
4279bc7
#14020: improve HTMLParser documentation.
by Ezio Melotti
· 13 years ago
c86d9e2
Fix a variable scoping error in an sqlite3 test
by Petri Lehtinen
· 13 years ago
b389022
sqlite3: Fix documentation errors concerning Cursor.rowcount
by Petri Lehtinen
· 13 years ago
f670ca5
Issue #13878: Fix random test_sched failures.
by Charles-François Natali
· 13 years ago
a124a68
don't use assertSameElements.
by Gregory P. Smith
· 13 years ago
58e7c1d
NEWS entry for previous commit.
by Gregory P. Smith
· 13 years ago
05f5953
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
by Gregory P. Smith
· 13 years ago
5c724a8
Issue #13913: Another fix test_pep3120 for the UTF-8 codec name
by Victor Stinner
· 13 years ago
5cb522c
Issue #11836: document multiprocessing.queues.SimpleQueue
by Sandro Tosi
· 13 years ago
23357eb
Merge
by Antoine Pitrou
· 13 years ago
2f5a163
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
by Antoine Pitrou
· 13 years ago
1303298
Issue #13913: Fix test_pep3120 for the UTF-8 codec name
by Victor Stinner
· 13 years ago
1ca9395
Issue #13491: Fix many errors in sqlite3 documentation
by Petri Lehtinen
· 13 years ago
2640b52
Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body().
by Antoine Pitrou
· 13 years ago
2a57a36
Fix test failure for shared builds caused by #1326113 fix
by Éric Araujo
· 13 years ago
ccddc47
Improve doc for atexit.register and unregister (#12297)
by Éric Araujo
· 13 years ago
b2f5c0a
Fix parsing of build_ext --libraries option (#1326113)
by Éric Araujo
· 13 years ago
4b3c784
Fix indentation
by Antoine Pitrou
· 13 years ago
37784ba
Issue #13020: Fix a reference leak when allocating a structsequence object fails.
by Antoine Pitrou
· 13 years ago
f5f1fe0
Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
by Antoine Pitrou
· 13 years ago
7113562
Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode.
by Antoine Pitrou
· 13 years ago
ffeee35
Issue #13979: Fix ctypes.util.find_library ldconfig regex
by Meador Inge
· 13 years ago
a127ecb
import re for the previous commit.
by Gregory P. Smith
· 13 years ago
9903c70
re.escape os.sep so that \ is interpreted properly in the regex.
by Gregory P. Smith
· 13 years ago
93b98ca
Issue #13930: fix a / to use os.sep so that the test works on Windows.
by Gregory P. Smith
· 13 years ago
cbe0134
Issue #13913: normalize utf-8 codec name in UTF-8 decoder
by Victor Stinner
· 13 years ago
e31dded
Fix an index and clean up comments.
by Ezio Melotti
· 13 years ago
7f728c1
shutil copy module reference doc fix.
by Senthil Kumaran
· 13 years ago
f4ab491
Improve handling of declarations in HTMLParser.
by Ezio Melotti
· 13 years ago
86f6712
Fix htmlparser tests to always use the right collector.
by Ezio Melotti
· 13 years ago
5211ffe
#13993: HTMLParser is now able to handle broken end tags when strict=False.
by Ezio Melotti
· 13 years ago
efc66f9
fix whitespace normalization before pushing.
by Gregory P. Smith
· 13 years ago
58f23ff
Issue #13930: Adds ability for 2to3 to write its output to a different
by Gregory P. Smith
· 13 years ago
51d04d1
Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes
by Petri Lehtinen
· 13 years ago
54411c1
Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643).
by Antoine Pitrou
· 13 years ago
9ce366a
Fix distutils.filelist.FileList under Windows (#13193).
by Éric Araujo
· 13 years ago
01a2215
Update mention of Subversion in the FAQ.
by Éric Araujo
· 13 years ago
30d94b7
Issue #13989: Document that GzipFile does not support text mode.
by Nadeem Vawda
· 13 years ago
efe7c9d
this is only a borrowed ref in Brett's branch
by Benjamin Peterson
· 13 years ago
9937748
Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building
by Ned Deily
· 13 years ago
fa3702d
#13960: HTMLParser is now able to handle broken comments when strict=False.
by Ezio Melotti
· 13 years ago
5b14d73
Issue #9021 - Introduce copy module better. Doc changes suggested by Terry
by Senthil Kumaran
· 13 years ago
6e13f13
Fix Issue #6005: Examples in the socket library documentation use sendall,
by Senthil Kumaran
· 13 years ago
b2c9e9a
Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()
by Charles-François Natali
· 13 years ago
73d1da3
Null merge for reverted fix for #13807.
by Vinay Sajip
· 13 years ago
4a84f58
Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
by Petri Lehtinen
· 13 years ago
1f30575
merge heads
by Benjamin Peterson
· 13 years ago
2f9c71b
bltinmod is borrowed, so it shouldn't be decrefed
by Benjamin Peterson
· 13 years ago
d531b29
Issue #10881: Fix test_site failure with OS X framework builds.
by Ned Deily
· 13 years ago
e91e763
Issue 964437 Make IDLE help window non-modal.
by Terry Jan Reedy
· 13 years ago
a77aa69
#13933 refine patch using 'new' builtin
by Terry Jan Reedy
· 13 years ago
cd2a603
Branch merge
by Éric Araujo
· 13 years ago
89dfd5c
Really make bztar support in shutil conditional.
by Éric Araujo
· 13 years ago
bd249c1
Clarify note in BZ2File docs about lack of multi-stream support (issue #1625).
by Nadeem Vawda
· 13 years ago
9701eb6
Closes #13944: fix capitalization of class name.
by Georg Brandl
· 13 years ago
8582bb1
Issue #12142: Fixed reference cycle when importing ctypes
by Meador Inge
· 13 years ago
8f50912
Issue #1625: Document BZ2File's lack of support for multi-stream inputs.
by Nadeem Vawda
· 13 years ago
ed3b867
Issue #13933: IDLE auto-complete did not work with some imported
by Ned Deily
· 13 years ago
f99f333
Fix failing test on big-endian machines (issue #13806).
by Antoine Pitrou
· 13 years ago
f51ebf9
threading primitives now have timeouts
by Benjamin Peterson
· 13 years ago
992ca52
Issue #8184: Fix a potential file descriptor leak when a
by Charles-François Natali
· 13 years ago
90b1358
put returns on their own lines
by Benjamin Peterson
· 13 years ago
050a05a
remove unused import
by Benjamin Peterson
· 13 years ago
3429491
Issue #13861: Prevent test_apropos* test case failures in test_pydoc.
by Ned Deily
· 13 years ago
2f7b286
Revert fix for #13807 mistakenly applied in this branch.
by Vinay Sajip
· 13 years ago
cf550dc
Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.
by Ned Deily
· 13 years ago
227e377
Merge.
by Charles-François Natali
· 13 years ago
6d0d24e
Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix
by Charles-François Natali
· 13 years ago
9713321
Document absoluteness of sys.executable
by Petri Lehtinen
· 13 years ago
03c29f9
Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot.
by Stefan Krah
· 13 years ago
090ec3c
merge. again.
by Brian Curtin
· 13 years ago
10dda6e
Add a hint that CSD == Service Pack.
by Brian Curtin
· 13 years ago
023fe33
sqlite3: Handle strings with embedded zeros correctly
by Petri Lehtinen
· 13 years ago
fc3ba6b
Add usage note
by Raymond Hettinger
· 13 years ago
4d82ade
whitespace
by Terry Jan Reedy
· 13 years ago
da4c467
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
by Terry Jan Reedy
· 13 years ago
ab32066
Fix zip_import.c's read_directory() to use appropriate types for the values
by Gregory P. Smith
· 13 years ago
2652d25
ready types returned from PyType_FromSpec
by Benjamin Peterson
· 13 years ago
e28108c
adjust declaration
by Benjamin Peterson
· 13 years ago
1334884
Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name.
by Antoine Pitrou
· 13 years ago
c875d20
Fix #13900: resolve self-referential description of a parameter.
by Georg Brandl
· 13 years ago
3cd4607
remove tests from really old regex module
by Benjamin Peterson
· 13 years ago
75ff65e
Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data.
by Antoine Pitrou
· 13 years ago
eba63c4
Issue #13895: fix test_ssl hanging under Ubuntu
by Antoine Pitrou
· 13 years ago
6b671b2
Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch
by Charles-François Natali
· 13 years ago
261896b
Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round.
by Mark Dickinson
· 13 years ago
eced82e
Fix intermittent test_ssl failure.
by Antoine Pitrou
· 13 years ago
871b9d1
note that get() is not affected by default_factory (closes #13887)
by Benjamin Peterson
· 13 years ago
04707c0
Fix error handling in examples of C API use.
by Antoine Pitrou
· 13 years ago
84a0fbf
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
by Antoine Pitrou
· 13 years ago
Next »