index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #8024: Update the Unicode database to 5.2
Florent Xicluna
2010-03-18
6
-19043/+21640
*
install tkinter and ttk tests
Benjamin Peterson
2010-03-18
1
-1/+2
*
remove installation of deleted test/output dir
Benjamin Peterson
2010-03-18
1
-1/+1
*
don't try to compile anything in lib2to3/tests/data #8169
Benjamin Peterson
2010-03-18
1
-2/+2
*
#8155: Preserve backward compatibility for test_support.check_warnings(). Ad...
Florent Xicluna
2010-03-18
3
-65/+87
*
Fix for Issue8135 - urllib.unquote to support mixed percent escapes
Senthil Kumaran
2010-03-18
3
-4/+31
*
Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployment...
Collin Winter
2010-03-18
1
-5/+8
*
Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
Antoine Pitrou
2010-03-17
3
-21/+73
*
Fix a race condition in test_asynchat uncovered by the Unladen Swallow JIT.
Collin Winter
2010-03-17
1
-0/+13
*
prevent lambda functions from having docstrings #8164
Benjamin Peterson
2010-03-17
3
-0/+11
*
Fix and check cgi module deprecation warnings. Revert an unwanted rename in ...
Florent Xicluna
2010-03-17
3
-11/+12
*
Cleanup some test cases using check_warnings and check_py3k_warnings.
Florent Xicluna
2010-03-17
6
-79/+53
*
Cleanup in test_import and test_coding.
Florent Xicluna
2010-03-17
2
-80/+57
*
Avoid hardcoding refcounts in tests.
Collin Winter
2010-03-17
1
-4/+4
*
Issue #8162: logging: Clarified docstring and documentation for disable funct...
Vinay Sajip
2010-03-17
2
-2/+6
*
Use "x in y" instead of y.find(x) != -1.
Ezio Melotti
2010-03-17
4
-4/+4
*
#7092: silence some more py3k warnings.
Ezio Melotti
2010-03-17
9
-56/+84
*
Delete unused import.
Collin Winter
2010-03-17
1
-1/+0
*
Style cleanup in test_import.
Collin Winter
2010-03-17
1
-70/+73
*
Fix a trivial class of (hypothetical, future) false-positive refleaks, discov...
Collin Winter
2010-03-17
1
-2/+3
*
Integrate merge.py into msi.py.
Martin v. Löwis
2010-03-16
2
-87/+79
*
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
Matthias Klose
2010-03-16
2
-3/+8
*
Issue #7783 and #7787: open_urlresource invalidates the outdated files from t...
Florent Xicluna
2010-03-15
3
-13/+37
*
- Fix typo in Lib/compileall.py(__all__).
Matthias Klose
2010-03-15
1
-1/+1
*
- Issue #8140: extend compileall to compile single files. Add -i option.
Matthias Klose
2010-03-15
3
-42/+116
*
Remove py3k deprecation warnings from these Unicode tools.
Florent Xicluna
2010-03-15
3
-42/+27
*
- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
Matthias Klose
2010-03-15
2
-1/+4
*
Issue #6716: Quote -x arguments of compileall in MSI installer.
Martin v. Löwis
2010-03-15
2
-1/+3
*
- Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.
Matthias Klose
2010-03-15
5
-11/+37
*
clean up files correctly
Benjamin Peterson
2010-03-15
1
-15/+13
*
remove mac 9 code
Benjamin Peterson
2010-03-15
1
-10/+0
*
this little exception dance is pointless
Benjamin Peterson
2010-03-15
1
-2/+0
*
Backport from the libffi trunk:
Matthias Klose
2010-03-15
1
-1/+2
*
- Issue #8142: Update libffi to the 3.0.9 release.
Matthias Klose
2010-03-15
213
-28062/+57790
*
Do not hardcode Expat version. It's possible to build Python with --with-sys...
Florent Xicluna
2010-03-14
1
-2/+2
*
fix quotes
Benjamin Peterson
2010-03-14
2
-3/+3
*
fix freebsd linking #7705
Benjamin Peterson
2010-03-14
3
-3/+8
*
Add a link about the Public Review Issue #29
Ezio Melotti
2010-03-14
1
-1/+1
*
#8137: add iso-8859-16 to the standard encodings table.
Georg Brandl
2010-03-14
1
-2/+4
*
Format and rewrap 2.7 NEWS consistently.
Georg Brandl
2010-03-14
1
-930/+897
*
Minor documentation updates for xml.etree.
Florent Xicluna
2010-03-14
2
-14/+16
*
Issue #7993: Add a test of IO packet processing bandwidth to ccbench.
Antoine Pitrou
2010-03-13
2
-3/+156
*
Add the keyword argument "method=None" to the .write() method and the tostrin...
Florent Xicluna
2010-03-13
1
-29/+33
*
Update some parts of the xml.etree documentation.
Florent Xicluna
2010-03-13
2
-189/+202
*
Add 2.6 uuids.
Martin v. Löwis
2010-03-13
1
-0/+8
*
Fix incorrect error checks in structmember.c (backport of r78920 from py3k).
Mark Dickinson
2010-03-13
1
-3/+4
*
Update for new download location.
Georg Brandl
2010-03-13
1
-1/+2
*
Change/fix handling of docs download location: for daily builds, put them rig...
Georg Brandl
2010-03-13
2
-13/+11
*
Do not chdir when running test_xml_etree, and enhance the findfile helper.
Florent Xicluna
2010-03-13
4
-27/+12
*
Move the xml test data to their own directory.
Florent Xicluna
2010-03-13
10
-31/+45
[next]