projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2013-08-16
Antoine Pitrou
Issue #16190: fix random module recommendation to use...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Terry Jan Reedy
Issue #18732: Remove unused* parameter output_sep from...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Terry Jan Reedy
Issue #18425: Unittests for idlelib.IdleHistory. First...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Victor Stinner
Issue #18296: Try to fix TestSendfile.test_trailers...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Eric Snow
issue #18698: ensure importlib.reload() returns the...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
David Wolever
Remove errant fourth '.' from ellipsis in datetime...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Raymond Hettinger
Issue 18719: Remove a false optimization
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Terry Jan Reedy
Issue #18425: Add docstrings to IdleHistory.py. Remove...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Victor Stinner
Issue #18405: Improve the entropy of crypt.mksalt().
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Ezio Melotti
#18687: remove obsolete comment. Patch by Févry Thibault.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Ned Deily
Issue 18724: Fix typo noticed by Susan Tan.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Senthil Kumaran
Increasing test coverage of ftplib. Patch by Muhammad...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Felix Crux
Documenting that json.load may raise a ValueError.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
David Wolever
Issue #17701: Improving strftime documentation.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Larry Hastings
Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-11
Eli Bendersky
Issue #12645: Clarify and reformat the documentation...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-11
Serhiy Storchaka
Issue #18706: Fix a test for issue #18681 so it no...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-11
Ezio Melotti
#18663: document that assertAlmostEqual also works...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Terry Jan Reedy
Issue #18676: Change 'positive' to 'non-negative' in...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Terry Jan Reedy
Issue #18429: Add user-oriented News entry about Format...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Terry Jan Reedy
Issue #18226: Add docstrings and unittests for idlelib...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Ezio Melotti
#18681: Fix a NameError in imp.reload() (noticed by...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
R David Murray
Merge heads.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
R David Murray
#8112: Update the documenting xmlrpc server to use...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Ezio Melotti
#18505: fix duplicate name and remove duplicate test...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Ezio Melotti
Fix a couple of typos.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Ezio Melotti
#18453: fix unused variables in test_xmlrpc. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Ezio Melotti
#18465: fix unused variables in test_minidom. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Ezio Melotti
#18484: improve test coverage of http.cookiejar. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Ezio Melotti
#18483: add one more date format in test_http2time_form...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Eli Bendersky
Issue #18668: Further clarify m_size setting for non...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
R David Murray
#18600: In 3.3, as_string does not accept a policy...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Ezio Melotti
#18357: add tests for dictview set difference. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Ezio Melotti
#18581: remove duplicate test and run a test class...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Serhiy Storchaka
Fix a typo in PyUnicode_CopyCharacters() documentation.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Ezio Melotti
#18267: make whitespace consistent and fix an operator.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Ezio Melotti
#18273: move the tests in Lib/test/json_tests to Lib...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Eli Bendersky
Issue #18668: Properly document setting m_size in PyMod...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Christian Heimes
Issue #18368: PyOS_StdioReadline() no longer leaks...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Mark Dickinson
Issue #18661: typo in grp.struct_group docstring. ...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
R David Murray
#18657: remove duplicate entries from Misc/ACKS.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Raymond Hettinger
Silence compiler warnings for strict function prototype...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Terry Jan Reedy
Issue #18151: Replace remaining Idle 'open...close...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Raymond Hettinger
Silence compiler warning for an unused declaration
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Raymond Hettinger
Silence compiler warning about an uninitialized variable
commit
|
commitdiff
|
tree
|
snapshot
2013-05-20
Charles-Francois...
Issue #17684: Fix some test_socket failures due to...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Eli Bendersky
Issue #17902: Clarify doc of ElementTree.iterparse
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Eli Bendersky
Issue #17011: Fix caching of xpath path when namespaces...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Serhiy Storchaka
Issue #16741: Remove testing of implementation artifact.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Serhiy Storchaka
Issue #18647: Temporary disable the "nothing to repeat...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Serhiy Storchaka
Merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Martin v. Löwis
Issue #16067: Add description into MSI file to replace...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Serhiy Storchaka
Issue #16741: Fix an error reporting in int().
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Serhiy Storchaka
Issue #17998: Fix an internal error in regular expressi...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
doko@ubuntu.com
- Fix a fcntl test case on KFreeBSD, Debian #708653...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Nick Coghlan
Close #18396: fix spurious test_signal failure on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Ned Deily
Issue #17046: Fix test_subprocess test_executable_witho...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Charles-François...
Issue #18325: Fix a test_kqueue failure on OpenBSD...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Ned Deily
Issue #18517: Move definition of "xxlimited" extension...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Ned Deily
Issue #18627: Fix typo noticed by Vajrasky Kok.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Ned Deily
Issue #17557: Fix os.getgroups() to work with the modif...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Larry Hastings
Issue #17899: Fix rare file descriptor leak in os.listd...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Antoine Pitrou
Issue #18589: fix hyperlinking of type slots (tp_*)
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Christian Heimes
Initialize utime with 0. It fixes a couple of compiler...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Christian Heimes
merge
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Christian Heimes
Silence warning about set but unused variable inside...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Terry Jan Reedy
Issue #18573: More copy-paste fixes to assertWarns...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Ned Deily
Issue #15494: Install new test/support directory.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
R David Murray
#16273: Fix tutorial discussion of seek/tell (opaque...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
R David Murray
#18601: fix error made when difflib example was convert...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
R David Murray
#18584: s/testcleanup/testsetup/ until we switch to...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Antoine Pitrou
Simplify example of PyErr_Fetch() use
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Christian Heimes
Add simple test for resource.getpagesize()
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Christian Heimes
Add more tests for hashlib and hash object attributes
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Christian Heimes
Issue #18599: Fix name attribute of _sha1.sha1() object...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Eli Bendersky
Issue #18593: fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Terry Jan Reedy
Make all idle test case names end with 'Test'.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
R David Murray
#18584: make doctest examples in email documentation...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Nick Coghlan
Third attempt to fix #15415 on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Nick Coghlan
Attempt to fix #15415 on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-07-28
Terry Jan Reedy
Update gui section of idle test README.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-28
Terry Jan Reedy
Issue #18441: Remove check from test_text.py in 3.3...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-28
Nick Coghlan
Close #15415: Factor out temp dir helpers to test.support
commit
|
commitdiff
|
tree
|
snapshot
2013-07-28
Nick Coghlan
Issue #15494: test.support is now a package rather...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-28
Terry Jan Reedy
Issue #18441: Make test.support.requires('gui') skip...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-28
Victor Stinner
doc of PYTHONFAULTHANDLER env var: add missing "version...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Benjamin Peterson
add a test for issue #17669 (closes #18565)
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Terry Jan Reedy
Issue #18573: Complete copy-paste from assertRaises...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-27
Victor Stinner
Issue #15893: Remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Victor Stinner
Issue #15893: frozenmain.c now handles PyMem_Malloc...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Christian Heimes
Issue #18552: Check return value of PyArena_AddPyObject...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Victor Stinner
Parser/asdl_c.py: use Py_CLEAR()
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Victor Stinner
According to the PEP 7, C code must "use 4-space indents"
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Christian Heimes
Issue #18561: Skip name in ctypes' _build_callargs...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Christian Heimes
Issue #18560: Fix potential NULL pointer dereference...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Christian Heimes
Issue #18559: Fix NULL pointer dereference error in...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Christian Heimes
Handle yet another potential failure in testcapi
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Christian Heimes
Check return value of PyLong_FromLong(X509_get_version...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Christian Heimes
remove surplus and wrong Py_DECREF() introduced in...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Christian Heimes
Fix declaration-after-statement of d49f65ff4f3c
commit
|
commitdiff
|
tree
|
snapshot
next