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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
SF bug #488514: -Qnew needs work
Tim Peters
2001-12-06
3
-8/+13
*
Fix appendChild() and insertBefore() (and replaceChild() indirectly) when
Fred Drake
2001-12-06
3
-2/+57
*
sys.platform on Mac OS X is now "darwin", without any version number appended.
Jack Jansen
2001-12-05
2
-2/+2
*
Fix SF bug #489581: __slots__ leak.
Guido van Rossum
2001-12-05
1
-0/+34
*
Re-enabled debugging prints in poplib & documented the set_debuglevel()
Fred Drake
2001-12-05
1
-5/+5
*
Added a missing period at the end of an error message.
Fred Drake
2001-12-05
1
-2/+2
*
At the PythonLabs meeting someone mentioned it would make Jim really
Guido van Rossum
2001-12-05
1
-6/+1
*
Separate the script portion from the library portion; everything that
Fred Drake
2001-12-05
1
-17/+17
*
changes to use new tabpages classes
Steven M. Gava
2001-12-05
1
-67/+14
*
remove cruft from other project
Steven M. Gava
2001-12-05
1
-28/+1
*
cleaner tabbed-page mini implementation through classes
Steven M. Gava
2001-12-05
1
-0/+137
*
Change new tests to use integer division (// instead of /).
Tim Peters
2001-12-05
1
-3/+3
*
SF bug #488480: integer multiply to return -max_int-1.
Tim Peters
2001-12-04
1
-0/+26
*
Add "file" argument to Hook constructor.
Ka-Ping Yee
2001-12-04
1
-10/+15
*
Address SF patch #485789 (Stefan Schwarzer).
Guido van Rossum
2001-12-04
1
-1/+1
*
Fix SF bug #486144: Uninitialized __slot__ vrbl is None.
Guido van Rossum
2001-12-04
1
-5/+7
*
unpack_iterable(): Add a missing DECREF in an error case. Reported by
Guido van Rossum
2001-12-03
1
-0/+23
*
decode(), encode(): Accepting the minor optimizations from SF patch
Barry Warsaw
2001-12-03
1
-6/+7
*
Convert to using string methods instead of the string module.
Fred Drake
2001-12-03
1
-29/+25
*
Add a test that makes sure unclosed entity references are handled consitently.
Fred Drake
2001-12-03
1
-0/+6
*
Fix of SF bug #475877 (Mutable subtype instances are hashable).
Guido van Rossum
2001-12-03
1
-0/+24
*
_tryorder should always be a list, then the problem Jack had to fix in
Guido van Rossum
2001-12-03
1
-5/+4
*
Missing comma in tuple initializer caused webbrowser.open() not to work at
Jack Jansen
2001-12-03
1
-1/+1
*
Address SF patch #480716 as well as related issues.
Guido van Rossum
2001-12-03
1
-1/+51
*
further work on new configuration system, specifically,
Steven M. Gava
2001-12-03
3
-66/+110
*
Added tests expected to be skipped on Mac OS X.
Jack Jansen
2001-12-02
1
-0/+21
*
Patch #487784: Support Unicode commands in popen3/4 handling on UNIX.
Martin v. Löwis
2001-12-02
1
-1/+2
*
Patch #487275: Add windows-1251 charset alias.
Martin v. Löwis
2001-12-02
1
-0/+1
*
Patch #487455: make types.StringTypes a tuple.
Martin v. Löwis
2001-12-02
1
-2/+2
*
Whitespace normalization.
Tim Peters
2001-12-01
1
-1/+0
*
Synchronize with pulldom from PyXML (revision 1.18).
Fred Drake
2001-11-30
1
-2/+24
*
Synchronize with minidom from PyXML (revision 1.35).
Fred Drake
2001-11-30
1
-5/+5
*
Added the convenience constants that are present in PyXML to make these
Fred Drake
2001-11-30
1
-0/+6
*
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
Jack Jansen
2001-11-30
1
-0/+1
*
canonic(): don't use abspath() for filenames looking like <...>; this
Guido van Rossum
2001-11-29
1
-0/+2
*
SF bug 486480: zipfile __del__ is broken
Tim Peters
2001-11-28
1
-3/+3
*
Adding test for Unicode repr()-output.
Marc-André Lemburg
2001-11-28
1
-0/+15
*
__format(): Applied SF patch #482003 by Skip to fix multiline dict
Barry Warsaw
2001-11-28
2
-1/+20
*
Fix [ #484645 ] little bug in pycodegen.py
Jeremy Hylton
2001-11-27
1
-1/+1
*
test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch:
Barry Warsaw
2001-11-27
1
-3/+4
*
SF patch 483059: Avoid use of eval() in random.py, from Finn Bock.
Tim Peters
2001-11-25
1
-6/+5
*
Properly set static options for tixBalloon and tixResizeHandle.
Martin v. Löwis
2001-11-25
1
-2/+19
*
Patch #484847: Default to netscape.exe on OS/2.
Martin v. Löwis
2001-11-25
1
-0/+10
*
- Change all remaining assertions into verify() and vereq() calls.
Guido van Rossum
2001-11-24
1
-14/+42
*
_reduce():
Guido van Rossum
2001-11-24
1
-3/+8
*
More typo fixes.
Barry Warsaw
2001-11-24
1
-2/+2
*
Docstring typo fix.
Greg Ward
2001-11-24
2
-2/+2
*
fix for redundant empty parent window when invoked from idle shell window
Steven M. Gava
2001-11-21
1
-5/+3
*
back in harness on new config system
Steven M. Gava
2001-11-21
4
-34/+53
*
Fix for bug #438164: %-formatting using Unicode objects.
Marc-André Lemburg
2001-11-20
1
-4/+1
[prev]
[next]