projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2012-02-16
Éric Araujo
Add test for packaging.util.set_platform (#13974).
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Victor Stinner
(Merge 3.2) Issue #13913: Another fix test_pep3120...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Victor Stinner
Issue #13913: Another fix test_pep3120 for the UTF...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Sandro Tosi
Issue #11836: document and expose multiprocessing.Simpl...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Sandro Tosi
Issue #11836: document multiprocessing.queues.SimpleQueue
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Merge
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Merge
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Issue #13014: Fix a possible reference leak in SSLSocke...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Victor Stinner
(Merge 3.2) Issue #13913: Fix test_pep3120 for the...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Issue #13014: Fix a possible reference leak in SSLSocke...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Victor Stinner
Issue #13913: Fix test_pep3120 for the UTF-8 codec...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Petri Lehtinen
Merge branch '3.2'
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Petri Lehtinen
Issue #13491: Fix many errors in sqlite3 documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Issue #7644: Add tests for the file argument of NNTP...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Issue #7644: Add tests for the file argument of NNTP...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Éric Araujo
Fix for packaging test failure on shared builds (#1326113)
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Éric Araujo
Merge fix from 3.2
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Éric Araujo
Fix test failure for shared builds caused by #1326113 fix
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Éric Araujo
Fix parsing of packaging’s build_ext --libraries option...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Éric Araujo
Merge fixes for #1326113 and #12297 from 3.2
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Éric Araujo
Improve doc for atexit.register and unregister (#12297)
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Éric Araujo
Fix parsing of build_ext --libraries option (#1326113)
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Move NEWS entry to correct section.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Issue #13020: Fix a reference leak when allocating...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Fix indentation
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Issue #13020: Fix a reference leak when allocating...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Issue #13015: Fix a possible reference leak in defaultd...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Antoine Pitrou
Issue #13015: Fix a possible reference leak in defaultd...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Brett Cannon
Bring importlib in line w/ changes made in my personal...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Antoine Pitrou
Issue #10287: nntplib now queries the server's CAPABILI...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Antoine Pitrou
Issue #10287: nntplib now queries the server's CAPABILI...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Meador Inge
Issue #13979: Fix ctypes.util.find_library ldconfig...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Meador Inge
Issue #13979: Fix ctypes.util.find_library ldconfig...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Victor Stinner
Time module doc: Fix reST syntax
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Victor Stinner
PyUnicode_DecodeLocale() second argument is now a char...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Gregory P....
merge the import re (already in this branch).
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Gregory P....
re.escape os.sep so that \ is interpreted properly...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Gregory P....
import re for the previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Gregory P....
re.escape os.sep so that \ is interpreted properly...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Gregory P....
Issue #13930: fix a / to use os.sep so that the test...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Gregory P....
Issue #13930: fix a / to use os.sep so that the test...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Victor Stinner
(Merge 3.2) Issue #13913: normalize utf-8 codec name...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
Victor Stinner
Issue #13913: normalize utf-8 codec name in UTF-8 decoder
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Victor Stinner
lib2to3 tests: Don't use deprecated API, switch to...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Ezio Melotti
Merge the indexfix and comments clean up.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Ezio Melotti
Fix an index and clean up comments.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Senthil Kumaran
shutil copy module reference doc fix.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Senthil Kumaran
shutil copy module reference doc fix.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Ezio Melotti
Merge fix for HTMLParser and improvements in declaratio...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Ezio Melotti
Improve handling of declarations in HTMLParser.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Ezio Melotti
Fix htmlparser tests to always use the right collector.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Florent Xicluna
Fix xml_etree_c test error (follow up of issue #13988).
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Florent Xicluna
Issue #13988: cElementTree is deprecated and the _eleme...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Ezio Melotti
#13993: merge with 3.2.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
Ezio Melotti
#13993: HTMLParser is now able to handle broken end...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Gregory P....
fix whitespace normalization before pushing.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Gregory P....
fix whitespace normalization before pushing.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Gregory P....
Issue #13930: Adds ability for 2to3 to write its output...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Gregory P....
Issue #13930: Adds ability for 2to3 to write its output...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Petri Lehtinen
Merge branch '3.2'
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Petri Lehtinen
Fix sqlite3.Connection.iterdump on tables/fields with...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Antoine Pitrou
Issue #10287: nntplib now queries the server's CAPABILI...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Antoine Pitrou
Issue #10287: nntplib now queries the server's CAPABILI...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Ross Lagerwall
Merge with remote.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Ross Lagerwall
Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Ross Lagerwall
Attempt to speed up some subprocess tests (and hopefull...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Éric Araujo
Port the fix for #13193 to packaging
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Éric Araujo
Merge fixes for #13193 and FAQ from 3.2
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Éric Araujo
Fix distutils.filelist.FileList under Windows (#13193).
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Éric Araujo
Update mention of Subversion in the FAQ.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-12
Antoine Pitrou
What's new typo
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Nadeem Vawda
Fix seekable() in BZ2File and LZMAFile to check whether...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Nadeem Vawda
Add section on bz2 module to whatsnew/3.3.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Nadeem Vawda
Fix typo in whatsnew/3.3.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Nadeem Vawda
Clean up GzipFile mode string handling code.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Nadeem Vawda
Merge: #13989: Document that GzipFile does not support...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Nadeem Vawda
Issue #13989: Document that GzipFile does not support...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Florent Xicluna
Issue #13988: move the python bootstrap code to cElemen...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Eli Bendersky
fix Doc/extending/extending.rst typo
commit
|
commitdiff
|
tree
|
snapshot
2012-02-11
Eli Bendersky
fix Sphinx error in os.rst
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Philip Jenvey
simplify
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Benjamin Peterson
merge 3.2
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Benjamin Peterson
this is only a borrowed ref in Brett's branch
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Ned Deily
Issue #13590: merge
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Ned Deily
Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Ezio Melotti
#13960: merge with 3.2.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Ezio Melotti
#13960: HTMLParser is now able to handle broken comment...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Éric Araujo
Use sys.version_info instead of sys.version in packaging.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Éric Araujo
Branch merge
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Éric Araujo
Start improving 2to3 code in packaging (#13462).
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Éric Araujo
Synchronize packaging.tests.support with distutils2
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Éric Araujo
More boolean tests for packaging metadata environment...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Éric Araujo
Remove unneeded import
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Petri Lehtinen
Undocument and clean up sqlite3.OptimizedUnicode
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Éric Araujo
Group commands by topic in “pysetup run --list-commands...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Senthil Kumaran
merge from 3.2
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Senthil Kumaran
Issue #9021 - Introduce copy module better. Doc changes...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Senthil Kumaran
merged from 3.2
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Senthil Kumaran
Fix Issue #6005: Examples in the socket library documen...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Brett Cannon
Undo a bad mq management thingy.
commit
|
commitdiff
|
tree
|
snapshot
next