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
...
*
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
*
- Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IE
Matthias Klose
2004-08-24
1
-1/+1
*
Flush bz2 data even if nothing had been written so far. Fixes #1013882
Martin v. Löwis
2004-08-22
1
-2/+2
*
Patch #997284: Allow pydoc to work with XP Themes (.manifest file)
Martin v. Löwis
2004-08-22
1
-2/+10
*
Test cases and fixes for bugs described in patch #873418: email/Message.py:
Barry Warsaw
2004-08-16
2
-2/+14
*
- The distutils sdist command now ignores all .svn directories, in
Matthias Klose
2004-08-16
1
-1/+1
*
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
Matthias Klose
2004-08-15
2
-7/+23
*
Ignore the locale's encoding if it is an empty string.
Martin v. Löwis
2004-08-12
1
-2/+2
*
Add wait_visibility before grab_set. Fixes #946153.
Martin v. Löwis
2004-08-03
3
-0/+3
*
Patch #994595: Recognize Basic auth even if other schemes are offered.
Martin v. Löwis
2004-08-03
1
-1/+1
*
Use isabs() in conditional, not abspath
Andrew M. Kuchling
2004-08-02
1
-1/+1
*
Patch #962487: Don't crash for empty locale names.
Martin v. Löwis
2004-07-26
1
-1/+1
*
Patch #995782: Add FreeBSD 5 expectations.
Martin v. Löwis
2004-07-26
1
-0/+1
*
Backport Tim's cleanup of the previous commit to fix Thread.__delete() .
Brett Cannon
2004-07-21
1
-31/+28
*
dummy_threading when run with -O would raise a KeyError in Thread.__delete()
Brett Cannon
2004-07-21
1
-1/+33
*
Remove test for #919008. Users may have old PyXML versions installed,
Martin v. Löwis
2004-07-18
1
-35/+0
*
Recompiled after recent source changes.
Thomas Heller
2004-07-14
1
-0/+0
*
Backport:
Guido van Rossum
2004-07-14
2
-0/+2
*
fix for SF bug #897820 (backport of cvs diff -r1.14 -r1.15 __init__.py)
Gregory P. Smith
2004-07-13
1
-6/+11
*
Updated my email address to something that works <wink>.
Barry Warsaw
2004-07-12
1
-1/+1
*
Remove tabs introduced in last commit.
Brett Cannon
2004-07-11
1
-4/+4
*
posixpath.realpath() now detects loops from symlinks and returns the longest
Brett Cannon
2004-07-10
1
-6/+30
*
ntpath now compresses erroneous slashes between the drive letter and rest of
Brett Cannon
2004-07-10
2
-9/+24
*
zipfile now handles file sizes over 2 GB. Was incorrectly storing file sizes
Brett Cannon
2004-07-10
1
-4/+4
*
Fix bug introduced by previous backport.
Brett Cannon
2004-07-04
1
-2/+3
*
threading.Thread used to raise an exception about attempting to execute a
Brett Cannon
2004-07-03
1
-6/+36
*
Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.
Thomas Heller
2004-07-02
1
-0/+0
*
Add support in urlparse for recognizing rsync as a protocol that defines a
Brett Cannon
2004-06-29
1
-1/+1
*
Patch #975885: print file name in err msg in quiet mode.
Martin v. Löwis
2004-06-20
1
-0/+2
*
Raise an exception when trying to use shutil.move() to move a directory into
Brett Cannon
2004-06-19
2
-2/+19
*
pydoc.stripid() is now case-insensitive.
Brett Cannon
2004-06-19
1
-4/+4
*
SF 952807: Unpickling pickled instances of subclasses of
Tim Peters
2004-06-07
1
-0/+33
*
Backporting [ 778323 ] Tk Dialog Upon Subprocess Socket Error
Kurt B. Kaiser
2004-06-06
5
-57/+102
[prev]
[next]