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
*
Remove output files that are no longer needed since the corresponding
Fred Drake
2001-05-22
2
-11/+0
*
Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines.
Jack Jansen
2001-05-22
4
-1/+5
*
Simple script to regenerate all bgen-generated modules.
Jack Jansen
2001-05-22
1
-0/+38
*
One more update related to the new get() and setdefault() methods on the
Fred Drake
2001-05-22
1
-5/+6
*
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...
Jack Jansen
2001-05-22
41
-5765/+2230
*
Fixed changed UPP routines names. The module now compiles and loads.
Jack Jansen
2001-05-22
1
-3/+7
*
Move the sha tests to PyUnit.
Fred Drake
2001-05-22
2
-22/+20
*
Convert binhex regression test to PyUnit. We could use a better test
Fred Drake
2001-05-22
1
-40/+38
*
SF patch #425242: Patch which "inlines" small dictionaries.
Tim Peters
2001-05-22
1
-81/+145
*
Convert copy_reg test to PyUnit.
Fred Drake
2001-05-22
1
-29/+19
*
Remove unused import.
Fred Drake
2001-05-22
1
-1/+0
*
Simple conversion to PyUnit -- this test really needs more work!
Fred Drake
2001-05-22
1
-9/+14
*
Convert dospath test suite to PyUnit, adding a couple more cases for
Fred Drake
2001-05-22
1
-46/+55
*
Re-write the rfc822 tests to use PyUnit.
Fred Drake
2001-05-22
1
-138/+162
*
Per discussion with Barry, make the default value for both get() and
Fred Drake
2001-05-22
1
-5/+4
*
Implementing an idea from Guido on the checkins list:
Tim Peters
2001-05-22
2
-24/+25
*
Convert time module tests to PyUnit.
Fred Drake
2001-05-22
1
-37/+49
*
file_getiter(): make iter(file) be equivalent to file.xreadlines().
Guido van Rossum
2001-05-22
1
-12/+3
*
Migrate the strop test to PyUnit.
Fred Drake
2001-05-22
2
-84/+118
*
Iterator support: made the xreadlines object its own iterator. This
Guido van Rossum
2001-05-22
1
-25/+81
*
create_message(): When os.link() doesn't exist, make a copy of the msg
Tim Peters
2001-05-22
1
-1/+6
*
- calendar.py uses month and day names based on the current locale.
Barry Warsaw
2001-05-22
1
-0/+2
*
Application of patch #401842 by Denis S. Otkidach to support
Barry Warsaw
2001-05-22
1
-9/+11
*
Correct the sense of a couple of conditional compilations -- used #ifndef
Fred Drake
2001-05-22
1
-2/+2
*
Update to add get() and setdefault() as supported mapping operations, and
Fred Drake
2001-05-22
1
-2/+8
*
Add tests for the new .get() and .setdefault() methods of rfc822.Message
Fred Drake
2001-05-22
1
-1/+19
*
Added .get() and .setdefault() support to rfc822.Message.
Fred Drake
2001-05-22
1
-0/+20
*
Add some clarifications about the mapping interface presented by
Fred Drake
2001-05-22
1
-2/+4
*
Fixed a nasty slowdown in imports in frozen applications: the shortcut
Jack Jansen
2001-05-22
1
-18/+32
*
New test adapted from the ancient Demo/threads/bug.py.
Tim Peters
2001-05-22
1
-0/+52
*
Added NEWS item for the UTF-16 change.
Marc-André Lemburg
2001-05-22
1
-0/+5
*
Changed all the examples with ugly platform-dependent float output to use
Tim Peters
2001-05-22
1
-16/+20
*
init_name_op(): add (void) to the argument list to make it a valid
Guido van Rossum
2001-05-22
1
-1/+1
*
Add a "See also" section with useful links. More should be added giving
Fred Drake
2001-05-21
1
-0/+15
*
Remove all files of expected output that contain only the name of the
Fred Drake
2001-05-21
65
-65/+0
*
If the file containing expected output does not exist, assume that it
Fred Drake
2001-05-21
1
-1/+6
*
Patch #411055 from MvL: import each extension after building it, and
Andrew M. Kuchling
2001-05-21
1
-0/+14
*
Trim out some cruft
Andrew M. Kuchling
2001-05-21
1
-6/+0
*
Fix bug #418369: typo in bdist_rpm
Andrew M. Kuchling
2001-05-21
1
-1/+1
*
This patch changes the behaviour of the UTF-16 codec family. Only the
Marc-André Lemburg
2001-05-21
2
-21/+30
*
Fix bug #232619: fix misleading warning on installing to lib-dynload
Andrew M. Kuchling
2001-05-21
1
-1/+10
*
Re-write the mailbox test suite to use PyUnit. Cover a lot more ground
Fred Drake
2001-05-21
2
-22/+81
*
parse_declaration(): be more lenient in what we accept. We now
Guido van Rossum
2001-05-21
1
-12/+7
*
main(): default-domain argument to getopt.getopt() was missing a = to
Barry Warsaw
2001-05-21
1
-1/+1
*
__addentry(): add optional keyword arg `isdocstring' which is a flag
Barry Warsaw
2001-05-21
1
-4/+10
*
write(): A patch inspired by Tokio Kikuchi that sorts location entries
Barry Warsaw
2001-05-21
1
-7/+12
*
Update output to reflect additional precision produced by the repr() of
Fred Drake
2001-05-21
1
-2/+3
*
Add documentation for Py_Main() and PyThreadState_GetDict().
Fred Drake
2001-05-21
1
-0/+21
*
Typo: "that" --> "than"
Fred Drake
2001-05-21
1
-1/+1
*
SF bug #425836: Reference leak in filter().
Tim Peters
2001-05-21
1
-0/+1
[next]