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
*
Patch #661760: Cygwin auto-import module patch
Jason Tishler
2003-01-06
8
-60/+33
*
Used dictionaries rather than lists for membership testing.
Raymond Hettinger
2003-01-06
1
-12/+12
*
always also search on sys.path for res files
Just van Rossum
2003-01-06
1
-3/+2
*
Optimize string_repeat.
Raymond Hettinger
2003-01-06
1
-2/+11
*
SF feature #618024, urlparse fails on imap://
Neal Norwitz
2003-01-06
1
-0/+3
*
SF feature #618024, urlparse fails on imap://
Neal Norwitz
2003-01-06
2
-5/+6
*
SF #651082, tarfile module implementation from Lars Gustäbel
Neal Norwitz
2003-01-05
8
-0/+2637
*
Fix a typo
Neal Norwitz
2003-01-05
1
-1/+1
*
- squashed bare except in rmtree()
Just van Rossum
2003-01-05
1
-5/+5
*
At least one Solaris box in the snake farm only supports "C" locale.
Neal Norwitz
2003-01-05
1
-1/+5
*
Move the statistical tests for four distributions into the unittest suite.
Raymond Hettinger
2003-01-05
2
-3/+41
*
PyCFunction_Call(): Combined two switch cases w/ identical bodies.
Tim Peters
2003-01-05
1
-4/+2
*
Add a test case.
Raymond Hettinger
2003-01-05
1
-0/+19
*
Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.
Greg Ward
2003-01-04
1
-1/+1
*
module to run commands in a Terminal.app window
Just van Rossum
2003-01-04
1
-0/+54
*
datetime_from_timet_and_us(): ignore leap seconds if the platform
Tim Peters
2003-01-04
3
-21/+50
*
correct comment (and add newline at end)
Just van Rossum
2003-01-04
1
-2/+2
*
Add Shockwave Flash.
Guido van Rossum
2003-01-04
1
-0/+1
*
Correct long standing bugs in the methods for random distributions.
Raymond Hettinger
2003-01-04
1
-4/+6
*
Fix typo.
Martin v. Löwis
2003-01-04
1
-1/+1
*
Remove appartment check from dooneevent. Fixes #660961.
Martin v. Löwis
2003-01-04
1
-6/+17
*
A new implementation of astimezone() that does what we agreed on in all
Tim Peters
2003-01-04
5
-65/+191
*
Test an edge case for sample().
Raymond Hettinger
2003-01-04
1
-0/+1
*
Remove the random=None nonsense from sample() before it gets set in stone.
Raymond Hettinger
2003-01-04
1
-18/+11
*
Moved this info to the top-level README where all the other
Skip Montanaro
2003-01-04
1
-68/+0
*
The bsddb3 library does not build w/ Berkeley DB 3.0. 3.1 is the earliest
Skip Montanaro
2003-01-04
1
-3/+1
*
Merged Misc/AtheOS-NOTES into the platform-specific section. Rewrote the
Skip Montanaro
2003-01-04
1
-39/+79
*
SF bug #655271: Slightly modify locals() doc
Raymond Hettinger
2003-01-04
2
-2/+2
*
SF bug #651149: Review libshelve.tex when possible
Raymond Hettinger
2003-01-04
1
-6/+6
*
M AutoExpand.py
Kurt B. Kaiser
2003-01-04
7
-27/+55
*
Fix compiler warning
Neal Norwitz
2003-01-04
1
-1/+1
*
SF Patch #661440: Refactor and streamline PyCFunction_Call
Raymond Hettinger
2003-01-04
1
-31/+41
*
Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default
Martin v. Löwis
2003-01-04
1
-3/+21
*
Completed astimezone()'s correctness proof. This also proves we can get
Tim Peters
2003-01-04
1
-4/+53
*
Convert Tcl path objects to strings. Fixes #661357.
Martin v. Löwis
2003-01-04
2
-1/+70
*
Remark about datetime tzinfo examples.
Tim Peters
2003-01-03
1
-3/+6
*
Replaced the flawed "local time" example tzinfo class with the guts
Tim Peters
2003-01-03
1
-13/+39
*
Grammatical fix in comment.
Greg Ward
2003-01-03
1
-1/+1
*
Grammatical fix: change possessive "it's" to "its".
Greg Ward
2003-01-03
1
-3/+3
*
Remove a list comprehension, because a loop over the list
Walter Dörwald
2003-01-03
1
-2/+1
*
Pass the strict argument from read() on to readfp(), so the
Walter Dörwald
2003-01-03
1
-1/+1
*
Use RUNSHARED for python invocations. Fixes #661408.
Martin v. Löwis
2003-01-03
1
-2/+2
*
Fix read_mime_types() so that it returns a dict as documented.
Walter Dörwald
2003-01-03
1
-2/+2
*
Allow PyFile_GetLine() to return Unicode objects. Fixes #660165.
Martin v. Löwis
2003-01-03
2
-1/+26
*
Fix SF #659228, 'realpath' function missing from os.path
Neal Norwitz
2003-01-03
1
-1/+4
*
Spread the blame (err, I mean credit) for ossaudiodev around a bit.
Greg Ward
2003-01-03
1
-1/+1
*
Mention ossaudiodev.
Greg Ward
2003-01-03
1
-0/+5
*
Fix SF #659228, 'realpath' function missing from os.path
Neal Norwitz
2003-01-03
4
-4/+8
*
Write PEP 301 section
Andrew M. Kuchling
2003-01-03
1
-2/+39
*
Mention that imaplib now supports SSL -- this wasn't noted before.
Guido van Rossum
2003-01-03
1
-0/+2
[next]