summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-073-49/+54
* Fix for issue 10684: Folders get deleted when trying to change case with shut...Ronald Oussoren2011-05-063-1/+29
* #11997: fix typo in init.rst.Ezio Melotti2011-05-051-1/+1
* #8158: add missing 'description' description to optparse docstring.R David Murray2011-05-051-0/+5
* #11985: update docstring of platform.python_implementation.Ezio Melotti2011-05-041-3/+4
* Fix #11834. Correct site-packages paths.Brian Curtin2011-05-041-1/+1
* #11985: document the return value of platform.python_implementation for PyPy.Ezio Melotti2011-05-031-1/+1
* Branch mergeÉric Araujo2011-05-021-2/+2
|\
| * Fix wordingÉric Araujo2011-05-011-2/+2
* | Add missing colonÉric Araujo2011-05-021-1/+1
* | Fix spelling.Raymond Hettinger2011-05-021-1/+1
* | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around aVictor Stinner2011-05-014-1/+17
* | note abcs of int and float (closes #11977)Benjamin Peterson2011-05-011-3/+7
* | Issue #9756: credit the author, Andreas Stührk (Trundle)Victor Stinner2011-05-012-1/+2
* | 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
|/ / /