summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-033-0/+16
* Branch mergeÉric Araujo2011-05-026-33/+54
|\
| * Fix wordingÉric Araujo2011-05-011-2/+2
| * Branch mergeÉric Araujo2011-05-0141-491/+1040
| |\
| | * Add docstring to anydbm.openÉric Araujo2011-05-011-11/+13
| | * Fix file handle leakÉric Araujo2011-05-011-11/+14
| | * Advertise nesting directives for class/method and class/data combos.Éric Araujo2011-04-161-4/+21
| * | Fix double use of f.close().Éric Araujo2011-04-161-1/+0
| * | Minor tweaks to a few comments in heapqÉric Araujo2011-04-151-3/+3
| * | Fix improper tests in RegisterTestCaseÉric Araujo2011-04-141-3/+3
* | | Fix grammar to include both integer types in 2.xÉric Araujo2011-05-021-2/+2
* | | Fix spelling.Raymond Hettinger2011-05-011-1/+1
* | | note abcs of int and float (closes #11977)Benjamin Peterson2011-05-011-1/+5
* | | (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle)Victor Stinner2011-05-012-1/+2
* | | (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapperVictor Stinner2011-05-013-3/+27
* | | Split combined code/doctest code blocks in two blocks, to enable proper highl...Georg Brandl2011-05-011-2/+5
* | | #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
| |/ |/|
* | fix formatting, :c:func: --> :cfunc:Eli Bendersky2011-04-301-1/+1
* | Issue #10912: add clarification for PyObject_RichCompareBool comparing identi...Eli Bendersky2011-04-301-0/+3
* | Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-291-3/+107
* | whitespace fixBrian Curtin2011-04-291-1/+1
* | mergeBrian Curtin2011-04-291-2/+9
* | #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
* | Merged solution for #11786 from 2.6Łukasz Langa2011-04-281-4/+6
|\ \
| * | Closes #11786: ConfigParser.[Raw]ConfigParser optionxform().Łukasz Langa2011-04-281-5/+7
* | | skip the extractall test on platforms where os.symlink is not available.Senthil Kumaran2011-04-281-0/+1
* | | Fix closes issue10761: tarfile.extractall failure when symlinked files are ...Senthil Kumaran2011-04-283-0/+32
* | | Backport test from #11926.Ezio Melotti2011-04-281-1/+9
* | | 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-281-1/+1
* | | Move NEWS entry to the right section.Antoine Pitrou2011-04-271-4/+4
* | | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-274-0/+23
* | | #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...Ezio Melotti2011-04-273-0/+47
* | | Update NEWS for Issue11236.Senthil Kumaran2011-04-261-0/+2
* | | 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-265-6/+46
* | | #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-252-0/+25
* | | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-252-1/+2
* | | Other minor clean-ups.Raymond Hettinger2011-04-241-8/+15
* | | Remove unused branch in the clear() method. Minor comment edits.Raymond Hettinger2011-04-241-18/+15
* | | Minor code clean-up.Raymond Hettinger2011-04-231-1/+2
* | | Remove unused importsRaymond Hettinger2011-04-231-3/+3
* | | Minor code simplification.Raymond Hettinger2011-04-231-15/+15
* | | Minor code simplification.Raymond Hettinger2011-04-231-4/+2
* | | Cleanups to remove dependencies and add docstrings.Raymond Hettinger2011-04-221-38/+49
* | | Fix some more markup glitches in argparse doc.Ezio Melotti2011-04-221-98/+110
* | | The \ is not supported in Sphinx 0.6.Ezio Melotti2011-04-211-6/+2