]> granicus.if.org Git - python/shortlog
python
2012-01-13 Amaury Forgeot... Fix compilation with C89 compilers (Windows...)
2012-01-13 Amaury Forgeot... Fix a crash when the return value of a subgenerator...
2011-12-17 Amaury Forgeot... Fix compilation warning on Windows
2012-01-13 Benjamin PetersonNULL and no exception set from tp_iternext means StopIt...
2012-01-13 Benjamin Petersonadd test, which was missing from d64ac9ab4cd0
2012-01-13 Antoine PitrouIssue #13764: remove outdated script Misc/build.sh
2012-01-13 Antoine PitrouIssue #13764: remove outdated script Misc/build.sh
2012-01-13 Georg BrandlCloses #13761: add a "flush" keyword argument to print().
2012-01-13 Antoine PitrouIssue #13645: pyc files now contain the size of the...
2012-01-13 Benjamin Petersonmake Python-ast.c depend on Python-ast.h
2012-01-13 Nick CoghlanImplement PEP 380 - 'yield from' (closes #11682)
2012-01-13 Benjamin Petersonmove do_title to a better place
2012-01-12 Antoine PitrouIssue #13748: Raw bytes literals can now be written...
2012-01-12 Antoine Pitroutest_strlit was never run
2012-01-12 Antoine Pitroutest_strlit was never run
2012-01-12 Benjamin Petersonmake fix_decimal_and_space_to_ascii check if it modifie...
2012-01-12 Benjamin Petersonmerge heads
2012-01-12 Benjamin Petersonkill capwords implementation which has been disabled...
2012-01-12 Terry Jan ReedyMerge #11633 At least 2 people prefer earlier revision.
2012-01-12 Terry Jan Reedy#11633 At least 2 people prefer earlier revision.
2012-01-12 Antoine PitrouIssue #13724: improve documentation for socket.create_c...
2012-01-12 Antoine PitrouIssue #13724: improve documentation for socket.create_c...
2012-01-12 Benjamin Petersonmerge 3.2
2012-01-12 Benjamin Petersonremove some usage of Py_UNICODE_TOUPPER/LOWER
2012-01-12 Benjamin Petersonfold into one if statement
2012-01-11 Benjamin Petersonmerge heads
2012-01-11 Benjamin Petersonuse full unicode mappings for upper/lower/title case...
2012-01-11 Terry Jan ReedyMerge with 3.2
2012-01-11 Terry Jan ReedyMinor correction. #11418
2012-01-11 Terry Jan ReedyMerge with 3.2
2012-01-11 Terry Jan ReedyCloses #11633 Clarify print buffering.
2012-01-11 Terry Jan ReedyMerge with 3.2
2012-01-11 Terry Jan Reedy#13754 String returned if less than *or equal to* x 3
2012-01-10 Antoine PitrouRemove unused certificate from the test directory.
2012-01-10 Antoine PitrouRemove unused certificate from the test directory.
2012-01-10 Victor StinnerFix _PyFaulthandler_Fini() so it can be called before...
2012-01-10 Charles-François... Issue #13757: Change os.fdlistdir() so that it duplicat...
2012-01-10 Senthil KumaranMerge from 3.2 - Issue9637 - Explain in getproxies_envi...
2012-01-10 Senthil KumaranIssue9637 - Explain in getproxies_environment that...
2012-01-09 Terry Jan ReedyMerge with 3.2
2012-01-09 Terry Jan Reedy#11906 Make test_argparse work interactively by removin...
2012-01-09 Charles-François... Issue #12760: Add a create mode to open(). Patch by...
2012-01-09 Antoine PitrouMerge SSL doc fixes (issue #13747).
2012-01-09 Antoine PitrouIssue #13747: fix SSL compatibility table.
2012-01-09 Antoine PitrouIssue #13747: fix documentation error about the default...
2012-01-09 Raymond HettingerFix nasty typo
2012-01-09 Giampaolo Rodola'provide a common method to check for RETR_DATA validity...
2012-01-09 Raymond HettingerMake the docstring style consistent.
2012-01-09 Raymond HettingerImprove clarity with keyword argument for block. Move...
2012-01-09 Raymond HettingerMinor code clean-ups and beautifications.
2012-01-08 Charles-François... Backed out changeset 36f2e236c601: For some reason...
2012-01-08 Charles-François... Issue #13739: It's simpler and more direct to call...
2012-01-08 Charles-François... Issue #13739: In os.listdir(), rewind the directory...
2012-01-08 Antoine PitrouIssue #13738: Simplify implementation of bytes.lower...
2012-01-08 Ross LagerwallMerge with 3.2 for #12364.
2012-01-08 Ross LagerwallIssue #12364: Fix a hang in concurrent.futures.ProcessP...
2012-01-07 Raymond HettingerSimplify the code using with-statements.
2012-01-07 Vinay SajipCloses #13732: now use os.linesep instead of a literal...
2012-01-07 Sandro Tosimerge with 3.2
2012-01-07 Sandro TosiPy_SetPythonHome() can be called before Py_Initialize...
2012-01-07 Charles-François... Issue #13502: threading: Fix a race condition in Event...
2012-01-07 Charles-François... Issue #13502: threading: Fix a race condition in Event...
2012-01-07 Sandro Tosimerge with 3.2
2012-01-07 Sandro Tosiclarify recv* are blocking operations; thanks to Chris...
2012-01-06 Antoine PitrouIssue #9993: When the source and destination are on...
2012-01-06 Antoine PitrouUpdate printout of SSL certificate examples for 3.2+.
2012-01-06 Antoine PitrouUpdate printout of SSL certificate examples for 3.2+.
2012-01-05 Sandro TosiIssue #12042: merge with 3.2
2012-01-05 Sandro TosiIssue #12042: a queue is only used to retrive results...
2012-01-05 Sandro TosiIssue #11984: merge with 3.2
2012-01-05 Sandro TosiIssue #11984: remove reference to parser, it's not...
2012-01-05 Lars GustäbelMerge from 3.2: Issue #12926: Fix a bug in tarfile...
2012-01-05 Lars GustäbelIssue #12926: Fix a bug in tarfile's link extraction.
2012-01-05 Vinay SajipCloses #13699: merged fix from 3.2.
2012-01-05 Vinay SajipCloses #13699. Skipped two tests if Python is optimised.
2012-01-04 Sandro Tosimerge with 3.2
2012-01-04 Sandro TosiIssue #10772: add count and help argparse action; patch...
2012-01-04 Antoine PitrouIssue #13713: fix a regression in HTTP chunked reading...
2012-01-04 Benjamin Petersonconvince regrtest.py we aren't modifying _CONFIG_VARS
2012-01-04 Jason R. CoombsCorrected typo in install docs
2012-01-04 Vinay SajipCloses #13699. Skipped two tests if Python is optimised.
2012-01-04 Vinay SajipRefactored logging rotating handlers for improved flexi...
2012-01-04 Senthil Kumaranmerge from 3.2
2012-01-04 Senthil KumaranIssue13696 - Fix 302 Redirection for Relative urls.
2012-01-04 Victor StinnerFix PyUnicode_Fill() doc: return type is Py_ssize_t...
2012-01-04 Antoine PitrouAdd a subsection explaning cipher selection.
2012-01-04 Antoine PitrouAdd a subsection explaning cipher selection.
2012-01-03 Victor StinnerAdd a new PyUnicode_Fill() function
2012-01-03 Benjamin Petersonmerge 3.2
2012-01-03 Benjamin Petersonfix formatting
2012-01-03 Benjamin Petersonmerge 3.2
2012-01-03 Benjamin Petersonexception support is correct now (closes #13705)
2012-01-03 Benjamin Petersonmerge 3.2
2012-01-03 Benjamin Petersonmerge 3.1
2012-01-03 Benjamin Petersonfix this to not depend on dictionary order
2012-01-03 Antoine PitrouMerge
2012-01-03 Antoine PitrouMerge
2012-01-03 Antoine PitrouIssue #13636: Weak ciphers are now disabled by default...
2012-01-03 Sandro Tosimerge with 3.2
2012-01-03 Antoine PitrouIssue #13636: Weak ciphers are now disabled by default...
next