projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
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 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-29
Vinay Sajip
Closes #14436: Convert msg + args to string before...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-29
Andrew Svetlov
Issue #14409: IDLE doesn't not execute commands from...
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-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
Stefan Krah
Issue #3367: NULL-terminate argv[] copies to prevent...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Benjamin Peterson
kill this terribly outdated comment
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Georg Brandl
Add missing files for new doc theme.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Georg Brandl
Switch to new "lighter" doc design.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Georg Brandl
Closes #14401: fix typos in curses howto.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-24
Charles-François...
Issue #13902: Fix a random test_threading failure on...
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
Kristján Valur...
Fix typo when "PyObject*" was changed to "identifier"
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Kristján Valur...
Issue #14387 : undefine 'small' so that it doesn't...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Giampaolo Rodola'
issue 10340 - forgot to update Misc/NEWS
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
Antoine Pitrou
Issue #14387: Do not include accu.h from Python.h.
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-19
Ross Lagerwall
Issue #14359: Only use O_CLOEXEC in _posixmodule.c...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
R David Murray
#14355: remove obsolete doc reference to previously...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Gregory P....
Fixes Issue #14331: Use significantly less stack space...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Georg Brandl
Merge 3.2.3rc2 from release clone.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Georg Brandl
Post-release updates for 3.2.3rc2.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Georg Brandl
Added tag v3.2.3rc2 for changeset 428f05cb7277
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Georg Brandl
Bump to 3.2.3rc2.
v3.2.3rc2
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
Georg Brandl
Move MANIFEST parsing change to the right position.
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
3.2 explain json.dumps for non-string keys in dicts...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
R David Murray
#11686: news entry.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
R David Murray
#11686: add missing entries to email __all__ lists.
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
Eli Bendersky
Issue #14202: some additional doc fixes
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
Eli Bendersky
Issue #14202: Greatly enhance the documentation of...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Senthil Kumaran
closes issue10484 - Fix the http.server's cgi PATH_INFO...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Eli Bendersky
Issue #9257: clarify the events iterparse accepts
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Senthil Kumaran
Explain the use of charset parameter with Content-Type...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Senthil Kumaran
closes Issue #11199: Fix the with urllib which hangs...
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
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
Georg Brandl
Transplant from main repo d6c197edd99b: Fixes Issue...
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
Senthil Kumaran
Fix the wrong urllib exampls which use str for POST...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Matthias Klose
merge 3.1
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Matthias Klose
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Matthias Klose
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Matthias Klose
merge 3.1
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Matthias Klose
- rename configure.in to configure.ac
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Gregory P....
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Gregory P....
merge (no change needed in 3.2)
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Gregory P....
move the Misc/NEWS entry to the right section.
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 #14305: fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Gregory P....
Fixes issue #14234: CVE-2012-0876: Randomize hashes...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
R David Murray
#14062: fix BytesParser handling of linesep for Header...
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-14
Georg Brandl
Closes #14283: match() and search() are regex methods...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
R David Murray
#14291: if a header has non-ascii unicode, default...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Senthil Kumaran
closes Issue12365 - Add an example explaining the conte...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Benjamin Peterson
merge heads
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
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Benjamin Peterson
fix indentation
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Ned Deily
Issue #14184: Increase the default stack size for secon...
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
3.2 - Fix closes Issue14281 - Test for cgi.escape by...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Senthil Kumaran
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Senthil Kumaran
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Michael Foord
Fix unittest test discovery for Jython
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
Eric V. Smith
Merge heads.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Eric V. Smith
str.format_map tests don't do what they say: fix to...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Ezio Melotti
#13394: add more tests for the aifc module. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Benjamin Peterson
kill this disabled code
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Benjamin Peterson
use correct naming convention
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Senthil Kumaran
closes issue14257 - Grammatical fix
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Benjamin Peterson
allow AST objects to be like its subclasses
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
next