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
*
pre-release magic
Anthony Baxter
2005-03-09
2
-5/+5
*
Build with --disable-unicode again. Fixes #1158607.
Martin v. Löwis
2005-03-08
1
-0/+2
*
Mention SF #1149508 (textwrap and hyphenated numbers).
Greg Ward
2005-03-05
1
-0/+4
*
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
*
SF bug #1155938: Missing None check for __init__().
Raymond Hettinger
2005-03-03
1
-0/+3
*
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 #1121234: Properly cleanup _exit and tkerror commands.
Martin v. Löwis
2005-03-01
1
-0/+2
*
Patch #1093585: raise a ValueError for negative history items in
Martin v. Löwis
2005-02-27
1
-1/+7
*
Backport: NEWS blurb for fix of:
Michael W. Hudson
2005-02-17
1
-0/+3
*
Update refences to "Macintosh" to reflect the state of affairs for OS X and not
Brett Cannon
2005-02-13
1
-1/+10
*
Fix tzset() check to not require the existence of tm->tm_zone. Also added more
Brett Cannon
2005-02-10
2
-0/+7
*
Security fix PSF-2005-001 for SimpleXMLRPCServer.py.
Guido van Rossum
2005-02-03
1
-0/+4
*
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
*
Flush std{in,out,err} before closing it. Fixes #1074011.
Martin v. Löwis
2005-01-23
1
-0/+3
*
distutils/command/install.py change.
Thomas Heller
2005-01-20
1
-0/+2
*
Started on Macintosh section.
Jack Jansen
2005-01-07
1
-1/+19
*
Updating the Idle wrapper to match the current CVS copy.
Sean Reifschneider
2005-01-05
1
-3/+9
*
[Bug #1083110] calling .flush() on decompress objects causes a segfault due t...
Andrew M. Kuchling
2004-12-28
1
-0/+3
*
Document bdist_wininst changes.
Thomas Heller
2004-12-22
1
-0/+2
*
Document resolved MSI issues.
Martin v. Löwis
2004-12-22
1
-0/+11
*
Backport checkin:
Walter Dörwald
2004-12-22
1
-0/+4
*
Mentioned marshal.dumps()'s fix in the NEWS.
Armin Rigo
2004-12-21
1
-0/+3
*
SF bug #951915: fix bug in StringIO.truncate - length not changed
Raymond Hettinger
2004-12-20
1
-0/+3
*
Bug #1083645
Raymond Hettinger
2004-12-18
1
-0/+2
*
Move news items to the correct sections.
Raymond Hettinger
2004-12-17
1
-5/+6
*
Backport fixes for bugs #1086555 and #1085744.
Raymond Hettinger
2004-12-17
1
-0/+5
*
SF bug #1083202: UnboundLocalError raised by atexit module
Raymond Hettinger
2004-12-11
1
-0/+3
*
SF bug #1078905: Docs for unittest run() methods are misleading
Raymond Hettinger
2004-12-04
1
-0/+5
*
Properly define HAVE_TERM_H if term.h is detected.
Martin v. Löwis
2004-11-30
1
-0/+17
*
whoops!
Anthony Baxter
2004-11-30
1
-2/+2
*
doodedoodedoo on the way to 2.4 final
Anthony Baxter
2004-11-30
1
-39/+3
*
preparing for 2.4 final (wooooooo!)
Anthony Baxter
2004-11-29
1
-1/+1
*
Hye-Shik Chang's fix for Bug 875692.
Kurt B. Kaiser
2004-11-23
1
-0/+13
*
2.4rc1
Anthony Baxter
2004-11-18
2
-2/+2
*
Mark PyRange_New() as deprecated.
Raymond Hettinger
2004-11-18
1
-1/+2
*
split functionality into pystack and pystackv commands. The former will
Skip Montanaro
2004-11-17
1
-4/+19
*
SF bug 1065388: calendar day/month name lookup too slow
Tim Peters
2004-11-13
1
-0/+11
*
SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contribute...
Raymond Hettinger
2004-11-10
1
-0/+1
*
test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton
Tim Peters
2004-11-08
1
-1/+4
*
SF bug 1061968: threads: segfault or Py_FatalError at exit
Tim Peters
2004-11-08
1
-1/+4
*
Fix for SF bug 988120 via patch 1061941.
Jeremy Hylton
2004-11-07
1
-0/+1
*
Add comment about removal of CoreServices/CoreFoundation compilation against
Brett Cannon
2004-11-07
1
-1/+3
*
Essentially SF patch 1061679: add missing __all__ to pickletools.py.
Tim Peters
2004-11-06
1
-0/+2
*
Comment cleanup.
Brett Cannon
2004-11-06
1
-11/+11
[next]