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
*
- pygettext.py: Generate POT-Creation-Date header in ISO format.
Matthias Klose
2004-08-16
1
-0/+2
*
The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD
Matthias Klose
2004-08-16
1
-0/+3
*
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
Matthias Klose
2004-08-15
1
-0/+2
*
Add get_history_item and replace_history_item functions to the readline
Skip Montanaro
2004-08-15
1
-2/+8
*
Correct the order of application for decorators. Meant to be bottom-up and not
Brett Cannon
2004-08-15
1
-0/+3
*
bug #989672: pdb.doc and the help messages for the help_d and help_u methods
Johannes Gijsbers
2004-08-14
1
-0/+4
*
bug #990669: os.path.realpath() will resolve symlinks before normalizing the
Johannes Gijsbers
2004-08-14
1
-1/+5
*
bug 990669: os.path.normpath may alter the meaning of a path if it contains
Johannes Gijsbers
2004-08-14
1
-0/+4
*
bug #851123: shutil.copyfile will raise an exception when trying to copy a file
Johannes Gijsbers
2004-08-14
1
-0/+3
*
Removed item about an asyncore patch that got backed out.
Tim Peters
2004-08-13
1
-3/+0
*
'inspect' was not listing the functions in a module properly if the module was
Brett Cannon
2004-08-13
1
-0/+4
*
SF patch #1005778, Fix seg fault if list object is modified during list.index()
Neal Norwitz
2004-08-13
1
-0/+4
*
Boosted the stack reservation for python.exe and python_w.exe from the
Tim Peters
2004-08-12
1
-0/+10
*
This is my patch:
Michael W. Hudson
2004-08-12
2
-0/+28
*
This is my patch
Michael W. Hudson
2004-08-12
1
-0/+3
*
A NEWS entry for my last checked in change (I've gotten out of the
Michael W. Hudson
2004-08-12
1
-0/+5
*
Patch #1003700: Add socketpair function to socket module.
Dave Cole
2004-08-09
1
-0/+2
*
Brief xrange news.
Tim Peters
2004-08-08
1
-1/+3
*
Also deprecated the old Tester class, which is no longer used by anything
Tim Peters
2004-08-08
1
-5/+20
*
eval_frame now has a PyAPI-style name
Michael W. Hudson
2004-08-07
1
-1/+1
*
Subclasses of string can no longer be interned. The semantics of
Jeremy Hylton
2004-08-07
1
-0/+6
*
Add name
Andrew M. Kuchling
2004-08-07
1
-0/+1
*
Create section for 2.4a3; remove empty sections in 2.4a2
Andrew M. Kuchling
2004-08-07
1
-16/+39
*
Another typo
Andrew M. Kuchling
2004-08-07
1
-1/+1
*
Typo fix
Andrew M. Kuchling
2004-08-07
1
-1/+1
*
SF patch #980695: efficient string concatenation
Raymond Hettinger
2004-08-06
1
-0/+5
*
Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and
Marc-André Lemburg
2004-08-05
1
-0/+3
*
release date
Anthony Baxter
2004-08-05
1
-2/+2
*
Edward Loper's cool and massive refactoring of doctest.py, merged from
Tim Peters
2004-08-04
1
-0/+11
*
Add a proper pointer to SF bug item.
Hye-Shik Chang
2004-08-04
1
-2/+3
*
SF #941229: Decode source code with sys.stdin.encoding in interactive
Hye-Shik Chang
2004-08-04
1
-0/+4
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
1
-0/+3
*
Add a workaround for a problem that UTF-8 strings can be corrupted
Hye-Shik Chang
2004-08-04
1
-0/+3
*
Patch #986929: Add support for wish -sync and -use options.
Martin v. Löwis
2004-08-03
1
-0/+2
*
allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi...
Fred Drake
2004-08-03
1
-0/+5
*
Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().
Martin v. Löwis
2004-08-03
1
-0/+2
*
Patch #994595: Recognize Basic auth even if other schemes are offered.
Martin v. Löwis
2004-08-03
1
-0/+3
*
Completed the patch for Bug #215126.
Raymond Hettinger
2004-08-02
1
-1/+2
*
notes for @decorator
Anthony Baxter
2004-08-02
2
-0/+7
*
"Core" and "C API" news about new semantics for failing imports.
Tim Peters
2004-08-02
1
-1/+33
*
Fix SF #1001053, wave.open() with unicode filename fails
Neal Norwitz
2004-08-01
1
-0/+2
*
Mention upgrade of optparse to Optik 1.5a1.
Greg Ward
2004-07-31
1
-0/+31
*
SF bug #999776, zlib home page wrong
Neal Norwitz
2004-07-29
1
-1/+1
*
New codec: [ 996067 ] hp-roman8 codec
Marc-André Lemburg
2004-07-28
1
-0/+1
*
Added a new fileno() method. ZODB's repozo.py wants this so it can
Tim Peters
2004-07-27
1
-0/+4
*
Patch #995766: Keyword argument support in cPickle.
Martin v. Löwis
2004-07-27
1
-0/+2
*
Patch #998149: imaplib deleteacl and myrights.
Martin v. Löwis
2004-07-27
2
-0/+3
*
Patch #605370: Add description[s] for RFC 2980 compliance.
Martin v. Löwis
2004-07-26
2
-0/+4
*
SF bug 996392: math and cmath docs don't specify radians
Tim Peters
2004-07-24
1
-1/+2
*
Add news item for u'%s' change.
Marc-André Lemburg
2004-07-23
1
-0/+3
[next]