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
*
Plug tempfile.mktemp() hole (Iustin Pop).
Guido van Rossum
2003-11-10
2
-0/+4
*
Convert heapq.py to a C implementation.
Raymond Hettinger
2003-11-08
1
-0/+2
*
Implement and apply PEP 322, reverse iteration
Raymond Hettinger
2003-11-06
1
-0/+3
*
Add traceback.format_exc().
Neil Schemenauer
2003-11-05
1
-0/+3
*
missing news entry
Anthony Baxter
2003-11-04
1
-0/+2
*
Patch #531629: Add multicall support.
Martin v. Löwis
2003-10-31
1
-0/+2
*
Patch #: Add POP3 over SSL support.
Martin v. Löwis
2003-10-31
2
-0/+3
*
Add list.sorted() classmethod.
Raymond Hettinger
2003-10-29
1
-2/+2
*
note db2pickle/pickle2db tweaks
Skip Montanaro
2003-10-28
1
-0/+2
*
Deleting cyclic object comparison.
Armin Rigo
2003-10-28
1
-0/+4
*
regressing the performance bugfix -- Guido wants the performance bug left
Alex Martelli
2003-10-25
1
-3/+0
*
document the performance fix to builtin_sum().
Alex Martelli
2003-10-25
1
-0/+6
*
Added itertools.tee()
Raymond Hettinger
2003-10-24
1
-15/+18
*
- The pwd module incorrectly advertised its struct type as
Guido van Rossum
2003-10-23
1
-0/+4
*
Note the update to Expat 1.95.7.
Fred Drake
2003-10-21
1
-0/+2
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-2/+2
*
Modified the Py_RETURN_* macros by having the statements surrounded by {} in
Brett Cannon
2003-10-19
1
-0/+3
*
Patch #823259: Update spec file:
Martin v. Löwis
2003-10-19
1
-12/+25
*
Make CObjects mutable. Fixes #477441.
Martin v. Löwis
2003-10-19
1
-0/+2
*
Implemented non-recursive SRE matching.
Gustavo Niemeyer
2003-10-17
1
-0/+4
*
* list.sort() now supports three keyword arguments: cmp, key, and reverse.
Raymond Hettinger
2003-10-16
1
-0/+9
*
Added Bjorn Pettersen for initial conversion of Lib/platform.py's docstring t...
Brett Cannon
2003-10-14
1
-0/+1
*
Extended tuple's C API to include a new function, PyTuple_Pack() that is
Raymond Hettinger
2003-10-12
1
-0/+5
*
Patch #810914: Return absolute path for mkstemp. Fixes #810408.
Martin v. Löwis
2003-10-12
1
-0/+2
*
Add mention of urlparse becoming RFC 2396 compliant.
Brett Cannon
2003-10-12
1
-0/+2
*
See rev. 1.250 for log message
Brett Cannon
2003-10-12
1
-0/+1
*
SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net):
Guido van Rossum
2003-10-08
2
-0/+4
*
SF bug #812202: randint is always even
Raymond Hettinger
2003-10-05
1
-0/+8
*
two bugfixes
Anthony Baxter
2003-10-04
1
-0/+4
*
A helper to dump info about the current frame,
Jeremy Hylton
2003-10-03
1
-0/+9
*
forgot the NEWS blurb about the change to csv.DictReader
Skip Montanaro
2003-10-03
1
-0/+4
*
Patch #813445: Add IPPROTO_IPV6 option to the socketmodule.
Martin v. Löwis
2003-10-03
1
-0/+2
*
updates from sean
Anthony Baxter
2003-09-24
3
-51/+12
*
Added codec for bz2 compression.
Raymond Hettinger
2003-09-23
1
-0/+3
*
New for unittest.py.
Guido van Rossum
2003-09-22
1
-0/+2
*
Added test whether wchar_t is signed or not. A signed wchar_t is not usable a...
Marc-André Lemburg
2003-09-22
1
-0/+4
*
Patch #800697: Add readline.clear_history.
Martin v. Löwis
2003-09-20
1
-0/+2
*
Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.
Martin v. Löwis
2003-09-20
1
-0/+3
*
Double-fix of crash in Unicode freelist handling.
Jeremy Hylton
2003-09-16
1
-0/+5
*
SF #662923
Raymond Hettinger
2003-09-12
1
-0/+4
*
select.select() now accepts a sequence (as defined by PySequence_Fast()) for
Brett Cannon
2003-09-10
1
-0/+2
*
mention new module doc display feature of pydoc in libref and NEWS
Skip Montanaro
2003-09-10
1
-0/+5
*
SF bug 801631: file.truncate fault on windows.
Tim Peters
2003-09-07
1
-0/+4
*
**kwds arg was missing from __init__ for Dict{Reader,Writer} classes.
Skip Montanaro
2003-09-06
1
-0/+3
*
NEWS about email package 794466 patch.
Barry Warsaw
2003-09-03
1
-1/+2
*
Document the Pynche patch.
Barry Warsaw
2003-09-03
1
-0/+3
*
SF 798269: bug fix for doctest (sf bug id: 798254
Raymond Hettinger
2003-09-02
1
-0/+1
*
SF patch #798534: Windows os.popen needlessly gets a reference to tuple ()
Raymond Hettinger
2003-09-01
1
-0/+1
*
SF patch #798467: Update docstring of has_key for bool changes
Raymond Hettinger
2003-09-01
1
-0/+1
*
SF bug #795506: Wrong handling of string format code for float values.
Raymond Hettinger
2003-08-27
1
-0/+3
[next]