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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to make the comment a little clearer.
Neal Norwitz
2007-08-16
1
-3/+4
*
Support the new doc system.
Neal Norwitz
2007-08-16
1
-4/+8
*
Added Jeffrey Yasskin, reformat some lines to be consistent (and shorter).
Neal Norwitz
2007-08-10
1
-6/+7
*
Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...
Georg Brandl
2007-08-08
1
-4/+0
*
Fix gb18030 codec's bug that doesn't map two-byte characters on
Hye-Shik Chang
2007-08-04
1
-0/+3
*
Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport
Neal Norwitz
2007-08-03
1
-0/+2
*
- Allow Emacs 22 for building the documentation in info format.
Matthias Klose
2007-08-02
1
-0/+1
*
Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
Martin v. Löwis
2007-07-31
1
-0/+2
*
Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot
Martin v. Löwis
2007-07-28
1
-0/+3
*
Bug #978833: Close https sockets by releasing the _ssl object.
Martin v. Löwis
2007-07-27
1
-0/+2
*
Change location of the package index to pypi.python.org/pypi
Martin v. Löwis
2007-07-25
1
-0/+2
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-0/+4
*
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
Thomas Heller
2007-07-13
1
-0/+3
*
Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output
Thomas Heller
2007-07-13
1
-0/+4
*
Patch #1675424: Added tests for uncovered code in the zipfile module.
Georg Brandl
2007-07-12
1
-0/+4
*
Bug #1637365: add subsection about "__name__ == __main__" to the
Georg Brandl
2007-07-12
1
-0/+3
*
Patch #1673759: add a missing overflow check when formatting floats
Georg Brandl
2007-07-12
1
-0/+3
*
Added exclude keyword argument to the TarFile.add() method.
Lars Gustäbel
2007-06-18
1
-0/+2
*
Mention Senthil Kumaran.
Martin v. Löwis
2007-06-16
1
-0/+4
*
urllib2_localnet says it leaks probably due to threads. So ignore it.
Neal Norwitz
2007-06-15
1
-2/+1
*
Add T_PYSSIZET in structmember.h: This can be used for
Walter Dörwald
2007-06-13
1
-0/+5
*
Reflow long line
Neal Norwitz
2007-06-11
1
-2/+2
*
Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.
Neal Norwitz
2007-06-11
1
-0/+2
*
Ignore valgrind problems on Ubuntu from ld
Neal Norwitz
2007-06-11
1
-0/+9
*
Add Atul Varma for patch # 1667860
Neal Norwitz
2007-06-11
1
-0/+1
*
Patch #1733960: Allow T_LONGLONG to accept ints.
Martin v. Löwis
2007-06-09
1
-0/+2
*
Prevent expandtabs() on string and unicode objects from causing a segfault when
Neal Norwitz
2007-06-09
1
-0/+3
*
Bug #1733488: Fix compilation of bufferobject.c on AIX.
Martin v. Löwis
2007-06-08
1
-0/+2
*
Added an optional timeout parameter to function urllib2.urlopen,
Facundo Batista
2007-06-06
1
-0/+3
*
FTP.ntransfercmd method now uses create_connection when passive,
Facundo Batista
2007-06-06
1
-0/+4
*
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it
Hye-Shik Chang
2007-06-05
1
-0/+4
*
Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead
Brett Cannon
2007-06-03
1
-0/+3
*
Have configure raise an error when building on AtheOS. Code specific to AtheOS
Brett Cannon
2007-06-02
1
-0/+2
*
Fix wrong issue number.
Georg Brandl
2007-06-01
1
-1/+1
*
Bug #1722484: remove docstrings again when running with -OO.
Georg Brandl
2007-06-01
1
-0/+2
*
SF 1668596/1720897: distutils now copies data files
Neal Norwitz
2007-06-01
2
-0/+4
*
Mail if there is an installation failure.
Neal Norwitz
2007-06-01
1
-0/+1
*
Have cfmfile raise a DeprecationWarning as per PEP 4.
Brett Cannon
2007-05-31
1
-0/+2
*
Cause buildtools to raise a DeprecationWarning.
Brett Cannon
2007-05-31
1
-0/+2
*
Have the sha module raise a DeprecationWarning as specified in PEP 4.
Brett Cannon
2007-05-31
1
-0/+2
*
Have md5 raise a DeprecationWarning as per PEP 4.
Brett Cannon
2007-05-30
1
-0/+2
*
Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the
Brett Cannon
2007-05-30
1
-0/+2
*
Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation.
Brett Cannon
2007-05-30
1
-0/+2
*
Fix typo in doc
Neal Norwitz
2007-05-29
1
-1/+1
*
Added errors argument to TarFile class that allows the user to
Lars Gustäbel
2007-05-27
1
-0/+3
*
Add the new function object attribute names from py3k.
Neal Norwitz
2007-05-27
1
-0/+3
*
Added an optional timeout parameter to urllib.ftpwrapper, with tests
Facundo Batista
2007-05-24
1
-0/+2
*
shlex.split() now has an optional "posix" parameter.
Georg Brandl
2007-05-24
1
-0/+2
*
Add -3 option to the interpreter to warn about features that are
Neal Norwitz
2007-05-23
2
-0/+5
*
Patch #1686487: you can now pass any mapping after '**' in function calls.
Georg Brandl
2007-05-21
1
-0/+3
[next]