projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2012-04-09
Benjamin Peterson
merge 2.7.3 release branch
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Benjamin Peterson
Added tag v2.7.3 for changeset 70274d53c1dd
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Benjamin Peterson
bump to 2.7.3 final
v2.7.3
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Benjamin Peterson
merge 2.7 release branch
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Benjamin Peterson
fix build without Py_DEBUG and DNDEBUG (closes #14509)
commit
|
commitdiff
|
tree
|
snapshot
2012-04-08
Antoine Pitrou
Fix the patch for issue #7978: select() raises select...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-08
Antoine Pitrou
Fix flakiness in test_socketserver
commit
|
commitdiff
|
tree
|
snapshot
2012-04-08
Antoine Pitrou
Issue #7978: socketserver now restarts the select(...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-08
R David Murray
Make test_mailbox runnable via python -m unittest.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Sandro Tosi
Issue #14502: release() and unlocked lock generates...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Antoine Pitrou
Issue #14505: Fix file descriptor leak when deallocatin...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Georg Brandl
Closes #14489: correct link target.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-04
Georg Brandl
Transplant 45287f2799f5 from default branch.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
R David Murray
#14481: fix formatting of example in subprocess docs.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
Benjamin Peterson
fix parse_syntax_error to clean up its resources
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
Benjamin Peterson
remove uneeded line
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
Benjamin Peterson
protect this call, too
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
Benjamin Peterson
prevent writing to stderr from messing up the exception...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-01
Antoine Pitrou
Issue #13019: Fix potential reference leaks in bytearra...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-31
Sandro Tosi
fix typo; thanks to Robert Bardos from docs@
commit
|
commitdiff
|
tree
|
snapshot
2012-03-31
Antoine Pitrou
Issue #14437: Fix building the _io module under Cygwin.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-31
Sandro Tosi
use unittest.skip; thanks to Chang Min Jeon from docs@
commit
|
commitdiff
|
tree
|
snapshot
2012-03-31
R David Murray
#14434: make tutorial link in 'help' banner version...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-31
Sandro Tosi
add 'safari' to webbrowser browsers table; thanks to...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-31
Andrew Svetlov
update NEWS for 2.7 as Terry Reedy proposed
commit
|
commitdiff
|
tree
|
snapshot
2012-03-30
R David Murray
#10423: clarify options vs args in argparse discussion...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-30
Alex Gaynor
Added a new crasher that targets mutating the underlyin...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-29
Vinay Sajip
Closes #14436: Convert msg + args to string before...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-29
Andrew Svetlov
Backport of Issue #14409 to 2.7
commit
|
commitdiff
|
tree
|
snapshot
2012-03-29
R David Murray
#14416: add missing LOG_SYSLOG facility to syslog docs.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Georg Brandl
Closes #14411: remove outdated comment in rlcompleter...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
R David Murray
#5301: re-add image/vnd.microsoft.icon per discussion
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Sandro Tosi
Issue #14410: fix typo in argparse doc; patch by Tshepa...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Vinay Sajip
Minor documentation tweak.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Benjamin Peterson
kill this terribly outdated comment
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Georg Brandl
Closes #14401: fix typos in curses howto.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-24
Martin v. Löwis
Issue #14400: Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Vinay Sajip
Closes #14314: backported fix.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Giampaolo Rodola'
attempt to fix asyncore buildbot failure
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Benjamin Peterson
move news thing around
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
krisvale
Issue #10538 - Update Misc/NEWS
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Kristján Valur...
Issue #10538. Put a reference to the source object...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Giampaolo Rodola'
fix #10340: properly handle EINVAL on OSX and also...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Benjamin Peterson
this should technicaly be identifier
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Benjamin Peterson
check for NULL
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Benjamin Peterson
check by equality for __future__ not identity (closes...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
R David Murray
#12757: Make doctest skipping in -OO mode work with...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
Andrew Svetlov
#3573: idle now doesn't hungs if launched as: idle...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Giampaolo Rodola'
Fix issue #13694: asynchronous connect in asyncore...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Benjamin Peterson
merge from release branch
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Benjamin Peterson
merge tag
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Benjamin Peterson
merge 2.7.3 release branch
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Gregory P....
Fixes Issue #14331: Use significantly less stack space...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Martin v. Löwis
Add 2.7.3rc2 uuid
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Martin v. Löwis
Add 2.7.3rc2 uuid
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Georg Brandl
Merge 2.6.8rc tags into 2.7.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Georg Brandl
Remove duplicate hgtags entries for 2.6.8rc{1,2}.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Barry Warsaw
Added tag v2.6.8rc2 for changeset bd9e1a02e3e3
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Barry Warsaw
null merge
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Barry Warsaw
null merge from 2.6
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Barry Warsaw
Added tag v2.6.8rc2 for changeset 1d1b7b9fad48
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Barry Warsaw
Bump to 2.6.8rc2
v2.6.8rc2
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Barry Warsaw
Update Docs and NEWS for 2.6.8rc2.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
R David Murray
#14333: fix test_queue so it can be run via standard...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Ned Deily
Issue #14346: Fix some typos in the Mac/README file.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Georg Brandl
Closes #14250: regex.flags has not only explicit flags...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Georg Brandl
Closes #14343: avoid shadowing builtin input() in examp...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Georg Brandl
Closes #14342: remove out-of-date section about avoidin...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Georg Brandl
Closes #14306: clarify expensiveness of try-except...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Senthil Kumaran
explain json.dumps for non-string keys in dicts. close...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
R David Murray
#11780: s/throw/raise/
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
R David Murray
#11780: document that email.encoders throw TypeError...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Benjamin Peterson
check for string attribute names in old-style classes...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Benjamin Peterson
check to make sure the attribute is a string (#14334)
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Senthil Kumaran
2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Senthil Kumaran
Fix the urllib closing issue which hangs on particular...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Benjamin Peterson
merge from 2.7 release branch
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Benjamin Peterson
Added tag v2.7.3rc2 for changeset d46c1973d3c4
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Benjamin Peterson
bump to 2.7.3rc2
v2.7.3rc2
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
R David Murray
#12758: removing confusing mention of UTC from time...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Gregory P....
merge heads.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Gregory P....
Fixes Issue 14234: fix for the previous commit, keep...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Gregory P....
Fixes Issue 14234: fix for the previous commit, keep...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Barry Warsaw
merge 2.6
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Barry Warsaw
- Issue #14234: CVE-2012-0876: Randomize hashes of...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Matthias Klose
- rename configure.in to configure.ac
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Gregory P....
Fixes Issue #14234: CVE-2012-0876: Randomize hashes...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Gregory P....
Fixes Issue #14234: CVE-2012-0876: Randomize hashes...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Georg Brandl
Closes #14289: put a link to the CHM download page...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Martin v. Löwis
Issue #5219: Prevent event handler cascade in IDLE.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Vinay Sajip
Merged upstream change.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Vinay Sajip
Closes #14267: Corrected computation of rollover filename.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Senthil Kumaran
Fix closes Issue14281 - Test for cgi.escape by Brian...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Senthil Kumaran
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Ezio Melotti
#14179: add tests for re.compile. Patch by Florian...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Senthil Kumaran
closes issue14257 - Grammatical fix
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Senthil Kumaran
closes issue14257 minor error in glossary wording regar...
commit
|
commitdiff
|
tree
|
snapshot
next