Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
15e6590774956a5bbb3a901bf5328869eb44ad49
15e6590
Issue #18760: Improved cross-references in the xml package.
by Serhiy Storchaka
· 11 years ago
3b44a40
Fix @requires_freebsd_version and @requires_linux_version decorators of
by Victor Stinner
· 11 years ago
b84fc0f
Fix compilation of the _sqlite module if threads are disabled
by Victor Stinner
· 11 years ago
9594942
Issue #18783: Removed existing mentions of Python long type in docstrings,
by Serhiy Storchaka
· 11 years ago
4af4d27
#18839: document that sys.exit() will not accept a non-integer numeric value as exit status.
by Ezio Melotti
· 11 years ago
ca4d97e
Clarify pyexpat documentation in StartElementHandler
by Eli Bendersky
· 11 years ago
7c4a7e6
#18803: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
bf8ab77
Update XMLParser.close documentation and fix formatting.
by Eli Bendersky
· 11 years ago
4f1353a
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
by Ezio Melotti
· 11 years ago
c20a7b9
Merge.
by Charles-François Natali
· 11 years ago
249cdc3
Issue #18763: subprocess: The file descriptors are now closed after calling the
by Charles-François Natali
· 11 years ago
b33baf1
Issue #18817: Fix a resource warning in Lib/aifc.py demo.
by Serhiy Storchaka
· 11 years ago
cd0f74b
#16611: BaseCookie now parses 'secure' and 'httponly' flags.
by R David Murray
· 11 years ago
f1fe159
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
by Christian Heimes
· 11 years ago
61636e7
Issue #18747: Fix spelling errors in my commit message and comments,
by Christian Heimes
· 11 years ago
157c983
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
by Christian Heimes
· 11 years ago
ec8147b
Various clarifications based on feedback & questions over the years.
by Tim Peters
· 11 years ago
eba25ba
Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess
by Antoine Pitrou
· 11 years ago
71fe8c0
test_socket: cancel scheduled alarm on test failure
by Victor Stinner
· 11 years ago
9e0ae53
Issue #18757: Improved cross-references in the concurrent package.
by Serhiy Storchaka
· 11 years ago
78ede7c
#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
0c2dd0c
Close #17702: On error, os.environb now removes suppress the except context
by Victor Stinner
· 11 years ago
f1e0273
NEW entry for issue #18755
by Brett Cannon
· 11 years ago
a4975a9
Issue #18755: Allow imp.load_*() loaders to have get_data() called
by Brett Cannon
· 11 years ago
f5ebd26
Emphasize that people should not override __import__.
by Brett Cannon
· 11 years ago
01e75a6
Add line explaining the "%sort" test.
by Tim Peters
· 11 years ago
06ce077
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
by Serhiy Storchaka
· 11 years ago
203eb31
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
by Serhiy Storchaka
· 11 years ago
1852b30
Issue #18747: Update Misc/NEWS to reflect the latest changeset.
by Christian Heimes
· 11 years ago
80c5de9
Issue #18747: Use a parent atfork handler instead of a child atfork handler.
by Christian Heimes
· 11 years ago
00ae435
#18324: set_payload now correctly handles binary input.
by R David Murray
· 11 years ago
0b16912
Merge 3.2 into 3.3.
by Tim Peters
· 11 years ago
1e440cf
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions.
by Antoine Pitrou
· 11 years ago
9e6b975
Issue #17119: Fixed integer overflows when processing large strings and tuples
by Serhiy Storchaka
· 11 years ago
f77b4b2
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
by Christian Heimes
· 11 years ago
b1973c2
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
by Serhiy Storchaka
· 11 years ago
ec67d18
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
by Serhiy Storchaka
· 11 years ago
98985a1
Issue #2537: Remove breaked check which prevented valid regular expressions.
by Serhiy Storchaka
· 11 years ago
1ca66ed
Issue #18647: A regular expression in the doctest module rewritten so that
by Serhiy Storchaka
· 11 years ago
9d96542
Issue #18647: Correctly bound calculated min/max width of a subexpression.
by Serhiy Storchaka
· 11 years ago
4d98ca9
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
by Christian Heimes
· 11 years ago
e0f0cf4
Issue #18761: Improved cross-references in email documentation.
by Serhiy Storchaka
· 11 years ago
ca64d25
Issue #18489: idlelib.SearchEngine - add docstrings
by Terry Jan Reedy
· 11 years ago
3f4f3ba
#18562: various revisions to the regex howto for 3.x
by Andrew Kuchling
· 11 years ago
ba5d8f3
Issue #18592: whitespace
by Terry Jan Reedy
· 11 years ago
c5507c0
Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).
by Terry Jan Reedy
· 11 years ago
958dbb9
add missing #
by Christian Heimes
· 11 years ago
3c2593b
Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
by Christian Heimes
· 11 years ago
474afdd
Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
by Christian Heimes
· 11 years ago
85a8629
#18466: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
b5bc353
#18741: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
9ff79f7
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols.
by Christian Heimes
· 11 years ago
30b9d5d
#18705: fix a number of typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
67f3977
Issue #18759: Improved cross-references in logging documentation.
by Vinay Sajip
· 11 years ago
a3811e4
merge
by Christian Heimes
· 11 years ago
824f7f3
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
by Christian Heimes
· 11 years ago
7bf1125
Issue #16463: Fix a transient test_timeout failure.
by Charles-François Natali
· 11 years ago
e79be87
Issue #18743: Fix references to non-existant "StringIO" module.
by Serhiy Storchaka
· 11 years ago
ec34ab5
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
by Antoine Pitrou
· 11 years ago
802bf8a
#18707: point to Doc/README.txt in the README file. Patch by Madison May.
by Ezio Melotti
· 11 years ago
ac60160
Issue #1666318: Add a test that shutil.copytree() retains directory permissions.
by Antoine Pitrou
· 11 years ago
ba69008
Issue #16190: fix random module recommendation to use ssl.RAND_bytes().
by Antoine Pitrou
· 11 years ago
29c3fc5
Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
by Terry Jan Reedy
· 11 years ago
c2564f9
Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
by Terry Jan Reedy
· 11 years ago
5e4d639
Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD
by Victor Stinner
· 11 years ago
7491f17
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
by Eric Snow
· 11 years ago
e76c039
Remove errant fourth '.' from ellipsis in datetime documentation.
by David Wolever
· 11 years ago
b1b915c
Issue 18719: Remove a false optimization
by Raymond Hettinger
· 11 years ago
0a01ac4
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
by Terry Jan Reedy
· 11 years ago
7f7b941
Issue #18405: Improve the entropy of crypt.mksalt().
by Victor Stinner
· 11 years ago
4bfa6c5
#18687: remove obsolete comment. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
eedb58d
Issue 18724: Fix typo noticed by Susan Tan.
by Ned Deily
· 11 years ago
0d53860
Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb
by Senthil Kumaran
· 11 years ago
bc4b8eb
Documenting that json.load may raise a ValueError.
by Felix Crux
· 11 years ago
569a5fa
Issue #17701: Improving strftime documentation.
by David Wolever
· 11 years ago
00964ed
Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
by Larry Hastings
· 11 years ago
ba5517d
Issue #12645: Clarify and reformat the documentation of import_fresh_module
by Eli Bendersky
· 11 years ago
b212291
Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*.
by Serhiy Storchaka
· 11 years ago
d51914c
#18663: document that assertAlmostEqual also works when the values are equal and add tests.
by Ezio Melotti
· 11 years ago
7608b60
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
by Terry Jan Reedy
· 11 years ago
a594c63
Issue #18429: Add user-oriented News entry about Format / Format Paragraph
by Terry Jan Reedy
· 11 years ago
7c64aad
Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
by Terry Jan Reedy
· 11 years ago
056bafe
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
by Ezio Melotti
· 11 years ago
a9e67ad
Merge heads.
by R David Murray
· 11 years ago
f22b62e
#8112: Update the documenting xmlrpc server to use getfullargspec.
by R David Murray
· 11 years ago
1c4810b
#18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
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
Next »