]> granicus.if.org Git - python/shortlog
python
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...
2012-06-03 Gregory P.... null merge from 3.2
2012-06-03 Gregory P.... Move the 14992 note to the correct section.
2012-06-03 Gregory P.... Fixes Issue #14992: os.makedirs(path, exist_ok=True...
2012-06-03 Gregory P.... Fixes Issue #14992: os.makedirs(path, exist_ok=True...
2012-06-03 Barry WarsawEric Snow's implementation of PEP 421.
2012-06-03 R David Murray#2658: Add test for issue fixed by fix for #1079.
2012-06-03 Martin v. Löwismerge 3.2
2012-06-03 Martin v. LöwisPEP 3131: support non-ASCII characters in auto-completi...
2012-06-03 Martin v. LöwisDo not try to insert control characters.
2012-06-03 Martin v. LöwisDrop unused constant.
2012-06-03 Martin v. LöwisMerge 3.2: issue #14937.
2012-06-03 Martin v. LöwisIssue #14937: Perform auto-completion of filenames...
2012-06-03 Senthil Kumaranmerge heads
2012-06-03 Senthil KumaranIssue 14989: http.server --cgi option can enable the...
2012-06-03 Eli Benderskymerge
2012-06-03 Eli BenderskyIssue #14090: fix some minor C API problems in default...
2012-06-03 Terry Jan ReedyMerge with 3.2 #12510
2012-06-03 Terry Jan ReedyIssue 12510: Expand 2 bare excepts. Improve comments...
2012-06-03 Eli BenderskyIssue #14424: Document PyType_GenericAlloc, and fix...
2012-06-03 Eli BenderskyFix unterminated keyword array passed to PyArg_ParseTup...
2012-06-03 Brett CannonIssue #14987: Add a missing import statement
2012-06-03 Terry Jan ReedyMerge with 3.2 #10365
2012-06-03 Terry Jan ReedyIssue 10365: Add and replace comments; condense default...
2012-06-02 R David Murray#1079: Fix parsing of encoded words.
2012-06-02 Sandro Tosinull merge
2012-06-02 Sandro Tosibackport c4bd68be5fc6 to 3.2
2012-06-02 Sandro TosiIssue #14926: merge with 3.2
2012-06-02 Sandro TosiIssue #14926: fix docstring highlight
2012-06-02 Sandro Tosimerge with 3.2
2012-06-02 Sandro Tosirefer to time.strftime
2012-06-02 R David Murray#14957: fix doc typo.
2012-06-02 R David Murray#14957: fix doc typo.
2012-06-02 Sandro TosiIssue #14814: use print() function
2012-06-02 Sandro TosiIssue #14814: minor spelling fixes
2012-06-02 Benjamin Petersonmerge 3.2
2012-06-02 Benjamin Petersondon't leak if the __class__ closure is set
2012-06-01 Victor StinnerFix sporadic failure of test_time.test_process_time...
2012-06-01 R David Murray#14957: clarify splitlines docs.
2012-06-01 R David Murray#14957: clarify splitlines docs.
2012-06-01 Sandro Tosimerge heads
2012-06-01 Sandro TosiIssue #14968: merge with 3.2
2012-06-01 Sandro TosiIssue #14968: set 'Inplace Operators' as subsection...
2012-06-01 Benjamin Petersoncheck return for error
2012-06-01 Hynek Schlawack#14814: Fix errror message creation in ipaddress.collap...
2012-06-01 Nick CoghlanClose #14969: Improve the handling of exception chainin...
2012-06-01 Hynek Schlawack#14814: Remove 2.x's new-style classes syntax from...
2012-06-01 Stefan Krahword.digits are always initialized before use in the...
2012-06-01 Eli BenderskyIssue #14007: implement doctype() method calling in...
2012-06-01 Eli BenderskyWe're always building _elementtree with USE_PYEXPAT_CAP...
2012-06-01 Brian CurtinReformat two issue numbers
2012-06-01 Eli Benderskyfix trailing whitespace
2012-06-01 Eli BenderskyIssue #14007: make XMLParser a real subclassable type...
2012-05-31 Hynek Schlawack#14814: Remove stale __hex__ method from ipaddress
2012-05-31 R David MurrayDon't use metaclasses when class decorators can do...
2012-05-31 Georg BrandlPost-release update.
2012-05-31 Martin v. LöwisVS 2010 has the AMD64 redist files in VC\redist\x64.
2012-05-31 Martin v. LöwisUpdate to Tcl/Tk 8.5.11.
2012-05-31 Stefan KrahUse workctx instead of ctx for cosmetic reasons. Also...
2012-05-31 Stefan KrahImprove Underflow handling in the correct-rounding...
2012-05-31 Ned DeilyIssue #14962: merge
2012-05-31 Ned DeilyIssue #14962: Update text coloring in IDLE shell window...
2012-05-31 Kristjan Valur... Issue #14952: Fix incorrect output dll names for win64...
2012-05-31 Stefan KrahImprove comments.
2012-05-31 Stefan KrahMerge.
2012-05-31 Nick CoghlanClose #14963: Use an iterative algorithm in contextlib...
2012-05-31 Stefan KrahPad the result with zeros just before the final rounding.
2012-05-31 Nick CoghlanIssue #14963: Added test cases for contextlib.ExitStack...
2012-05-31 Stefan KrahDo not clobber existing flags.
2012-05-31 Nick CoghlanTypo fix
2012-05-31 Nick CoghlanAdditional ExitStack examples, and a few other cleanups...
2012-05-31 Vinay SajipNull merge from 3.2.
2012-05-31 Vinay SajipAdded test skip under Windows, as not applicable there.
2012-05-31 Kristjan Valur... Issue #14909: A number of places were using PyMem_Reall...
2012-05-31 R David MurrayMake parameterized tests in email less hackish.
2012-05-30 Georg BrandlMerge heads.
2012-05-30 Georg BrandlAdded tag v3.3.0a4 for changeset 7c51388a3aa7
2012-05-30 Georg BrandlBump version to 3.3.0a4. v3.3.0a4
2012-05-30 Georg BrandlUpdate pydoc topics and fix new suspicious markup.
2012-05-30 Eli BenderskyIssue #14007: implemented the 'element_factory' feature...
2012-05-30 Nick CoghlanClose #14947: add missing cross-reference to Language...
2012-05-30 R David Murray#14796: fix failure of new calendar test on windows.
2012-05-30 Victor StinnerClose #14690: Use monotonic clock instead of system...
next