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
*
Add the upload command. Make all dist commands register their
Martin v. Löwis
2005-03-21
1
-0/+3
*
Add comment about optional option for keeping indentation level from previous
Brett Cannon
2005-03-21
1
-1/+2
*
fix two typos in python(1)
Matthias Klose
2005-03-20
1
-2/+2
*
Add a remove() method to collections.deque objects.
Raymond Hettinger
2005-03-18
1
-0/+2
*
Fix typo.
Walter Dörwald
2005-03-18
1
-1/+1
*
Bug #1163325: "special" decimals aren't hashable
Raymond Hettinger
2005-03-15
1
-0/+3
*
Add two new functions, any() and all().
Raymond Hettinger
2005-03-11
1
-0/+2
*
operator.itemgetter() and operator.attrgetter() now support extraction
Raymond Hettinger
2005-03-09
1
-0/+4
*
Build with --disable-unicode again. Fixes #1158607.
Martin v. Löwis
2005-03-08
1
-0/+2
*
Convert file names of posix.access according to the file system encoding.
Martin v. Löwis
2005-03-08
1
-0/+2
*
Patch #918101: Add tarfile open mode r|* for auto-detection of the
Martin v. Löwis
2005-03-05
1
-0/+3
*
Allow classes to be defined with empty parentheses. This means that
Brett Cannon
2005-03-05
1
-0/+3
*
Add a highlight group for denoting bad whitespace. Also added a match rule for
Brett Cannon
2005-03-05
1
-8/+15
*
SF #1149508: ensure textwrap handles hyphenated numbers correctly,
Greg Ward
2005-03-05
1
-0/+4
*
Patch #1043890: tarfile: add extractall() method.
Martin v. Löwis
2005-03-04
1
-0/+2
*
Patches #925152, #1118602: Avoid reading after the end of the buffer
Martin v. Löwis
2005-03-04
1
-0/+3
*
Patch #1075887: Don't require MSVC in distutils if there is nothing
Martin v. Löwis
2005-03-04
1
-0/+3
*
Patch #1103407: Properly deal with tarfile iterators when untarring
Martin v. Löwis
2005-03-03
1
-0/+3
*
Patch #1115086: support PY_LONGLONG in structmember.
Martin v. Löwis
2005-03-03
1
-0/+2
*
SF bug #1155938: Missing None check for __init__().
Raymond Hettinger
2005-03-03
1
-0/+3
*
Patch #802188: better parser error message for non-EOL following line cont.
Martin v. Löwis
2005-03-03
1
-0/+3
*
Patch #645894: Use getrusage for computing the time consumption in
Martin v. Löwis
2005-03-03
1
-0/+3
*
Patches #749830, #1144555: allow UNIX mmap size to default to current
Martin v. Löwis
2005-03-03
1
-0/+3
*
Patch #1046831: Use get_python_version where appropriate in sysconfig.py.
Martin v. Löwis
2005-03-03
1
-0/+2
*
Patch #1117454: Remove code to special-case cookies without values
Martin v. Löwis
2005-03-03
1
-0/+3
*
Patch #1117339: Add cookielib special name tests.
Martin v. Löwis
2005-03-03
1
-0/+2
*
Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.
Martin v. Löwis
2005-03-03
1
-0/+2
*
Clear internal call error in 'L' format. Fixes #723201.
Martin v. Löwis
2005-03-03
1
-0/+2
*
Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush.
Martin v. Löwis
2005-03-03
1
-0/+2
*
Patch #1107973: tarfile.ExFileObject iterators.
Martin v. Löwis
2005-03-03
1
-0/+2
*
Patch #1104111: Alter setup.py --help and --help-commands.
Martin v. Löwis
2005-03-03
1
-0/+2
*
Patch #1121234: Properly cleanup _exit and tkerror commands.
Martin v. Löwis
2005-03-01
1
-0/+2
*
SF patch #941881: PEP 309 Implementation (Partial Function Application).
Raymond Hettinger
2005-02-28
1
-0/+2
*
Patch #1093585: raise a ValueError for negative history items in
Martin v. Löwis
2005-02-27
1
-0/+3
*
Patch #1049151: adding bool support to xdrlib.py.
Martin v. Löwis
2005-02-24
1
-0/+2
*
Add support for negative indices in UserString.MutableString.__setitem__
Walter Dörwald
2005-02-18
1
-0/+3
*
NEWS blurb for fix of:
Michael W. Hudson
2005-02-17
1
-0/+3
*
spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT is
Brett Cannon
2005-02-16
1
-0/+3
*
Add mention of patch #1095802 (fixing "Macintosh" references to represent OS
Brett Cannon
2005-02-13
1
-0/+8
*
Modified test for tzset to not rely on tm->tm_zone's existence. Also added
Brett Cannon
2005-02-10
2
-0/+6
*
SF patch #1116583: NameError in cookielib domain check
Raymond Hettinger
2005-02-05
2
-0/+3
*
Add NEWS item about future parser bug.
Jeremy Hylton
2005-02-04
1
-0/+4
*
Security fix PSF-2005-001 for SimpleXMLRPCServer.py.
Guido van Rossum
2005-02-03
1
-0/+4
*
More bug #1077106 stuff, sorry -- modem induced impatiece!
Michael W. Hudson
2005-01-31
1
-0/+2
*
Revert os.py 1.75, and directly implement update.
Martin v. Löwis
2005-01-29
1
-0/+2
*
Partially revert #1074011; don't try to fflush stdin.
Martin v. Löwis
2005-01-27
1
-1/+1
*
add missing word
Fred Drake
2005-01-23
1
-1/+2
*
Flush std{in,out,err} before closing it. Fixes #1074011.
Martin v. Löwis
2005-01-23
1
-0/+3
*
Patch #579435: Shadow Password Support Module
Martin v. Löwis
2005-01-23
1
-0/+2
*
Truncate st_?time before comparing it with ST_?TIME in the tests.
Martin v. Löwis
2005-01-23
1
-0/+1
[next]