summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Make call of os.getppid() conditional: it is not available on Windows.Georg Brandl2012-07-011-1/+2
| | * | | | Remove an unneeded footnote.Georg Brandl2012-07-011-6/+3
| | * | | | Issue #15170: Quote the variable that expands to the current directory.Stefan Krah2012-06-301-1/+1
| | * | | | Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit m...Mark Dickinson2012-06-303-2/+28
| | * | | | MergedTim Golden2012-06-290-0/+0
| | |\ \ \ \
| | | * | | | Backed out changeset ee51e3aef302 - it broke the test suiteAntoine Pitrou2012-06-291-9/+8
| | | * | | | urlparse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-291-8/+9
| | * | | | | Issue #1677: Handle better a race condition between the interactive interpret...Tim Golden2012-06-291-23/+16
| | |/ / / /
| | * | | | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-293-0/+23
| | * | | | #9559: Don't call _pre_mailbox_hook more than oncePetri Lehtinen2012-06-291-2/+5
| | * | | | urlparse docs clean upSenthil Kumaran2012-06-291-5/+5
| | * | | | Issue #5067: improve some json error messages.Antoine Pitrou2012-06-285-16/+15
| | * | | | Issue #15219: Fix a reference leak when hashlib.new() is called withAmaury Forgeot d'Arc2012-06-283-6/+6
| | * | | | #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-283-5/+46
| | * | | | Regrtest option "-n" doesn't exist in 2.7.Antoine Pitrou2012-06-272-2/+2
| | * | | | Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
| | * | | | Allow passing extra testing options to the buildbot test scriptsAntoine Pitrou2012-06-272-2/+2
| | * | | | issue13666 - Fixing datetime documentation example when using tzinfoSenthil Kumaran2012-06-261-9/+8
| | * | | | Fixes issue #12268 for file readline, readlines and read() and readinto methods.Gregory P. Smith2012-06-263-5/+212
| | * | | | Try to fix failure of a Windows buildbot to capture name resolution errors.Antoine Pitrou2012-06-251-0/+3
| | * | | | Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita ...Vinay Sajip2012-06-251-1/+5
| | * | | | Issue #15170: Try the HOST_PYTHON hack for 2.7.Stefan Krah2012-06-251-0/+1
| | * | | | Remove useless test (flowinfo is unsigned).Charles-François Natali2012-06-231-2/+2
| | * | | | Fixed the name of the 'email.Utils' module in tests.Alexander Belopolsky2012-06-221-2/+2
| | * | | | Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-223-4/+13
| | * | | | #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-213-6/+20
| | * | | | Issue #15101: Make pool finalizer avoid joining current threadRichard Oudkerk2012-06-182-3/+8
| | * | | | Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
| | * | | | #14840: Add a bit on the difference between tuples and lists. Initial patch ...Ezio Melotti2012-06-172-9/+22
| | * | | | Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport fro...Nick Coghlan2012-06-172-0/+12
| | * | | | Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport fro...Nick Coghlan2012-06-171-1/+5
| | * | | | Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals.Meador Inge2012-06-173-5/+34
| | * | | | #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-153-0/+16
| | * | | | Issue #14933: fix misleading doc about weakref support in extension types.Antoine Pitrou2012-06-151-3/+2
| | * | | | Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904).Antoine Pitrou2012-06-151-0/+1
| | * | | | Issue #15060: better fix, thanks to review on #python-devSandro Tosi2012-06-131-1/+1
| | * | | | Issue #15060: fix typo in socket doc; Patch by anatoly techtonikSandro Tosi2012-06-131-1/+1
| | * | | | Issue #10133: Make multiprocessing deallocate buffer if socket read fails.Richard Oudkerk2012-06-112-13/+19
| | * | | | Minor formatting fix=upRaymond Hettinger2012-06-101-1/+1
| | * | | | Wrap fat lines and improve some variable names.Raymond Hettinger2012-06-091-17/+20
| | * | | | Code cleanupsRaymond Hettinger2012-06-082-77/+106
| | * | | | #8652: update errors tutorial.R David Murray2012-06-081-3/+11
| | * | | | NEWS fixesTerry Jan Reedy2012-06-072-3/+14
| | * | | | Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-063-3/+36
| | * | | | Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-063-3/+19
| | * | | | Nudge readers towards a more accurate mental model for loop else clauses (Bac...Nick Coghlan2012-06-071-0/+7
| | * | | | Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive nameTerry Jan Reedy2012-06-031-14/+16
| | * | | | Issue 10365: Add and replace comments; condense defaulted attribute access.Terry Jan Reedy2012-06-031-16/+13
| | * | | | backport c4bd68be5fc6 to 2.7Sandro Tosi2012-06-021-1/+1
| | * | | | refer to time.strftimeSandro Tosi2012-06-021-8/+8