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 all mentions of the strop module -- it has been pronounced Evil.
Fred Drake
2001-05-10
2
-18/+7
*
Added a note that test_longexp needs 400MB.
Jack Jansen
2001-05-10
1
-1/+1
*
Has been dead so long that there's no use keeping it in the active bit of the...
Jack Jansen
2001-05-10
27
-8246/+0
*
SF bug #422121 Insecurities in dict comparison.
Tim Peters
2001-05-10
4
-34/+239
*
Update to reflect deprecation of the FCNTL module: The fcntl module does
Fred Drake
2001-05-10
1
-4/+4
*
patch 418489 from Andrew Dalke for string format bug
Steve Purcell
2001-05-10
1
-1/+1
*
Guido has Spoken. Restore strop.replace()'s treatment of a 0 count as
Tim Peters
2001-05-10
2
-1/+9
*
The strop module and test_strop.py believe replace() with a 0 count
Tim Peters
2001-05-10
2
-2/+2
*
Heh. I need a break. After this: stropmodule & stringobject were more
Tim Peters
2001-05-10
2
-16/+12
*
Fudge. stropmodule and stringobject both had copies of the buggy
Tim Peters
2001-05-10
2
-40/+54
*
SF bug #422088: [OSF1 alpha] string.replace().
Tim Peters
2001-05-09
2
-26/+39
*
Mechanical changes for easier edits.
Tim Peters
2001-05-09
1
-152/+136
*
Remove the old platform-specific FCNTL.py modules; these are no longer
Fred Drake
2001-05-09
15
-1993/+0
*
Add a new FCNTL.py backward compatibility module that issues a deprecation
Fred Drake
2001-05-09
1
-0/+14
*
Update the tests for the fcntl module to check passing in file objects,
Fred Drake
2001-05-09
1
-11/+21
*
Update the fcntl module documentation.
Fred Drake
2001-05-09
1
-30/+26
*
Modify to allow file objects wherever file descriptors are needed.
Fred Drake
2001-05-09
1
-8/+71
*
fdconv(): Do not second guess the error condition returned by
Fred Drake
2001-05-09
1
-37/+4
*
SF patch #416247 2.1c1 stringobject: unused vrbl cleanup.
Tim Peters
2001-05-09
1
-2/+0
*
Itamar Shtull-Trauring <python@itamarst.org>:
Fred Drake
2001-05-09
1
-4/+5
*
Three uses of makesockaddr() used sockaddr buffers that had not be cleared;
Fred Drake
2001-05-09
1
-1/+4
*
SF patch #416249, from Mark Favas: 2.1c1 compile: unused vrbl cleanup
Tim Peters
2001-05-09
1
-2/+0
*
Minor fiddling related to
Tim Peters
2001-05-09
1
-5/+2
*
Update build notes for Mac OS X 10.0.
Fred Drake
2001-05-09
1
-10/+10
*
Only import termio.h on OSF, and add a comment about why it is needed there.
Fred Drake
2001-05-09
1
-0/+4
*
Fix the operator precedence table: exponentiation binds tighter than
Fred Drake
2001-05-09
1
-2/+2
*
Remove items that have been done or are being tracked in the SourceForge
Fred Drake
2001-05-09
1
-10/+0
*
Update the directory names to match changes at SourceForge.
Fred Drake
2001-05-09
2
-2/+2
*
Trivial tests of urllib2 for recent SF bug
Jeremy Hylton
2001-05-09
2
-0/+18
*
Work around limitations of the module synopsis table generation to avoid
Fred Drake
2001-05-09
9
-9/+9
*
Raise useful exception when called with URL for which request type
Jeremy Hylton
2001-05-09
1
-1/+2
*
Minor adjustments to HTML for the module synopsis tables.
Fred Drake
2001-05-09
1
-2/+6
*
Sheesh -- repair the dodge around "cast isn't an lvalue" complaints to
Tim Peters
2001-05-09
1
-0/+4
*
Mark Favas reported that gcc caught me using casts as lvalues. Dodge it.
Tim Peters
2001-05-09
1
-6/+10
*
Job.build_html(): Be more robust in ensuring about.html exists; copying
Fred Drake
2001-05-09
1
-17/+16
*
There is no IMAP class in the imaplib module; the class is IMAP4.
Fred Drake
2001-05-09
1
-9/+10
*
Note that when inplace=1 existing backup files will be removed silently.
Fred Drake
2001-05-09
1
-2/+5
*
Always pass a full path name to LoadLibraryEx(). Fixes some Windows 9x probl...
Mark Hammond
2001-05-09
1
-17/+14
*
Ack! Restore the COUNT_ALLOCS one_strings code.
Tim Peters
2001-05-09
1
-1/+5
*
My change to string_item() left an extra reference to each 1-character
Tim Peters
2001-05-09
1
-4/+3
*
Intern 1-character strings as soon as they're created. As-is, they aren't
Tim Peters
2001-05-08
1
-15/+12
*
Blurb about the increased precision of float literals in .pyc/.pyo files.
Tim Peters
2001-05-08
1
-0/+20
*
SF bug #422177: Results from .pyc differs from .py
Tim Peters
2001-05-08
4
-8/+34
*
Removed some confusing sentences that are no longer relevant now that
Jack Jansen
2001-05-08
1
-9/+0
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2001-05-08
1
-2/+3
*
SF patch #421922: Implement rich comparison for dicts.
Tim Peters
2001-05-08
3
-4/+104
*
Fix several bugs and add two features.
Jeremy Hylton
2001-05-08
1
-34/+88
*
Several small changes. Mostly reformatting, adding parens.
Jeremy Hylton
2001-05-08
1
-10/+11
*
SF patch 419176 from MvL; fixed bug 418977
Jeremy Hylton
2001-05-08
3
-6/+24
*
Remove unused variable
Jeremy Hylton
2001-05-08
1
-1/+0
[next]