projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
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
2012-03-12
Benjamin Peterson
every other ast object has a dict, so I think AST shoul...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Senthil Kumaran
closes issue14257 - 3.2 minor error in glossary wording...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
Antoine Pitrou
Issue #14252: Fix subprocess.Popen.terminate() to not...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Mark Dickinson
Closes #9574: Note that complex constructor doesn't...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Georg Brandl
Closes #14244: add info about capturing groups and...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Georg Brandl
Closes #14186: add link to PEP 3107 (function annotatio...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-09
Senthil Kumaran
Fix closes Issue: 14217 - 3.2 branch
commit
|
commitdiff
|
tree
|
snapshot
2012-03-08
Benjamin Peterson
this stuff will actually be new in 3.2.4
commit
|
commitdiff
|
tree
|
snapshot
2012-03-08
Benjamin Peterson
allow cycles throught the __dict__ slot to be cleared...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
Benjamin Peterson
keep the buffer object around while we're using it...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
Éric Araujo
Backout buggy patch committed for #13719
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
Jason R. Coombs
Use PEP-8 style in logging example
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Éric Araujo
Fix NameError from #13719 fix
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Éric Araujo
Backport minidom attribute tests from default (73c76466...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Éric Araujo
Make distutils’ upload command work with bdist_msi...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Éric Araujo
Move xml.etree higher and xml.parsers.expat lower in...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Éric Araujo
Use source reST role instead of file where it makes...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Éric Araujo
Remove mention of defunct file.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Éric Araujo
Use raw string for a docstring that uses a backslash
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Meador Inge
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-04
Antoine Pitrou
Fix some set algebra methods of WeakSet objects.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-04
Antoine Pitrou
Port 2.7 fix for sporadic failure in test_weakset.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-03
Antoine Pitrou
Issue #14177: marshal.loads() now raises TypeError...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Antoine Pitrou
Issue #14172: Fix reference leak when marshalling a...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Eli Bendersky
merge 3.2 heads
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Eli Bendersky
Issue #11379: add a note in xml.dom.minidom suggesting...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Vinay Sajip
Closes #14158: improved resilience to test files left...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Petri Lehtinen
sqlite3: Port documentation changes from the 2.7 branch
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Antoine Pitrou
Issue #14159: Fix the len() of weak containers (WeakSet...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-29
Stefan Krah
Issue #14152: Restore the Include/*.h dependencies...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-29
Ezio Melotti
#14089: increase coverage of the fractions module....
commit
|
commitdiff
|
tree
|
snapshot
2012-02-29
Ezio Melotti
#14155: remove duplication about search vs match in...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-29
Ezio Melotti
#10713: Improve documentation for \b and \B and add...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-29
Larry Hastings
Propagate changes for issues #13053 and #13086 from...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-28
Nadeem Vawda
Give better failure messages in test_strptime (cf....
commit
|
commitdiff
|
tree
|
snapshot
2012-02-28
Sandro Tosi
s/div/truediv/; thanks to Félix-Antoine Fortin from...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-28
Vinay Sajip
Improved logging cookbook example.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-28
Georg Brandl
Fix markup errors.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-27
Antoine Pitrou
Issue #13125: Silence spurious test_lib2to3 output...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-27
Stefan Krah
Issue #14125: backport refleak fix (d4adbf908983).
commit
|
commitdiff
|
tree
|
snapshot
2012-02-27
Vinay Sajip
Updated cookbook with information on customising LogRec...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-27
Vinay Sajip
Updated logging cookbook with info on alternative forma...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-27
Antoine Pitrou
Merge
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Antoine Pitrou
Issue #13521: dict.setdefault() now does only one looku...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Nadeem Vawda
Issue #13873: Fix crash in test_zlib when running on...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Gregory P....
Issue #14123: Explicitly mention that old style % strin...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Éric Araujo
Branch merge
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Éric Araujo
Set archive format explicitly in one distutils test
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Éric Araujo
Fix typo in “seperat{or,ion}”
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Éric Araujo
Use const markup instead of a misleading string literal
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ezio Melotti
#14114: don't include copybutton.js in the htmlhelp...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Éric Araujo
Add news entry for previous commit
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Éric Araujo
Add test file for scripts in Tools (#13447).
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Éric Araujo
Fix long-standing bugs with MANIFEST.in parsing on...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Martin v. Löwis
Package mime.types
commit
|
commitdiff
|
tree
|
snapshot
2012-02-24
Benjamin Peterson
merge 3.2.2 release branch for rc
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Vinay Sajip
Merged upstream changes.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Vinay Sajip
Fix added for recent changes in non-threading environments.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Georg Brandl
Added tag v3.2.3rc1 for changeset 7085403daf43
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Georg Brandl
Update copyright year.
v3.2.3rc1
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Georg Brandl
Add 3.2.3 to license.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Georg Brandl
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Georg Brandl
Bump version to 3.2.3rc1.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Georg Brandl
Update pydoc topics.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Georg Brandl
Fix markup errors.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Vinay Sajip
logging: Added locking in flush() and close() handler...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Benjamin Peterson
merge 3.1
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Benjamin Peterson
update copyright year
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Benjamin Peterson
merge 3.1 (with 3.1.5rc1 release tag)
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Benjamin Peterson
Added tag v3.1.5rc1 for changeset ee26aca3219c
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Benjamin Peterson
version now 3.1.5rc1
v3.1.5rc1
commit
|
commitdiff
|
tree
|
snapshot
2012-02-22
Antoine Pitrou
Fix (presumably) test_hash under big-endian systems...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-22
Antoine Pitrou
Issue #14084: Fix a file descriptor leak when importing...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-22
Antoine Pitrou
In find_module(), do not silence fileno() and dup(...
commit
|
commitdiff
|
tree
|
snapshot
next