summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #9756: When calling a method descriptor or a slot wrapper descriptor, theVictor Stinner2011-05-013-3/+27
* #11971: fix man page; it's -OO not -O0R David Murray2011-05-011-2/+2
* #11883: fix email examples by adding 'localhost' to SMTP constructor callsR David Murray2011-04-303-3/+3
* #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
* fix function name in example (closes #11966)Benjamin Peterson2011-04-301-1/+1
* whitespace...Brian Curtin2011-04-301-3/+3
* Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+98
* Wrap the testskip decorator for the proper test to resolve bb failure.Senthil Kumaran2011-04-291-1/+1
* Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of theBrian Curtin2011-04-291-2/+9
* #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
* skip the extractall test on platforms where os.symlink is not available.Senthil Kumaran2011-04-281-0/+1
* Add tests for tarfile extractall feature when with symlinksSenthil Kumaran2011-04-281-0/+27
* #11926: add missing keywords to help("keywords").Ezio Melotti2011-04-283-38/+51
* Issue #11940: Update external link.Raymond Hettinger2011-04-271-1/+1
* #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.Ezio Melotti2011-04-271-1/+1
* Branch mergeÉric Araujo2011-04-2714-47/+63
|\
| * Change markup so it generates a linkÉric Araujo2011-04-272-3/+3
| * Change markup so that it creates a linkÉric Araujo2011-04-251-1/+1
| * Remove obsolete/duplicate docstringÉric Araujo2011-04-241-5/+0
| * Branch mergeÉric Araujo2011-04-2410-38/+59
| |\
| | * Fix weird executable nameÉric Araujo2011-04-221-1/+1
| | * Add a space to make json doc a bit more readableÉric Araujo2011-04-212-2/+2
| | * Fix argument name in reST doc to match the codeÉric Araujo2011-04-201-2/+2
| | * Branch mergeÉric Araujo2011-04-206-33/+54
| | |\
| | | * Add docstring to dbm.openÉric Araujo2011-04-201-10/+12
| | | * Fix resource warning found manuallyÉric Araujo2011-04-171-11/+14
| | | * Advertise nesting directives for class/method and class/data combos.Éric Araujo2011-04-161-4/+21
| | | * Fix improper tests in RegisterTestCaseÉric Araujo2011-04-141-3/+3
| | | * Minor tweaks to a few comments in heapqÉric Araujo2011-04-151-3/+3
| | | * Kill last reference to defunct moduleÉric Araujo2011-03-261-2/+1
* | | | #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...Ezio Melotti2011-04-273-0/+45
* | | | Update News entry for Issue11236Senthil Kumaran2011-04-261-0/+2
* | | | Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-zSenthil Kumaran2011-04-261-1/+1
* | | | #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-266-13/+66
* | | | #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-252-0/+24
* | | | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-252-1/+2
|/ / /
* | | merge headsJesus Cea2011-04-203-8/+4
|\ \ \
| * | | Port 5b607cd8c71b (closes #11892)Jesus Cea2011-04-203-8/+4
* | | | Minor text rearrangement.Raymond Hettinger2011-04-201-10/+10
|/ / /
* | | mergeJesus Cea2011-04-201-56/+4
|\ \ \
| * | | Up-port changeset 5cf8f6da8743 (closes #11890)Jesus Cea2011-04-201-56/+4
* | | | Fix wrong function name. Noticed by Clive Darke.Ezio Melotti2011-04-201-1/+1
|/ / /
* | | startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-208-64/+197
* | | Issue #11875: Alter the previous fix to work better with subclassesRaymond Hettinger2011-04-201-1/+1
* | | Fix wrong number of functions noticed by Sandro Tosi.Ezio Melotti2011-04-191-1/+1
* | | mergeRaymond Hettinger2011-04-194-11/+28
|\ \ \ | |/ /
| * | Fix sporadic failure in test_startfile.Nadeem Vawda2011-04-182-0/+7
| * | Issue #11768: The signal handler of the signal module only callsVictor Stinner2011-04-182-10/+20
| * | #11865: fix typo in init.rst.Ezio Melotti2011-04-181-1/+1
* | | Hmm, __ne__ was missingRaymond Hettinger2011-04-191-0/+1