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
*
Restored half of a \versionadded only half of which should have been
Tim Peters
2004-08-26
1
-0/+3
*
Patch #1015012. Improve markup and punctuation in libsocket.tex
Dave Cole
2004-08-26
2
-5/+5
*
Patch #1014930. Expose current parse location to XMLParser.
Dave Cole
2004-08-26
4
-0/+76
*
Minor improvements to the template code.
Raymond Hettinger
2004-08-26
1
-18/+15
*
Added an "exc_msg" attribute to Example (containing the expected
Edward Loper
2004-08-26
2
-59/+139
*
Re-generate configure with recent configure.in change (for patch #1016224).
Trent Mick
2004-08-25
1
-219/+431
*
Apply patch #1016224: configure.in change to allow build of _bsddb module on
Trent Mick
2004-08-25
1
-3/+8
*
Only recognize the expected output as an exception if it *starts* with
Edward Loper
2004-08-25
3
-54/+55
*
Fix docstring typo.
Raymond Hettinger
2004-08-25
1
-1/+1
*
Bypass peepholing of code with lineno tables having intervals >= 255.
Raymond Hettinger
2004-08-25
1
-4/+8
*
Fix typo in comment and add clarification.
Raymond Hettinger
2004-08-25
1
-1/+2
*
clean up markup for --executable description
Fred Drake
2004-08-25
1
-2/+3
*
Add various items
Andrew M. Kuchling
2004-08-25
1
-10/+102
*
Patch #970015: Replace - by _ in version and release.
Martin v. Löwis
2004-08-25
2
-3/+4
*
Patch #970019: Include version and release in the BuildRoot.
Martin v. Löwis
2004-08-25
2
-1/+3
*
Patch #736857, #736859: Add -e option to build_scripts.
Martin v. Löwis
2004-08-25
4
-3/+16
*
Patch #798244: More urllib2 examples.
Martin v. Löwis
2004-08-25
1
-1/+62
*
Patch #1014992: Never return more than a line from readline.
Martin v. Löwis
2004-08-25
1
-3/+1
*
Patch #1015021: Stop claiming that coerce can return None.
Martin v. Löwis
2004-08-25
2
-5/+5
*
Back out 1.289, which breaks platforms needing addrinfo.h, and
Martin v. Löwis
2004-08-25
1
-31/+0
*
Simplify chains of conditional jumps.
Raymond Hettinger
2004-08-25
1
-2/+25
*
Ah whoops, we didn't turn string into a package (thanks Neal!)
Barry Warsaw
2004-08-25
1
-12/+1
*
PEP 292 classes Template and SafeTemplate are added to the string module.
Barry Warsaw
2004-08-25
7
-93/+329
*
Stop producing or using OverflowWarning. PEP 237 thought this would
Tim Peters
2004-08-25
8
-45/+25
*
SF #1015517, get readline to compile with older compilers
Neal Norwitz
2004-08-25
1
-3/+4
*
Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(),
Mark Hammond
2004-08-24
2
-5/+7
*
Keep option parser from gobbling up the filename to be profiled and the
Skip Montanaro
2004-08-24
1
-0/+1
*
Fixed bug in DatagramHandler.send()
Vinay Sajip
2004-08-24
1
-0/+2
*
Incorporate review comments courtesy of Neal Norwitz:
Raymond Hettinger
2004-08-24
1
-6/+8
*
SF Patch #1013667: Cleanup Peepholer Output
Raymond Hettinger
2004-08-23
4
-38/+206
*
Add Nick Coghlan for his patch solving an issue with joining string
Raymond Hettinger
2004-08-23
1
-0/+1
*
SF Patch #1007087: Return new string for single subclass joins (Bug #1001011)
Raymond Hettinger
2004-08-23
2
-12/+31
*
The attempt to shut up deprecation warnings for doctest's own use of
Tim Peters
2004-08-23
1
-2/+5
*
test_DocTestFinder(): This test failed when test_doctest was run
Tim Peters
2004-08-23
1
-2/+5
*
Moved some test cases from doctest to test_doctest.
Tim Peters
2004-08-23
2
-118/+126
*
Misc cleanups.
Tim Peters
2004-08-23
1
-28/+26
*
debug_script(): I changed this in haste before to take out the use of
Tim Peters
2004-08-23
1
-15/+22
*
Patch #1014237: Consistently return booleans throughout.
Martin v. Löwis
2004-08-23
1
-10/+10
*
Updated the socketpair() docstring and documentation to explain that the
Dave Cole
2004-08-23
2
-4/+7
*
Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored
Dave Cole
2004-08-23
1
-13/+0
*
Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything
Tim Peters
2004-08-23
1
-1/+0
*
Add version info
Neal Norwitz
2004-08-22
1
-0/+1
*
Flush bz2 data even if nothing had been written so far. Fixes #1013882.
Martin v. Löwis
2004-08-22
2
-3/+9
*
Fix repr for negative imaginary part. Fixes #1013908.
Martin v. Löwis
2004-08-22
2
-2/+7
*
Start deferring to the LaTeX docs for details. I'd like to move the
Tim Peters
2004-08-22
1
-29/+3
*
Added NDIFF_DIFF option.
Tim Peters
2004-08-22
3
-10/+68
*
Whitespace normalization.
Tim Peters
2004-08-22
2
-5/+4
*
Type in docstring.
Tim Peters
2004-08-22
1
-1/+1
*
_parse_example(): Simplified new code to preserve trailing spaces before
Tim Peters
2004-08-22
1
-12/+8
*
Add acknowledgements to ExitDialog.
Martin v. Löwis
2004-08-22
1
-1/+9
[next]