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
...
*
If we have a filename and __main__.__file__ hasn't already been set,
Fred Drake
2002-10-17
1
-1/+11
*
Fix minor whitespace nit, for consistency with Python's C style rules.
Fred Drake
2002-10-17
1
-1/+1
*
Remove spurious cruft from the output.
Fred Drake
2002-10-17
1
-1/+1
*
Clean up some whitespace to be consistent with Python's C style.
Fred Drake
2002-10-17
1
-4/+4
*
Remove redundant load() call.
Guido van Rossum
2002-10-17
1
-1/+0
*
Typo(!): "normal" -> "number"
Fred Drake
2002-10-17
1
-1/+1
*
Grammar repair in comment.
Guido van Rossum
2002-10-17
1
-1/+1
*
Use tempfile.gettempdir() to get the temp directory rather than
Guido van Rossum
2002-10-17
1
-2/+2
*
Must catch TypeError from int(length).
Guido van Rossum
2002-10-17
1
-1/+1
*
Restructure: move all wiki code into a separate module.
Guido van Rossum
2002-10-17
2
-113/+116
*
Add trailing newline when saving.
Guido van Rossum
2002-10-17
1
-0/+2
*
Security fixes: reject non-wiki-word page names; set homedir to /tmp.
Guido van Rossum
2002-10-17
1
-6/+13
*
Added missing entries to __all__.
Fred Drake
2002-10-16
1
-1/+2
*
Make sure we test urlsplit() / urlunsplit() directly, rather than
Fred Drake
2002-10-16
1
-12/+40
*
Some really simple cgi examples. cgi3 is a MiniWiki.
Guido van Rossum
2002-10-16
4
-0/+157
*
Patch #623780: Replace obsolete struct macros.
Martin v. Löwis
2002-10-16
5
-34/+14
*
Document urldefrag().
Fred Drake
2002-10-16
1
-0/+7
*
Add n_unnamed_fields into the type.
Martin v. Löwis
2002-10-16
1
-5/+15
*
Correct stat_result float time stamps entry.
Martin v. Löwis
2002-10-16
1
-1/+2
*
Add PyStructSequence_UnnamedField. Add stat_float_times.
Martin v. Löwis
2002-10-16
5
-18/+151
*
Recreated after source changes.
Thomas Heller
2002-10-16
1
-319/+319
*
posix_execve(): add missing argument for "et" format in PyArg_Parse()
Guido van Rossum
2002-10-16
1
-0/+1
*
Use string methods. Re-organize imports to Python Normal Form.
Fred Drake
2002-10-16
1
-3/+4
*
Only reset _is_empty if needed.
Fred Drake
2002-10-16
1
-1/+1
*
Modernization: Use string methods, use str instead of
Fred Drake
2002-10-16
1
-17/+14
*
Use string methods.
Fred Drake
2002-10-16
7
-23/+18
*
Use string methods. Organize the imports in Python Normal Form.
Fred Drake
2002-10-16
1
-5/+5
*
Use string methods; minor code cleanup.
Fred Drake
2002-10-16
1
-21/+26
*
Recreated after source changes.
Thomas Heller
2002-10-15
1
-315/+315
*
Patch #572628: Optional timeouts for put and get.
Martin v. Löwis
2002-10-15
4
-36/+137
*
Revert the previous checkin - it didn't work anyway.
Thomas Heller
2002-10-15
1
-4/+3
*
For some reason (probably cut and paste), __ipow__ for new-style
Guido van Rossum
2002-10-15
2
-2/+13
*
Don't drop old slots if _unicode_to_string did not change anything.
Martin v. Löwis
2002-10-14
1
-2/+4
*
Allow Unicode strings in __slots__, converting them to byte strings.
Martin v. Löwis
2002-10-14
1
-0/+39
*
Allow Unicode strings as message and module name.
Martin v. Löwis
2002-10-14
1
-2/+2
*
[SF bug 620364]
Guido van Rossum
2002-10-14
1
-0/+3
*
Convert empty string literal to string. Speed up creation of idmap.
Martin v. Löwis
2002-10-14
1
-3/+4
*
Fix for 1.33: urlsplit() should only add '//' if scheme != ''.
Guido van Rossum
2002-10-14
2
-2/+7
*
I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system
Barry Warsaw
2002-10-14
1
-4/+5
*
There was a typo in the MacOSX section regarding the stacksize issue.
Barry Warsaw
2002-10-14
1
-4/+5
*
append(): Fixing the test for convertability after consultation with
Barry Warsaw
2002-10-14
1
-14/+28
*
Use the same shade of blue as the site navigation areas.
Fred Drake
2002-10-14
1
-2/+2
*
Two new tests for splitting (or not splitting) 8-bit header data.
Barry Warsaw
2002-10-14
1
-0/+21
*
Bump the __version__
Barry Warsaw
2002-10-14
1
-1/+1
*
__init__(): Fix an invariant, that the charset item in a chunk tuple
Barry Warsaw
2002-10-14
1
-2/+11
*
_split_header(): If we have a header which is a byte string containing
Barry Warsaw
2002-10-14
1
-1/+17
*
CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data for
Barry Warsaw
2002-10-14
1
-0/+2
*
Minor refactoring to avoid code duplication.
Fred Drake
2002-10-14
1
-17/+10
*
Update list of Windows buildnos for 2.2.2 final.
Tim Peters
2002-10-14
1
-0/+2
*
Add finditer to __all__ (when defining it at all).
Guido van Rossum
2002-10-14
1
-0/+1
[prev]
[next]