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
*
damn
Anthony Baxter
2005-02-08
1
-2/+2
*
2.3.5 final
Anthony Baxter
2005-02-08
2
-1/+6
*
sligtly strengthen unit tests for copy.py
Alex Martelli
2005-02-07
1
-1/+27
*
fix bug 1114776
Alex Martelli
2005-02-06
2
-1/+19
*
fix XMLFilterBase.resolveEntity() so the caller gets the result
Fred Drake
2005-02-03
1
-1/+1
*
Security fix PSF-2005-001 for SimpleXMLRPCServer.py.
Guido van Rossum
2005-02-03
1
-5/+29
*
Fix typo in verbose output for RLock when the initial lock acquisition occurs.
Brett Cannon
2005-01-27
1
-1/+1
*
Recompiled after source changes.
Thomas Heller
2005-01-25
1
-0/+0
*
1.0.5, to match the python patchlevel
Anthony Baxter
2005-01-25
1
-1/+1
*
copy.py fixed to first lookup __copy__ from the instance being copied,
Anthony Baxter
2005-01-25
2
-4/+75
*
pre-release bits
Anthony Baxter
2005-01-25
2
-4/+4
*
At least one bug has been fixed in distutils, so increment the last part of
Thomas Heller
2005-01-20
1
-1/+1
*
Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.
Thomas Heller
2005-01-20
1
-2/+7
*
On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
Kurt B. Kaiser
2005-01-19
2
-3/+7
*
Backport configDialog.py rev 1.60:
Kurt B. Kaiser
2005-01-19
2
-0/+7
*
Backport EditorWindow rev 1.60 configHelpSourceEdit rev 1.7 15Jul04
Kurt B. Kaiser
2005-01-19
3
-21/+33
*
Backport rpc.py rev 1.28 dating from 21Jan04
Kurt B. Kaiser
2005-01-19
3
-9/+15
*
If an extension can't be loaded, print warning and skip it instead of
Kurt B. Kaiser
2005-01-17
2
-1/+8
*
Improve error handling when .idlerc can't be created. This is a partial
Kurt B. Kaiser
2005-01-17
2
-2/+6
*
Backport of fixes for #887242 and #1097739:
Jack Jansen
2005-01-11
1
-1/+15
*
Backport of 1.38:
Jack Jansen
2005-01-07
1
-135/+136
*
Backport of 1.37:
Jack Jansen
2005-01-03
1
-7/+43
*
Backport:
Jack Jansen
2004-12-31
2
-7/+13
*
Backport of 1.36:
Jack Jansen
2004-12-28
1
-2/+2
*
Use zlib test suite from the trunk (rev. 2.67) on the 2.3 maintenance branch
Andrew M. Kuchling
2004-12-28
1
-170/+93
*
Bump idle version.
Kurt B. Kaiser
2004-12-23
1
-1/+1
*
The GUI was hanging if the shell window was closed while a raw_input()
Kurt B. Kaiser
2004-12-23
2
-7/+17
*
Recompiled after source file changes.
Thomas Heller
2004-12-22
1
-0/+0
*
* closes SF bug/patch 967763
Gregory P. Smith
2004-12-19
1
-0/+11
*
Backport of fix for bug #1083645; skip test_imp if threading is not available.
Brett Cannon
2004-12-18
1
-1/+5
*
Don't have test_mkalias_relative exexute if sys.prefix does not exist.
Brett Cannon
2004-12-06
1
-0/+2
*
get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin
Barry Warsaw
2004-11-06
1
-1/+2
*
test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046
Barry Warsaw
2004-11-06
1
-0/+19
*
SF 1055820: weakref callback vs gc vs threads
Tim Peters
2004-10-31
1
-0/+199
*
Backport of fix for bug of year/<week of year>/<day of week> calculation that
Brett Cannon
2004-10-28
2
-14/+30
*
Backport from trunk:
Thomas Heller
2004-10-22
1
-8/+3
*
[Patch #1043972, for bug #1017553] filemode() returns an incorrect value for ...
Andrew M. Kuchling
2004-10-20
1
-27/+34
*
[Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from St...
Andrew M. Kuchling
2004-10-19
1
-0/+2
*
Add support for using %U and %W in strptime when year and day of the week are
Brett Cannon
2004-10-18
2
-2/+61
*
Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.
Barry Warsaw
2004-10-09
1
-1/+2
*
Escape locale data for regex metacharacters.
Brett Cannon
2004-10-06
1
-1/+2
*
Fix typo in docstring for system_methodSignature .
Brett Cannon
2004-10-03
1
-1/+1
*
__getitem__(): Fix docstring, SF 979924.
Barry Warsaw
2004-09-28
1
-1/+1
*
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
Phillip J. Eby
2004-09-23
1
-2/+16
*
There was an error in the Tk error dialog fix at Rev 1.81.4.3 which caused st...
Kurt B. Kaiser
2004-09-22
1
-2/+2
*
Convert bool results back to strings. Fixes #807871.
Martin v. Löwis
2004-09-18
1
-1/+6
*
backport ipv6 address fix
Skip Montanaro
2004-09-16
2
-2/+17
*
Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure()
Mark Hammond
2004-09-01
1
-0/+3
*
Patch #973204: Use -rpath instead of -R on Irix and True64.
Martin v. Löwis
2004-08-29
2
-1/+7
*
Patch #1014992: Never return more than a line from readline.
Martin v. Löwis
2004-08-25
1
-3/+1
[next]