]> granicus.if.org Git - python/shortlog
python
2012-10-31 Victor StinnerIssue #15478: Fix again to fix test_os on Windows
2012-10-31 Victor StinnerIssue #15478: Use path_error() in more posix functions...
2012-10-31 Andrew SvetlovMerge issue #16377: Fix bisect unittest.
2012-10-31 Andrew SvetlovMerge issue #16377: Fix bisect unittest.
2012-10-31 Andrew SvetlovIssue #16377: Fix bisect unittest.
2012-10-31 Andrew Svetlovnull merge
2012-10-31 Andrew Svetlovnull merge
2012-10-31 Andrew Svetlovmerge heads
2012-10-31 Andrew SvetlovIssue #14900: document added sort keys for profile...
2012-10-31 Andrew SvetlovMerge issue #14900: document added sort keys for profil...
2012-10-31 Andrew SvetlovIssue #14900: document added sort keys for profile...
2012-10-31 Mark DickinsonIssue #16348: merge fix from 3.3.
2012-10-31 Mark DickinsonIssue #16348: merge fix from 3.2.
2012-10-31 Mark DickinsonIssue #16348: Fix incorrect documentation for Decimal...
2012-10-31 Benjamin Petersonmerge 3.3
2012-10-31 Benjamin Petersonmerge 3.2
2012-10-31 Benjamin Petersonavoid a function call with redundant checks for dict...
2012-10-31 Benjamin Petersonmerge 3.3
2012-10-31 Benjamin Petersonmerge 3.2
2012-10-31 Benjamin Petersonfix spelling
2012-10-31 Benjamin Petersonmerge 3.3 (#16345)
2012-10-31 Benjamin Petersonmerge 3.2 (#16345)
2012-10-31 Benjamin Petersonmerge heads
2012-10-31 Benjamin Petersononly fast-path fromkeys() when the constructor returns...
2012-10-31 Mark DickinsonIssue #13701: Fix decorator avoidance (due to desire...
2012-10-31 Benjamin Petersonmerge heads
2012-10-31 Benjamin Petersonmake PyGrammar_LabelRepr return a const char * (closes...
2012-10-31 Andrew SvetlovMerge issue #16197: Fix several small errors in winreg...
2012-10-31 Andrew SvetlovIssue #16197: Fix several small errors in winreg docume...
2012-10-31 Jesus CeaMERGE: Closes #16369: Global PyTypeObjects not initiali...
2012-10-31 Jesus CeaMERGE: Closes #16369: Global PyTypeObjects not initiali...
2012-10-31 Jesus CeaCloses #16369: Global PyTypeObjects not initialized...
2012-10-31 R David Murraymerge #16371: fix up the English a bit more.
2012-10-31 R David Murraymerge #16371: fix up the English a bit more.
2012-10-31 R David Murray#16371: fix up the English a bit more.
2012-10-31 Andrew SvetlovMerge issue #16371: fix typo in ctypes documentation.
2012-10-31 Andrew SvetlovMerge issue #16371: fix typo in ctypes documentation.
2012-10-31 Andrew SvetlovIssue #16371: fix typo in ctypes documentation.
2012-10-31 Andrew SvetlovMerge issue #16370: Mention Py_SetProgramName in exampl...
2012-10-31 Andrew SvetlovMerge issue #16370: Mention Py_SetProgramName in exampl...
2012-10-31 Andrew SvetlovIssue #16370: Mention Py_SetProgramName in example...
2012-10-31 Andrew SvetlovMerge: Remove already dropped function PySys_GetFile...
2012-10-31 Andrew SvetlovMerge: Remove already dropped function PySys_GetFile...
2012-10-31 Andrew SvetlovRemove already dropped function PySys_GetFile from...
2012-10-31 Andrew SvetlovMerge: fix docstring for deque ctor to mark iterable...
2012-10-31 Andrew SvetlovMerge: fix docstring for deque ctor to mark iterable...
2012-10-31 Andrew SvetlovFix docstring for deque ctor to mark iterable parameter...
2012-10-31 Andrew SvetlovMerge: fix typo in mock docs.
2012-10-31 Andrew SvetlovFix typo in mock docs.
2012-10-31 Benjamin Petersonmerge 3.3
2012-10-31 Benjamin Petersondo safety checks on __qualname__ assignment
2012-10-31 Benjamin Petersondon't shadow the __qualname__ descriptor with __qualnam...
2012-10-31 Benjamin Petersoninitialize map/filter/zip in _PyBuiltin_Init rather...
2012-10-31 Benjamin Petersonmerge 3.3 (#16369)
2012-10-31 Benjamin Petersonmerge 3.2 (#16369)
2012-10-31 Benjamin Petersoninitialize more global type objects (closes #16369)
2012-10-31 R David Murray#12890: fix test on windows
2012-10-31 R David Murray#12890: fix test on windows
2012-10-31 Victor StinnerIssue #15478: Fix test_os on FreeBSD
2012-10-31 Victor StinnerIssue #15478: Fix test_os on Windows (os.chown is missing)
2012-10-30 Victor StinnerIssue #9566: Use the right type to fix a compiler warni...
2012-10-30 Victor StinnerIssue #9566: Explicit downcast to fix compiler warnings...
2012-10-30 Victor StinnerIssue #16086: PyTypeObject.tp_flags and PyType_Spec...
2012-10-30 Victor StinnerClose #14625: Rewrite the UTF-32 decoder. It is now...
2012-10-30 Antoine PitrouIssue #16351: New function gc.get_stats() returns per...
2012-10-30 Andrew SvetlovIssue #15721: apply PEP 384 Refactoring to tkinter...
2012-10-30 Victor StinnerIssue #16330: Fix compilation on Windows
2012-10-30 Victor StinnerIssue #15478: Fix compilation on Windows
2012-10-30 Victor StinnerIssue #15478: Raising an OSError doesn't decode or...
2012-10-30 Victor StinnerIssue #16330: Use surrogate-related macros
2012-10-29 Brian CurtinMerge 3.3
2012-10-29 Brian CurtinMerge 3.2
2012-10-29 Brian CurtinFix #16197. Update docstrings and documentation to...
2012-10-29 Petri Lehtinen#14897: Enhance error messages of struct.pack and struc...
2012-10-29 Petri Lehtinen#14897: Enhance error messages of struct.pack and struc...
2012-10-29 Petri Lehtinen#14897: Enhance error messages of struct.pack and struc...
2012-10-29 Ross LagerwallMerge with 3.3 for issue #16262
2012-10-29 Ross LagerwallMerge with 3.2 for issue #16262
2012-10-29 Ross LagerwallFix regression from issue #16262
2012-10-28 Chris JerdonekMerge from 3.3: remove unneeded "Release" and "Date...
2012-10-28 Chris JerdonekMerge from 3.2: remove unneeded "Release" and "Date...
2012-10-28 Chris JerdonekRemove unneeded "Release" and "Date" markers from doc...
2012-10-28 Brett Cannonmerge
2012-10-28 Brett Cannonmerge
2012-10-28 Brett CannonMerge with 3.3
2012-10-28 Brett CannonIssue #16342: Lib/_sysconfigdata.py is no longer put...
2012-10-28 Nadeem VawdaMerge: Add test for BZ2Decompressor.decompress("")...
2012-10-28 Nadeem VawdaMerge: Add test for BZ2Decompressor.decompress("")...
2012-10-28 Nadeem VawdaAdd test for BZ2Decompressor.decompress("") after end...
2012-10-28 Nadeem VawdaIssue #16316: mimetypes now recognizes the .xz and...
2012-10-28 Hynek Schlawack#1492704: Ensure and document backward compatibility...
2012-10-28 Vinay SajipNull merge.
2012-10-28 Vinay SajipMerged upstream changes.
2012-10-28 Vinay SajipMerged upstream changes.
2012-10-28 Vinay SajipCloses #16340: Merged fix from 3.3.
2012-10-28 Vinay SajipCloses #16340: Handle exception while copying script...
2012-10-28 Georg BrandlRemove confusing "Release" and "Date" markers from...
2012-10-28 Georg BrandlRemove confusing "Release" and "Date" markers from...
2012-10-28 Georg Brandlmerge heads
2012-10-28 Georg BrandlRemove confusing "Release" and "Date" markers from...
next