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 #629426: Eliminate more autoconf warnings. Use AC_HELP_STRING.
Martin v. Löwis
2002-10-29
2
-90/+119
*
Chapter titles that get split over multiple lines in the typeset
Fred Drake
2002-10-28
1
-5/+3
*
Minor simplification.
Fred Drake
2002-10-28
1
-2/+1
*
Remove unnecessary output file.
Fred Drake
2002-10-28
1
-42/+0
*
Add a test of interaction between & and extra replacements.
Fred Drake
2002-10-28
1
-8/+13
*
Really do replacement of & last to avoid bad interactions between &
Fred Drake
2002-10-28
1
-2/+2
*
Avoid calling __dict_replace() if we don't need to -- the call is much
Fred Drake
2002-10-28
1
-8/+10
*
Oops, committed this in the wrong place.
Guido van Rossum
2002-10-28
1
-740/+0
*
Spreadsheet demo that I used in the advanced talk at Linux Lunacy II.
Guido van Rossum
2002-10-28
1
-0/+740
*
Beginnings of a spreadsheet I used as an example on Linux Lunacy II.
Guido van Rossum
2002-10-27
1
-0/+740
*
Change PyOS_Readline declaration to match the recent change to myreadline.c
Skip Montanaro
2002-10-27
1
-2/+2
*
Patch #627105: Document that SYSTEM_PAGE_SIZE really should not be
Martin v. Löwis
2002-10-26
1
-1/+4
*
Patch #613256: Add nescape method to xml.sax.saxutils.
Martin v. Löwis
2002-10-26
6
-8/+58
*
Add Daniel Stutzbach, for #512981.
Martin v. Löwis
2002-10-26
1
-0/+1
*
Document patch #512981.
Martin v. Löwis
2002-10-26
1
-0/+3
*
Patch #512981: Update readline input stream on sys.stdin/out change.
Martin v. Löwis
2002-10-26
5
-22/+42
*
Patch #623771: Properly use autoconf 2.5x macros.
Martin v. Löwis
2002-10-26
2
-18/+36
*
Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED.
Martin v. Löwis
2002-10-26
1
-2/+0
*
Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE.
Martin v. Löwis
2002-10-26
3
-3/+31
*
Clarify packages in tutorial. Closes SF bug #616211.
Raymond Hettinger
2002-10-26
1
-0/+3
*
Implement a safer and more predictable interpolation approach.
Fred Drake
2002-10-25
3
-1/+74
*
Add tests for both raw and non-raw versions of the items() methods.
Fred Drake
2002-10-25
1
-0/+26
*
According to the docs, __name__ is not exposed via the API except
Fred Drake
2002-10-25
1
-2/+8
*
Update to reflect the refactoring into the RawConfigParser and
Fred Drake
2002-10-25
1
-18/+41
*
Under Jaguar it seems that 'errn' return value keyword parameters don't
Jack Jansen
2002-10-25
1
-0/+8
*
Remove useless output file.
Fred Drake
2002-10-25
1
-9/+0
*
Convert to PyUnit.
Fred Drake
2002-10-25
1
-293/+263
*
Added (very) minimal tests of the RawConfigParser class.
Fred Drake
2002-10-25
1
-16/+35
*
Re-factor: Use a RawConfigParser base class and make ConfigParser a
Fred Drake
2002-10-25
1
-103/+133
*
- The "-" format flag overrides the "0" flag, not the "-" flag.
Fred Drake
2002-10-25
1
-28/+43
*
Correct the description of PyErr_Restore().
Fred Drake
2002-10-24
1
-3/+3
*
'Replace all' in the find dialog didn't properly update the text view (it use...
Just van Rossum
2002-10-24
1
-5/+1
*
Relocate an index entry so named anchors are not generated in a section head.
Fred Drake
2002-10-24
1
-1/+2
*
Update an example to use the DOM implementation object. Explain that
Fred Drake
2002-10-24
1
-8/+28
*
Clean up some really minor Perl warnings.
Fred Drake
2002-10-24
1
-8/+8
*
Point to the PyXML package as an extended version of the "xml" package
Fred Drake
2002-10-23
1
-0/+19
*
Fix for bug #626172: crash using unicode latin1 single char
Marc-André Lemburg
2002-10-23
2
-3/+7
*
Implement Restoring Breakpoints in Subprocess Debugger
Kurt B. Kaiser
2002-10-23
3
-74/+110
*
Moved description of _urlopener adjacent to the related functions.
Fred Drake
2002-10-22
1
-18/+35
*
Describe __path__ along with the rest of the package description.
Fred Drake
2002-10-22
1
-1/+12
*
Modify example to use string methods instead of the string module.
Fred Drake
2002-10-22
1
-4/+2
*
Clarified the error cases and Unicode handling of PyString_AsString(),
Fred Drake
2002-10-22
1
-8/+17
*
Add comment about inability to handle Unicode strings (hopefully a
Greg Ward
2002-10-22
1
-0/+3
*
terminology
Fredrik Lundh
2002-10-22
1
-1/+1
*
add support for basic authentication, based on patch #624180
Fredrik Lundh
2002-10-22
2
-12/+51
*
Clarify what versions of Windows are supported, and add Linux
Fred Drake
2002-10-22
1
-1/+1
*
Patches #626105:
Raymond Hettinger
2002-10-22
1
-13/+6
*
(py-parse-state-re): Remove the "if" from the regular expression.
Barry Warsaw
2002-10-21
1
-1/+1
*
FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead of
Barry Warsaw
2002-10-21
1
-67/+68
*
Some fixes based on feedback from Hans Petter Langtangen.
Barry Warsaw
2002-10-21
1
-41/+44
[next]