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
*
commit the portion of PyXML patch #919008 that is relevant to the
Fred Drake
2004-03-20
2
-2/+42
*
Add a new unicode codec: ptcp154 (Kazakh)
Hye-Shik Chang
2004-03-19
2
-0/+168
*
* supply a more useful error message when append() is called on the
Gregory P. Smith
2004-03-16
1
-2/+8
*
bugfix for people executing test_all to run the test suite. (call the
Gregory P. Smith
2004-03-16
1
-1/+1
*
1. Make builtin foreground Royal Purple instead of Barney Purple.
Kurt B. Kaiser
2004-03-16
2
-27/+32
*
Port test_binascii.py to PyUnit and enhance tests.
Walter Dörwald
2004-03-15
2
-152/+149
*
1. Bug in Patch 805830 fixed by Nigel Rowe
Kurt B. Kaiser
2004-03-15
2
-22/+26
*
Add missing docstrings.
Raymond Hettinger
2004-03-14
1
-0/+67
*
SF feature request #686323: Minor array module enhancements
Raymond Hettinger
2004-03-14
1
-0/+7
*
Two issues spotted by Ronald OUssoren:
Jack Jansen
2004-03-13
4
-3/+2234
*
Don't use "dict" as a variable, it shadows the builtin. Spotted by
Jack Jansen
2004-03-13
1
-13/+13
*
Force option should be applied to a single package, not recursively
Jack Jansen
2004-03-13
1
-1/+1
*
SF patch #911431: robot.txt must be robots.txt
Raymond Hettinger
2004-03-13
1
-2/+2
*
SF bug #910986: copy.copy fails for array.array
Raymond Hettinger
2004-03-13
1
-0/+7
*
- Added a downloader using urllib2 in stead of curl, based on code
Jack Jansen
2004-03-11
1
-51/+137
*
Make test_coercion.py less sensitive to platform fp quirks. Closes
Neil Schemenauer
2004-03-10
2
-333/+348
*
Tidied up the implementations of reversed (including the custom ones
Raymond Hettinger
2004-03-10
1
-2/+2
*
Eliminate the double reverse option. It's only use case
Raymond Hettinger
2004-03-10
1
-4/+1
*
Remove calls to currentThread() in _Condition methods that were side-effect.
Brett Cannon
2004-03-08
1
-2/+0
*
SF patch #907403: Improvements to cStringIO.writelines()
Raymond Hettinger
2004-03-08
1
-2/+4
*
Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
Kurt B. Kaiser
2004-03-08
9
-16/+42
*
Removed spurious import statement
Vinay Sajip
2004-03-08
1
-2/+0
*
Refactor the copy dispatcher code in copy.py. Simplifies and shortens
Raymond Hettinger
2004-03-08
1
-35/+17
*
Deal with possible case of having time.tzname[1] containing UTC or GMT.
Brett Cannon
2004-03-07
1
-2/+2
*
SF patch #910929: Optimize list comprehensions
Raymond Hettinger
2004-03-07
1
-0/+1
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
6
-34/+48
*
Fixed invalid syntax.
Sjoerd Mullender
2004-03-03
3
-3/+3
*
Have strftime() check its time tuple argument to make sure the tuple's values
Brett Cannon
2004-03-02
2
-1/+57
*
Replace left(), right(), and __reversed__() with the more general purpose
Raymond Hettinger
2004-03-01
2
-10/+35
*
Cleanup: remove test file after it is used.
Neal Norwitz
2004-02-29
1
-0/+1
*
Improvements to collections.deque():
Raymond Hettinger
2004-02-29
2
-8/+90
*
getDefaultDatabase() should be a toplevel function, not a method of the
Jack Jansen
2004-02-28
1
-48/+46
*
Started on version 0.4: better scheme for finding correct database:
Jack Jansen
2004-02-28
1
-4/+50
*
Minor documentation changes
Vinay Sajip
2004-02-28
3
-9/+11
*
Ignore sizehint argument. Fixes SF #844561.
Marc-André Lemburg
2004-02-26
1
-10/+4
*
Fixes SF bug # 778421
Gregory P. Smith
2004-02-26
3
-4/+29
*
Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted
Hye-Shik Chang
2004-02-24
1
-1/+8
*
Fix two bugs in the new do_open() implementation for HTTPHandler.
Jeremy Hylton
2004-02-24
2
-7/+19
*
Reflow long line.
Jeremy Hylton
2004-02-23
1
-6/+6
*
Fix wrong character mapping in koi8_u: SF bug #902501.
Marc-André Lemburg
2004-02-23
1
-1/+1
*
Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.cl...
Vinay Sajip
2004-02-21
1
-2/+10
*
Handler close() functions call flush() [SF #901330]
Vinay Sajip
2004-02-21
1
-3/+4
*
adding passing test. testing for g(*Nothing()) where Nothing is a user-define...
Samuele Pedroni
2004-02-21
2
-0/+26
*
Use the right wininstXX.exe, depending on
Thomas Heller
2004-02-20
1
-2/+8
*
wininst-6.exe and wininst-7.1.exe are in CVS, so that they can be
Thomas Heller
2004-02-20
2
-0/+0
*
wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe.
Thomas Heller
2004-02-20
1
-0/+0
*
Recompiled the binary wininst.exe.
Thomas Heller
2004-02-20
1
-0/+0
*
Patch #892660 from Mark Hammond, for distutils bdist_wininst command.
Thomas Heller
2004-02-20
1
-3/+29
*
Socket handler closed prior to end of test.
Vinay Sajip
2004-02-20
1
-0/+1
*
Copyright year & version number/version date changes.
Vinay Sajip
2004-02-20
1
-8/+36
[next]