summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restored half of a \versionadded only half of which should have beenTim Peters2004-08-261-0/+3
* Patch #1015012. Improve markup and punctuation in libsocket.texDave Cole2004-08-262-5/+5
* Patch #1014930. Expose current parse location to XMLParser.Dave Cole2004-08-264-0/+76
* Minor improvements to the template code.Raymond Hettinger2004-08-261-18/+15
* Added an "exc_msg" attribute to Example (containing the expectedEdward Loper2004-08-262-59/+139
* Re-generate configure with recent configure.in change (for patch #1016224).Trent Mick2004-08-251-219/+431
* Apply patch #1016224: configure.in change to allow build of _bsddb module onTrent Mick2004-08-251-3/+8
* Only recognize the expected output as an exception if it *starts* withEdward Loper2004-08-253-54/+55
* Fix docstring typo.Raymond Hettinger2004-08-251-1/+1
* Bypass peepholing of code with lineno tables having intervals >= 255.Raymond Hettinger2004-08-251-4/+8
* Fix typo in comment and add clarification.Raymond Hettinger2004-08-251-1/+2
* clean up markup for --executable descriptionFred Drake2004-08-251-2/+3
* Add various itemsAndrew M. Kuchling2004-08-251-10/+102
* Patch #970015: Replace - by _ in version and release.Martin v. Löwis2004-08-252-3/+4
* Patch #970019: Include version and release in the BuildRoot.Martin v. Löwis2004-08-252-1/+3
* Patch #736857, #736859: Add -e option to build_scripts.Martin v. Löwis2004-08-254-3/+16
* Patch #798244: More urllib2 examples.Martin v. Löwis2004-08-251-1/+62
* Patch #1014992: Never return more than a line from readline.Martin v. Löwis2004-08-251-3/+1
* Patch #1015021: Stop claiming that coerce can return None.Martin v. Löwis2004-08-252-5/+5
* Back out 1.289, which breaks platforms needing addrinfo.h, andMartin v. Löwis2004-08-251-31/+0
* Simplify chains of conditional jumps.Raymond Hettinger2004-08-251-2/+25
* Ah whoops, we didn't turn string into a package (thanks Neal!)Barry Warsaw2004-08-251-12/+1
* PEP 292 classes Template and SafeTemplate are added to the string module.Barry Warsaw2004-08-257-93/+329
* Stop producing or using OverflowWarning. PEP 237 thought this wouldTim Peters2004-08-258-45/+25
* SF #1015517, get readline to compile with older compilersNeal Norwitz2004-08-251-3/+4
* Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(),Mark Hammond2004-08-242-5/+7
* Keep option parser from gobbling up the filename to be profiled and theSkip Montanaro2004-08-241-0/+1
* Fixed bug in DatagramHandler.send()Vinay Sajip2004-08-241-0/+2
* Incorporate review comments courtesy of Neal Norwitz:Raymond Hettinger2004-08-241-6/+8
* SF Patch #1013667: Cleanup Peepholer OutputRaymond Hettinger2004-08-234-38/+206
* Add Nick Coghlan for his patch solving an issue with joining stringRaymond Hettinger2004-08-231-0/+1
* SF Patch #1007087: Return new string for single subclass joins (Bug #1001011)Raymond Hettinger2004-08-232-12/+31
* The attempt to shut up deprecation warnings for doctest's own use ofTim Peters2004-08-231-2/+5
* test_DocTestFinder(): This test failed when test_doctest was runTim Peters2004-08-231-2/+5
* Moved some test cases from doctest to test_doctest.Tim Peters2004-08-232-118/+126
* Misc cleanups.Tim Peters2004-08-231-28/+26
* debug_script(): I changed this in haste before to take out the use ofTim Peters2004-08-231-15/+22
* Patch #1014237: Consistently return booleans throughout.Martin v. Löwis2004-08-231-10/+10
* Updated the socketpair() docstring and documentation to explain that theDave Cole2004-08-232-4/+7
* Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignoredDave Cole2004-08-231-13/+0
* Removed redundant versionadded{} for NDIFF_DIFF. Virtually everythingTim Peters2004-08-231-1/+0
* Add version infoNeal Norwitz2004-08-221-0/+1
* Flush bz2 data even if nothing had been written so far. Fixes #1013882.Martin v. Löwis2004-08-222-3/+9
* Fix repr for negative imaginary part. Fixes #1013908.Martin v. Löwis2004-08-222-2/+7
* Start deferring to the LaTeX docs for details. I'd like to move theTim Peters2004-08-221-29/+3
* Added NDIFF_DIFF option.Tim Peters2004-08-223-10/+68
* Whitespace normalization.Tim Peters2004-08-222-5/+4
* Type in docstring.Tim Peters2004-08-221-1/+1
* _parse_example(): Simplified new code to preserve trailing spaces beforeTim Peters2004-08-221-12/+8
* Add acknowledgements to ExitDialog.Martin v. Löwis2004-08-221-1/+9