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 705836: struct.pack of floats in non-native endian order
Tim Peters
2003-03-20
4
-18/+115
*
- apply SF patch #700798: fixes and cleanups for descriptor info
Fred Drake
2003-03-20
1
-13/+13
*
add descriptions of {get,set}defaulttimeout.
Skip Montanaro
2003-03-20
1
-0/+14
*
- explain what a UNC path is in the makedirs() description, since
Fred Drake
2003-03-20
1
-8/+6
*
Skip the ioctl test if we can't open /dev/tty. This happens on
Neal Norwitz
2003-03-20
1
-0/+6
*
GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by
Jack Jansen
2003-03-19
1
-2/+2
*
Fixed SF bug #663074. The codec system was using global static
Gustavo Niemeyer
2003-03-19
5
-92/+80
*
replace obsolete 'exceptions' implicit by 'warnings'
Just van Rossum
2003-03-18
1
-1/+1
*
Fix SF bug #697556, test_posix fails: getlogin
Neal Norwitz
2003-03-18
1
-6/+0
*
_encode_chunks(): Throw out empty chunks.
Barry Warsaw
2003-03-17
1
-0/+2
*
test_long_lines_with_different_header(): Another test from Jason.
Barry Warsaw
2003-03-17
1
-0/+16
*
Renamed PyObject_GenericGetIter to PyObject_SelfIter
Raymond Hettinger
2003-03-17
13
-25/+25
*
test_getaddresses_nasty(): A test for mimelib SF bug # 697641.
Barry Warsaw
2003-03-17
1
-0/+10
*
getaddrlist(): Make sure this consumes all the data, and if there is
Barry Warsaw
2003-03-17
1
-2/+2
*
Test for UnicodeError instead of ImportError to determine whether
Martin v. Löwis
2003-03-17
1
-1/+1
*
Get rid of Mac.pth: plat-mac is now added through the normal mechanism.
Jack Jansen
2003-03-17
2
-4/+0
*
Added a define EXTRAMACHDEPPATH which can be used to add sys.path items
Jack Jansen
2003-03-17
4
-6/+24
*
Add Hye-Shik Chang for SF patch/bugreport #703471.
Thomas Wouters
2003-03-17
1
-0/+1
*
binascii_a2b_base64: Properly return an empty string if the input was all
Thomas Wouters
2003-03-17
2
-1/+12
*
Capturing the exit status for the build process didn't work. Using
Jack Jansen
2003-03-17
1
-6/+7
*
Created PyObject_GenericGetIter().
Raymond Hettinger
2003-03-17
3
-24/+3
*
Created PyObject_GenericGetIter().
Raymond Hettinger
2003-03-17
10
-147/+30
*
The MacPython introductory help is now called MacPython Help, and the
Jack Jansen
2003-03-16
4
-25/+41
*
- Don't ask for bring-to-front when quitting through an appleevent.
Jack Jansen
2003-03-16
1
-6/+4
*
Lots of textual changes suggested by Matthew Moelter.
Jack Jansen
2003-03-16
1
-13/+13
*
Eliminate data dependency in predict macro.
Raymond Hettinger
2003-03-16
1
-2/+8
*
Fix comment and whitespace.
Raymond Hettinger
2003-03-16
1
-3/+4
*
Introduced macros for a simple opcode prediction protocol.
Raymond Hettinger
2003-03-16
1
-6/+35
*
Change the default number of repetitions to 3, both in the Timer class
Guido van Rossum
2003-03-15
1
-12/+21
*
If time.tzset doesn't exist, don't test it.
Guido van Rossum
2003-03-15
1
-0/+3
*
- New function time.tzset() provides access to the C library tzet()
Guido van Rossum
2003-03-14
7
-76/+336
*
Implement some recommendations from Raymond H:
Guido van Rossum
2003-03-14
1
-10/+48
*
Accept commas in unquoted attribute values.
Fred Drake
2003-03-14
4
-2/+10
*
SF patch #701907: More use of fast_next_opcode
Raymond Hettinger
2003-03-14
1
-11/+11
*
Take out my (long since disabled) POSIX signal mask handling code.
Michael W. Hudson
2003-03-13
5
-289/+6
*
Move setting of ioready 'wait' earlier in call chain, to
Kurt B. Kaiser
2003-03-12
2
-8/+24
*
Filter out the depracation warning for macfs.
Jack Jansen
2003-03-12
1
-0/+2
*
SF bug #699237: Tutorial uses omitted slice indices before explaining them
Raymond Hettinger
2003-03-12
1
-11/+11
*
SF bug #699934: Obscure error message
Raymond Hettinger
2003-03-12
2
-4/+11
*
Update the package version number
Barry Warsaw
2003-03-12
1
-2/+2
*
test_whitespace_eater_unicode(): Make this test Python 2.1 compatible.
Barry Warsaw
2003-03-12
1
-1/+4
*
Python 2.1 doesn't have True and False
Barry Warsaw
2003-03-12
1
-0/+3
*
Add a simple Apple Help book to the framework.
Jack Jansen
2003-03-11
1
-5/+14
*
Adding MacPython online help. Only the basics are installed, with a
Jack Jansen
2003-03-11
21
-0/+493
*
M rpc.py
Kurt B. Kaiser
2003-03-11
2
-4/+4
*
This file was terribly outdated. The example is still silly (and won't
Jack Jansen
2003-03-11
1
-65/+28
*
Allow unicode pathnames where FSRefs are expected. Fixes 696253.
Jack Jansen
2003-03-11
3
-4/+15
*
Fix spelling.
Raymond Hettinger
2003-03-11
1
-10/+10
*
Open with O_NONBLOCK to avoid hanging on open().
Greg Ward
2003-03-11
1
-1/+5
*
Add 'audio' resource.
Guido van Rossum
2003-03-11
1
-1/+5
[next]