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
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF bug 847019 datetime.datetime initialization needs more strict checking
Tim Peters
2004-03-21
2
-2/+30
*
Restored revision 2.87.
Armin Rigo
2004-03-21
1
-12/+5
*
Change parse_qsl() to accept control-name's with no equal sign (e.g., "name")
Brett Cannon
2004-03-21
1
-1/+5
*
Remove 'now'
Andrew M. Kuchling
2004-03-21
1
-1/+1
*
PyTuple_New(): vrbl i no longer referenced, so removed it (which kills
Tim Peters
2004-03-21
1
-1/+1
*
Normalized files in test_unicode_file to eliminate failure on OSX
Nicholas Bastin
2004-03-21
1
-9/+29
*
This is the fastest I could get on Intel GCC. I kept the memset() in to clear
Armin Rigo
2004-03-21
1
-4/+11
*
Changed file.name to be the object passed as the 'name' argument to file()
Nicholas Bastin
2004-03-21
2
-17/+23
*
[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
*
Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL.
Hye-Shik Chang
2004-03-21
2
-2/+9
*
[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
*
[Patch #918212] Support XHTML's 'id' attribute, which can be on any element.
Andrew M. Kuchling
2004-03-21
2
-6/+31
*
[Patch #905863] Support the CVS version of Tcl/Tk, which has the version numb...
Andrew M. Kuchling
2004-03-21
1
-1/+1
*
[Patch #850977] Detect Tcl/Tk libraries on FreeBSD/OpenBSD. Bugfix candidate
Andrew M. Kuchling
2004-03-21
1
-7/+15
*
Update URLs
Andrew M. Kuchling
2004-03-21
1
-2/+2
*
Moved tracebackobject to traceback.h, Closes SF Bug #497067
Nicholas Bastin
2004-03-21
3
-24/+27
*
Fix typo in comment.
Raymond Hettinger
2004-03-21
1
-1/+1
*
SF bug 917108: warnings.py does not define _test().
Tim Peters
2004-03-21
1
-8/+3
*
Add identity shortcut to PyObject_RichCompareBool.
Raymond Hettinger
2004-03-21
1
-1/+11
*
Modified string.split documentation to reflect behaviour of splitting emtpy s...
Nicholas Bastin
2004-03-21
1
-0/+5
*
recursive_isinstance(), recursive_issubclass(): New code here returned
Tim Peters
2004-03-21
1
-2/+2
*
[693255] also back out corresponding NEWS item...
Just van Rossum
2004-03-21
1
-2/+0
*
concrete example of why retaining old objects is good
Skip Montanaro
2004-03-21
1
-1/+9
*
Patch #853488: Tix hlist missing entryconfigure and entrycget methods.
Martin v. Löwis
2004-03-21
1
-0/+2
*
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
*
Improve byte coding for multiple assignments.
Raymond Hettinger
2004-03-21
2
-3/+77
*
Removed extra period from \versionchanged entry; macro adds period
Brett Cannon
2004-03-21
1
-1/+1
*
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
3
-10/+58
*
Fix for SF 780407.
Guido van Rossum
2004-03-20
1
-1/+1
*
Get rid of listextend_internal() and explain why the special case
Armin Rigo
2004-03-20
1
-51/+25
*
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
*
Cancelled checkin, sorry.
Armin Rigo
2004-03-20
1
-10/+6
*
Clarify docs on where .pth files can exist.
Brett Cannon
2004-03-20
1
-1/+2
*
memset() hunt continuing. This is a net win.
Armin Rigo
2004-03-20
1
-1/+3
*
Remove non-existent paths.
Brett Cannon
2004-03-20
2
-1/+3
*
memset() with small memory sizes just kill us.
Armin Rigo
2004-03-20
1
-2/+4
*
Fix how line endings were handled when iterating over a .pth file by stripping
Brett Cannon
2004-03-20
1
-2/+1
*
Tweaked after following all these instructions.
Guido van Rossum
2004-03-20
1
-37/+11
*
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
*
A 2% speed improvement with gcc on low-endian machines. My guess is that this
Armin Rigo
2004-03-20
1
-6/+10
[next]