Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2af76da7b4dae90f33ee1e87d10afc6506e9b2a5
2af76da
Fix a couple of typos.
by Ezio Melotti
· 11 years ago
3191632
#18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
0f12be1
#18465: fix unused variables in test_minidom. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
1d237e5
#18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
7ac17f8
#18483: add one more date format in test_http2time_formats. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
43694a5
Issue #18668: Further clarify m_size setting for non-negative values
by Eli Bendersky
· 11 years ago
fb1a7bc
#18600: In 3.3, as_string does not accept a policy keyword.
by R David Murray
· 11 years ago
2532635
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
by Ezio Melotti
· 11 years ago
4e4f3b8
#18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
cdd0279
Fix a typo in PyUnicode_CopyCharacters() documentation.
by Serhiy Storchaka
· 11 years ago
79016e1
#18267: make whitespace consistent and fix an operator.
by Ezio Melotti
· 11 years ago
66f2ea0
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
by Ezio Melotti
· 11 years ago
0d2d2b8
Issue #18668: Properly document setting m_size in PyModuleDef
by Eli Bendersky
· 11 years ago
9ae513c
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
by Christian Heimes
· 11 years ago
fb29a16
Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
by Mark Dickinson
· 11 years ago
2833f42
#18657: remove duplicate entries from Misc/ACKS.
by R David Murray
· 11 years ago
d7bd7a5
Silence compiler warnings for strict function prototype declarations.
by Raymond Hettinger
· 11 years ago
95f34ab
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
by Terry Jan Reedy
· 11 years ago
c86d7e9
Silence compiler warning for an unused declaration
by Raymond Hettinger
· 11 years ago
e56666d
Silence compiler warning about an uninitialized variable
by Raymond Hettinger
· 11 years ago
dd225e4
Issue #17684: Fix some test_socket failures due to limited FD passing support
by Charles-Francois Natali
· 12 years ago
ca97fd3
Issue #17902: Clarify doc of ElementTree.iterparse
by Eli Bendersky
· 11 years ago
2acc525
Issue #17011: Fix caching of xpath path when namespaces are present.
by Eli Bendersky
· 11 years ago
3ceaff0
Issue #16741: Remove testing of implementation artifact.
by Serhiy Storchaka
· 11 years ago
5e376a7
Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots happy.
by Serhiy Storchaka
· 11 years ago
3610286
Merge heads
by Serhiy Storchaka
· 11 years ago
78fa5e3
Issue #16067: Add description into MSI file to replace installer's temporary name.
by Martin v. Löwis
· 11 years ago
f6d0aee
Issue #16741: Fix an error reporting in int().
by Serhiy Storchaka
· 11 years ago
1f35ae0
Issue #17998: Fix an internal error in regular expression engine.
by Serhiy Storchaka
· 11 years ago
1dfb918
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
by doko@ubuntu.com
· 11 years ago
60b3ac7
Close #18396: fix spurious test_signal failure on Windows
by Nick Coghlan
· 11 years ago
e92dfbf
Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.
by Ned Deily
· 11 years ago
6ddd265
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
by Charles-François Natali
· 11 years ago
cd3d8fb
Issue #18517: Move definition of "xxlimited" extension to detect_modules().
by Ned Deily
· 11 years ago
bd143c3
Issue #18627: Fix typo noticed by Vajrasky Kok.
by Ned Deily
· 11 years ago
b5dd6d2
Issue #17557: Fix os.getgroups() to work with the modified behavior of
by Ned Deily
· 11 years ago
2e3e593
Issue #17899: Fix rare file descriptor leak in os.listdir().
by Larry Hastings
· 11 years ago
39668f5
Issue #18589: fix hyperlinking of type slots (tp_*)
by Antoine Pitrou
· 11 years ago
b3c8724
Initialize utime with 0. It fixes a couple of compiler warnung:
by Christian Heimes
· 11 years ago
294b93d
merge
by Christian Heimes
· 11 years ago
5e4d372
Silence warning about set but unused variable inside compile_atom() in non-debug builds
by Christian Heimes
· 11 years ago
778cba7
Issue #18573: More copy-paste fixes to assertWarns entry.
by Terry Jan Reedy
· 11 years ago
cdc75d9
Issue #15494: Install new test/support directory.
by Ned Deily
· 11 years ago
1c4e443
#16273: Fix tutorial discussion of seek/tell (opaque text-mode values).
by R David Murray
· 11 years ago
96433f8
#18601: fix error made when difflib example was converted to use 'with'.
by R David Murray
· 11 years ago
11bfd32
#18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.
by R David Murray
· 11 years ago
3ab7b0a
Simplify example of PyErr_Fetch() use
by Antoine Pitrou
· 11 years ago
4ebc929
Add simple test for resource.getpagesize()
by Christian Heimes
· 11 years ago
65aa573
Add more tests for hashlib and hash object attributes
by Christian Heimes
· 11 years ago
4fec431
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
by Christian Heimes
· 11 years ago
25f043b
Issue #18593: fix typo in comment
by Eli Bendersky
· 11 years ago
4bd3129
Make all idle test case names end with 'Test'.
by Terry Jan Reedy
· 11 years ago
fdfb005
#18584: make doctest examples in email documentation pass.
by R David Murray
· 11 years ago
c06c0ae
Third attempt to fix #15415 on Windows
by Nick Coghlan
· 11 years ago
2f253e8
Attempt to fix #15415 on Windows
by Nick Coghlan
· 11 years ago
015b453
Update gui section of idle test README.
by Terry Jan Reedy
· 11 years ago
a9d16c8
Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7).
by Terry Jan Reedy
· 11 years ago
5517596
Close #15415: Factor out temp dir helpers to test.support
by Nick Coghlan
· 11 years ago
69e3bda
Issue #15494: test.support is now a package rather than a module
by Nick Coghlan
· 11 years ago
725d9dd
Issue #18441: Make test.support.requires('gui') skip when it should.
by Terry Jan Reedy
· 11 years ago
ae6d05b
doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag
by Victor Stinner
· 11 years ago
d979c72
add a test for issue #17669 (closes #18565)
by Benjamin Peterson
· 11 years ago
9eda66d
Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry.
by Terry Jan Reedy
· 11 years ago
da2cbb4
Issue #15893: Remove dead code
by Victor Stinner
· 12 years ago
36577e4
Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
by Victor Stinner
· 12 years ago
70c94e7
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
by Christian Heimes
· 12 years ago
1acc129
Parser/asdl_c.py: use Py_CLEAR()
by Victor Stinner
· 12 years ago
ce72e1c
According to the PEP 7, C code must "use 4-space indents"
by Victor Stinner
· 12 years ago
6ca8a05
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199
by Christian Heimes
· 12 years ago
704e2d3
Issue #18560: Fix potential NULL pointer dereference in sum()
by Christian Heimes
· 12 years ago
9ee5c37
Issue #18559: Fix NULL pointer dereference error in _pickle module
by Christian Heimes
· 12 years ago
66eda26
Handle yet another potential failure in testcapi CID 1058280
by Christian Heimes
· 12 years ago
5962bef
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
by Christian Heimes
· 12 years ago
ec2309b
remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
by Christian Heimes
· 12 years ago
3205e74
Fix declaration-after-statement of d49f65ff4f3c
by Christian Heimes
· 12 years ago
7e13802
Fix memory leaks and add checks for failing malloc() calls to testcapi module
by Christian Heimes
· 12 years ago
ff369a5
Fix possible NULL pointer dereferences in testcapi module
by Christian Heimes
· 12 years ago
a956e64
Fix possible NULL pointer dereference in PyCurses_Start_Color() CID 1058276
by Christian Heimes
· 12 years ago
845f784
Issue #18556: Check the return value for PyUnicode_AsWideChar() in
by Brett Cannon
· 12 years ago
b76b1b1
#15130: remove repeat of abstract paragraph from socket howto body.
by R David Murray
· 12 years ago
271ade8
#18503: small cleanups in test_email.
by R David Murray
· 12 years ago
9228837
Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369
by Christian Heimes
· 12 years ago
b042daa
#14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat.
by Ezio Melotti
· 12 years ago
61b0c67
#16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat.
by Ezio Melotti
· 12 years ago
72f562f
Fix potential NULL pointer dereferencing in ast module CID 719690
by Christian Heimes
· 12 years ago
a92fbe6
Issue #18541: simplified LoggerAdapter example.
by Vinay Sajip
· 12 years ago
7d28b6b
return NULL here
by Benjamin Peterson
· 12 years ago
fa6bc29
Issue #17944: test_zipfile now discoverable and uses subclassing to
by Serhiy Storchaka
· 12 years ago
1eb0cb1
Some compilers complain about 'control reaches end of non-void function'
by Christian Heimes
· 12 years ago
60a6067
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
by Christian Heimes
· 12 years ago
37c916d
merge
by Christian Heimes
· 12 years ago
53d2dc4
Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when debugging
by Christian Heimes
· 12 years ago
6e2711b
Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.
by Terry Jan Reedy
· 12 years ago
43d82df
Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources.
by Christian Heimes
· 12 years ago
0f9b7d3
fix spacing
by Benjamin Peterson
· 12 years ago
04b01dc
let's not return NULL from functions that should return ints
by Benjamin Peterson
· 12 years ago
8c4c1f6
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
by Christian Heimes
· 12 years ago
96f628f
Fix reference and memory leaks in _freeze_importlib
by Christian Heimes
· 12 years ago
1f34729
Check return value of lseek() in _Py_DisplaySourceLine().
by Christian Heimes
· 12 years ago
c731bbe
Propagate error when PyByteArray_Resize() fails in bytearray_translate()
by Christian Heimes
· 12 years ago
Next »