]> granicus.if.org Git - python/shortlog
python
2012-06-15 Richard OudkerkIncrease timeout used when waiting for manager to shutd...
2012-06-15 Richard OudkerkFix for 2d2f206d040e so that test_multiprocessing does...
2012-06-15 Petri Lehtinen#15036: Make a repeated changes and flushes work with...
2012-06-15 Petri Lehtinen#15036: Make a repeated changes and flushes work with...
2012-06-15 Richard OudkerkIssue #14059: Implement multiprocessing.Barrier
2012-06-15 Antoine PitrouIssue #14933: fix misleading doc about weakref support...
2012-06-15 Antoine PitrouIssue #14933: fix misleading doc about weakref support...
2012-06-15 Nick CoghlanFix typos in NEWS entry
2012-06-15 Nick CoghlanIssue #15061: Don't oversell the capabilities of the...
2012-06-15 Eli BenderskySkip XincludeTest entirely instead of just ignoring...
2012-06-15 Eli BenderskyRemoved _SimpleElementPath and its flaky test. The...
2012-06-15 Eli Benderskymark problematic test as expected failure - investigating
2012-06-15 Eli BenderskyFix windows compilation problems caused by previous...
2012-06-15 Eli BenderskyReplace the iter/itertext methods of Element in _elemen...
2012-06-14 Antoine PitrouUpdate .hgignore for VS9.0-generated files
2012-06-14 Antoine PitrouIssue #15070: fix VS9.0 build regression
2012-06-14 Richard OudkerkIssue #13841: Make child processes exit using sys.exit...
2012-06-14 Martin v. LöwisIssue #14936: curses_panel was converted to PEP 3121...
2012-06-14 Martin v. LöwisIssue #14936: curses_panel was converted to PEP 3121...
2012-06-14 Martin v. Löwismerge 3.2
2012-06-14 Martin v. LöwisIssue #14937: Fix typo. Patch by Roger Serwy.
2012-06-14 Alexander BelopolskyIssue #1667546: On platforms supporting tm_zone and...
2012-06-13 Sandro TosiIssue #15060: merge with 3.2
2012-06-13 Sandro TosiIssue #15060: better fix, thanks to review on #python-dev
2012-06-13 Sandro TosiIssue #15060: merge with 3.2
2012-06-13 Sandro TosiIssue #15060: fix typo in socket doc; Patch by anatoly...
2012-06-12 Victor StinnerFix test_time for adjusted/adjustable changes
2012-06-12 Victor StinnerPEP 418: Rename adjusted attribute to adjustable in...
2012-06-12 Victor Stinnertime.get_clock_info() uses a namespace instead of structseq
2012-06-12 Alexander BelopolskyFixed a typo in time_localtime()
2012-06-12 Stefan Krah1) Fix signature of _mpd_qpow_uint(): contrary to the...
2012-06-11 Richard OudkerkIssue #3518: Remove references to non-existent BaseMana...
2012-06-11 Richard OudkerkDummy merge
2012-06-11 Richard OudkerkIssue #10133: Make multiprocessing deallocate buffer...
2012-06-11 Nick CoghlanClose #13857: Added textwrap.indent() function (initial...
2012-06-11 Raymond Hettingermerge
2012-06-11 Raymond HettingerFix indentation of method and attribute examples.
2012-06-11 Stefan Krah1) Replace long-winded abort() construct by assert().
2012-06-11 Brian Quinlan#15015: Fix accessing an non-existing attribute.
2012-06-10 Michael Foordunittest.mock minor doc update
2012-06-10 Michael FoordAdding patch.stopall method to unittest.mock
2012-06-10 Raymond HettingerExpand examples for ChainMap(). Improve markup.
2012-06-10 Stefan Krah1) State restrictions for the transform length.
2012-06-10 Raymond HettingerSmall cleanup and optimization
2012-06-10 Raymond HettingerNote that the _asdict() method is outdated
2012-06-10 Raymond HettingerMinor reformatting (wrap fat lines, etc.) and create...
2012-06-09 Michael FoordFix exception when calling reset_mock on a mock created...
2012-06-09 Stefan KrahAdd one extra comparison to the _mpd_shortmul() case...
2012-06-09 R David MurrayNow that Defects are Exception subclasses, call super.
2012-06-08 Stefan KrahEnumerate all cases in the overflow detection strategy...
2012-06-08 Alexander BelopolskyRelax datetime.timestamp() test around DST change
2012-06-08 Alexander BelopolskyRelax datetime.timestamp() test around DST change
2012-06-08 Stefan KrahMerge.
2012-06-08 Stefan Krah1) List relative error for _mpd_qln10().
2012-06-08 Alexander BelopolskyIssue #2736: Added datetime.timestamp() method.
2012-06-08 Hynek Schlawack#14814: Remove redundant code from ipaddress.IPv6Network
2012-06-08 Terry Jan ReedyMerge from 3.2, #12510
2012-06-07 Terry Jan ReedyIssue #12510: Revise and triple # of calltip tests...
2012-06-07 Richard OudkerkMerge fixes for #13854 and #12157.
2012-06-07 Alexander BelopolskyIssue #11823: disassembly now shows argument counts...
2012-06-07 Stefan Krah1) The overflow detection in mpd_qln() has a surprising...
2012-06-07 Nick CoghlanMerge from 3.2
2012-06-07 Nick CoghlanNudge readers towards a more accurate mental model...
2012-06-06 Kristján Valur... Rearrange code to beat an optimizer bug affecting Relea...
2012-06-06 Richard OudkerkIssue #13854: Properly handle non-integer, non-string...
2012-06-06 Richard OudkerkIssue #12157: pool.map() does not handle empty iterable...
2012-06-06 Stefan Krah1) Add error analysis comments to mpd_qln10() and _mpd_...
2012-06-05 Victor StinnerClose #6203: Document that Python 3 sets LC_CTYPE at...
2012-06-05 Kristján Valur... Signal condition variables with the mutex held. Destro...
2012-06-05 Gregory P.... Fixes issue #15000: support the odd x32 abi on posixsub...
2012-06-05 Gregory P.... Fixes issue #15000: support the odd x32 abi on posixsub...
2012-06-05 Richard OudkerkAdd test for multiprocessing.Conditon.wait() and changs...
2012-06-05 Victor StinnerClose #11022: TextIOWrapper doesn't call locale.setloca...
2012-06-05 Hynek Schlawack#14814: ipaddress: refactor dup code, minor janitoring...
2012-06-04 Victor StinnerIssue #14711: os.stat_float_times() has been deprecated.
2012-06-04 Nadeem VawdaAdd a function lzma.open(), to match gzip.open() and...
2012-06-04 Nadeem VawdaAllow LZMAFile to accept modes with a "b" suffix.
2012-06-04 Nadeem VawdaSimplify usage of LZMAFile's fileobj support, like...
2012-06-04 Nadeem VawdaAdd a function bz2.open(), to match gzip.open().
2012-06-04 Nadeem VawdaClarify acceptable values for BZ2File.__init__'s mode...
2012-06-04 Nadeem VawdaMake BZ2File's fileobj support easier to use.
2012-06-04 Nadeem VawdaAdd fileobj support to gzip.open().
2012-06-04 Victor StinnerIssue #14993: Use standard "unsigned char" instead...
2012-06-04 R David Murray#8739: fix omission of DEBUGSTREAM reset in new test...
2012-06-04 Richard OudkerkPrevent handle leak if CreateProcess() fails in multipr...
2012-06-04 Richard OudkerkFix potential NameError in multiprocessing.Condition...
2012-06-04 Richard OudkerkMake Finalize reserve a reference to os.getpid in case...
2012-06-04 Richard OudkerkAdd namespaceobject.h and namespaceobject.c to pythonco...
2012-06-04 Hynek Schlawack#14814: Remove dead code from ipaddress
2012-06-04 Barry WarsawWhitespace normalization
2012-06-04 Barry WarsawPEP 421 requires that .name be lower case.
2012-06-04 Barry WarsawA few documentation improvements, spurred on by Brett...
2012-06-04 Barry WarsawAdd NEWS entry.
2012-06-04 Barry WarsawTrunk merge.
2012-06-04 Hynek Schlawack#14814: Use correct comparison for IP addresses
2012-06-04 Raymond HettingerAdd usage note.
2012-06-04 Raymond HettingerSeparate key creation logic from the sequence class...
2012-06-04 Benjamin Peterson__GNUC__ does not imply gcc version is present, so...
2012-06-03 Gregory P.... null merge (not removing the new feature in 3.3)
2012-06-03 Gregory P.... Revert the modification of e.strerror in 3.2 as that...
next