]> granicus.if.org Git - python/shortlog
python
2013-05-20 Charles-Francois... Issue #17684: Fix some test_socket failures due to...
2013-05-20 Charles-Francois... Issue #17914: We can now inline _bsd_cpu_count().
2013-05-20 Charles-Francois... Issue #17914: Remove OS-X special-case, and use the...
2013-05-20 Benjamin Petersontest that the compiler support -Werror=statement-after...
2013-05-20 R David MurrayMerge #17973: Add FAQ entry for ([],)[0] += [1] both...
2013-05-20 R David Murray#17973: Add FAQ entry for ([],)[0] += [1] both extendin...
2013-05-20 Andrew Kuchling#17955: minor updates to Functional howto
2013-05-20 Charles-Francois... Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaud...
2013-05-20 Ezio Melotti#14097: merge with 3.3.
2013-05-20 Ezio Melotti#14097: improve the "introduction" page of the tutorial.
2013-05-20 Benjamin Petersonmerge 3.3
2013-05-20 Benjamin Petersonadd recursive repr test
2013-05-20 Eli BenderskyGet rid of ugly code duplication for ElementTree.parse...
2013-05-20 Eli BenderskyAdd some testing to verify which module was imported...
2013-05-20 Eli BenderskyIssue #17989: fix typo in error message
2013-05-19 Eli BenderskyIssue #17989: fix typo in error message
2013-05-19 Eli Benderskynormalize whitespace
2013-05-19 Eli BenderskyCleanup even more dead code
2013-05-19 Eli BenderskyCleanup more old ET library leftovers
2013-05-19 Eli BenderskyIssue #17988: remove unused alias for Element and renam...
2013-05-19 Eli BenderskyClarify docs too: events can be any sequence (not that...
2013-05-19 Eli Bendersky_elementtree.XMLParser._setevents should support any...
2013-05-19 Antoine PitrouTry to make test more reliable (saw some sporadic failu...
2013-05-19 Antoine PitrouTry to make test more reliable (saw some sporadic failu...
2013-05-19 Antoine PitrouIssue #11995: test_pydoc doesn't import all sys.path...
2013-05-19 Antoine PitrouIssue #11995: test_pydoc doesn't import all sys.path...
2013-05-19 Serhiy StorchakaIssue #17812: Fixed quadratic complexity of base64...
2013-05-19 Serhiy StorchakaIssue #17812: Fixed quadratic complexity of base64...
2013-05-18 Antoine PitrouIssue #17937: Try harder to collect cyclic garbage...
2013-05-18 Eli BenderskyIssue #17901: fix TreeBuilder construction for an expli...
2013-05-18 Eli BenderskyIssue #17901: fix TreeBuilder construction for an expli...
2013-05-18 Vinay SajipRe-enabled skipped test.
2013-05-18 Richard OudkerkMerge.
2013-05-18 Richard OudkerkClose file before reopening to keep Windows happy in...
2013-05-18 Richard OudkerkUse PY_FORMAT_SIZE_T because Visual Studio does not...
2013-05-18 Antoine PitrouIssue #17980: Fix possible abuse of ssl.match_hostname...
2013-05-18 Antoine PitrouIssue #17980: Fix possible abuse of ssl.match_hostname...
2013-05-18 Eli BenderskyIssue #17989: element_setattro returned incorrect error...
2013-05-18 Eli BenderskyIssue #17989: element_setattro returned incorrect error...
2013-05-18 Raymond HettingerUndo the deprecation of _asdict().
2013-05-18 Raymond HettingerDeprecate nametuple._asdict()
2013-05-17 Raymond Hettingermerge
2013-05-17 Raymond HettingerUpdate docstring for _asdict() to indicate it is obsolete.
2013-05-17 Benjamin Petersonrewrite the parsing of field names to be more consisten...
2013-05-17 Benjamin Petersonmerge 3.3
2013-05-17 Victor StinnerFileIO.readall(): remove trailing space from an excepti...
2013-05-17 Richard OudkerkIssue #15758: Fix FileIO.readall() so it no longer...
2013-05-17 Benjamin Petersononly recursively expand in the format spec (closes...
2013-05-17 Benjamin Petersonreset __class__, so multiple runs don't fail (closes...
2013-05-17 Raymond Hettingermerge
2013-05-17 Raymond HettingerIssue #17563: Fix dict resize performance regression.
2013-05-17 Raymond Hettingermerge
2013-05-17 Raymond HettingerRemove unnecessary exception handler.
2013-05-17 Raymond Hettingermerge
2013-05-17 Raymond HettingerIgnore Mac OS X entries for .DS_Store
2013-05-17 Serhiy StorchakaIssue #14596: The struct.Struct() objects now use more...
2013-05-17 Serhiy StorchakaFix some bugs in Tools/scripts/abitype.py.
2013-05-17 Serhiy StorchakaFix some bugs in Tools/scripts/abitype.py.
2013-05-17 Benjamin Petersonmerge 3.3
2013-05-17 Benjamin Petersonmove definition to top of block
2013-05-16 Victor StinnerFix compilater warnings on Windows 64-bit
2013-05-16 Victor StinnerFix a compilater warning on Windows 64-bit
2013-05-16 Vinay SajipIssue #17981: Closed socket on error in SysLogHandler.
2013-05-16 Victor StinnerFix a compilater warning on Windows 64-bit
2013-05-16 Vinay SajipCloses #17981: Merged fix from 3.3.
2013-05-16 Benjamin Petersonmake GCC complain about declarations not at the top...
2013-05-16 Benjamin Petersonmerge 3.3
2013-05-16 Benjamin PetersonC89 declaration compliance
2013-05-16 Victor StinnerIssue #17964: Fix os.sysconf(): the return type of...
2013-05-16 Victor Stinnerfix compilation on Windows
2013-05-16 Benjamin Petersonrather than passing locals to the class body, just...
2013-05-16 Brian CurtinMerge with 3.3
2013-05-16 Brian CurtinAdd Nick Sloan for his contribution to #17732
2013-05-16 Giampaolo Rodola'Issue #17992: Add timeouts to asyncore and asynchat...
2013-05-16 Giampaolo Rodola'ftplib tests: provide a global socket's TIMEOUT variabl...
2013-05-15 Benjamin Petersonnull mege 3.3 with fix not applicable here
2013-05-15 Benjamin Petersoncomplain about "global __class__" in a class body ...
2013-05-15 Benjamin Petersonhide the __class__ closure from the class body (#12370)
2013-05-15 Georg Brandlnull-merge from 3.3
2013-05-15 Georg Brandlpost-release update.
2013-05-15 doko@ubuntu.com- Fix typos in the multiprocessing module.
2013-05-15 doko@ubuntu.com- Fix typos in the multiprocessing module.
2013-05-15 doko@ubuntu.com- Issue #17754: Make ctypes.util.find_library() indepen...
2013-05-15 doko@ubuntu.com- Issue #17754: Make ctypes.util.find_library() indepen...
2013-05-15 doko@ubuntu.comMisc/NEWS: Add 3.3.3 section and move entries made...
2013-05-15 Benjamin Petersonnull merge 3.3 from backport
2013-05-15 Benjamin Petersonwhen arguments are cells clear the locals slot (backpor...
2013-05-14 Antoine PitrouBackout c89febab4648 following private feedback by...
2013-05-14 Barry Warsaw- Issue #17977: The documentation for the cadefault...
2013-05-14 Barry Warsaw- Issue #17977: The documentation for the cadefault...
2013-05-14 Benjamin Petersonmerge 3.3 (#17968)
2013-05-14 Benjamin Petersonprevent double free in cleanup code (#17968)
2013-05-13 Antoine PitrouFix ResourceWarnings in test_sax
2013-05-13 Antoine PitrouFix ResourceWarnings in test_sax
2013-05-13 Terry Jan ReedyMerge with 3.3
2013-05-13 Terry Jan ReedySilence unclosed open file ResourceWarning.
2013-05-13 Terry Jan ReedyComplete 2 to 3 conversion
2013-05-13 Terry Jan ReedyComplete 2 to 3 conversion
2013-05-13 Antoine PitrouIssue #17968: Fix memory leak in os.listxattr().
2013-05-13 Antoine PitrouIssue #17968: Fix memory leak in os.listxattr().
next