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 for lack of implicit return line event
Nicholas Bastin
2004-03-22
1
-9/+27
*
New parser. Next up, making the current parser use this parser
Anthony Baxter
2004-03-22
1
-0/+362
*
SF bug 847019 datetime.datetime initialization needs more strict checking
Tim Peters
2004-03-21
1
-0/+20
*
Change parse_qsl() to accept control-name's with no equal sign (e.g., "name")
Brett Cannon
2004-03-21
1
-1/+5
*
Normalized files in test_unicode_file to eliminate failure on OSX
Nicholas Bastin
2004-03-21
1
-9/+29
*
[Part of patch #909005] Added map parameter for file_dispatcher and dispatche...
Andrew M. Kuchling
2004-03-21
1
-4/+4
*
[Part of patch #909005] Repeating exception changed from 'raise socket.error,...
Andrew M. Kuchling
2004-03-21
1
-5/+5
*
[Part of patch #909005] Remove Mac code for writable
Andrew M. Kuchling
2004-03-21
1
-8/+2
*
[Part of patch #909005] Set initial poll flags
Andrew M. Kuchling
2004-03-21
1
-2/+2
*
[Part of patch #909005] Use True/False
Andrew M. Kuchling
2004-03-21
1
-13/+13
*
[Patch #900071] Be case-insensitive when removing 'usage:' string
Andrew M. Kuchling
2004-03-21
1
-1/+1
*
[Part of patch #909005] Handle POLLPRI flag, and various errors cases. Fixes...
Andrew M. Kuchling
2004-03-21
1
-1/+3
*
SF bug 917108: warnings.py does not define _test().
Tim Peters
2004-03-21
1
-8/+3
*
Patch #853488: Add hlist entry_configure and entry_cget methods.
Martin v. Löwis
2004-03-21
1
-0/+11
*
Remove unused instance attributes.
Neil Schemenauer
2004-03-21
1
-2/+0
*
Back out last patch that removed an entry from sys.path if it was not an
Brett Cannon
2004-03-21
1
-1/+1
*
Deal with case of when locale time values has characters that can be mistaken
Brett Cannon
2004-03-20
1
-2/+14
*
Limit the nesting depth of a tuple passed as the second argument to
Brett Cannon
2004-03-20
1
-1/+18
*
Fix for SF 777848.
Guido van Rossum
2004-03-20
1
-6/+5
*
SF patch 508730 CGIHTTPServer execfile should save cwd
Tim Peters
2004-03-20
1
-1/+3
*
Remove non-existent paths.
Brett Cannon
2004-03-20
1
-1/+1
*
Fix how line endings were handled when iterating over a .pth file by stripping
Brett Cannon
2004-03-20
1
-2/+1
*
test_email: comment out two fail-test cases that no longer fail with the new
Thomas Wouters
2004-03-20
1
-25/+27
*
Speed HMAC.copy() by installing a secret backdoor argument to
Tim Peters
2004-03-20
1
-1/+11
*
Merge in Anthony's new parser code, from the anthony-parser-branch:
Thomas Wouters
2004-03-20
1
-128/+173
*
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
[next]