]> granicus.if.org Git - python/shortlog
python
2012-01-16 Gregory P.... regenerated using autoconf, includes dirfd test.
2012-01-16 Gregory P.... Add a test for the dirfd library function (to be used...
2012-01-16 Gregory P.... regenerate configure using autoconf. includes the...
2012-01-16 Gregory P.... Test for the dirfd library function (for use in some...
2012-01-16 Terry Jan ReedyMerge with 3.2 #6528 None, True, False are keywords...
2012-01-16 Terry Jan Reedy#6528 None, True, False are keywords in 3.x. Patch...
2012-01-16 Ezio Melotti#13715: merge with 3.2.
2012-01-16 Ezio Melotti#13715: fix typo in unicodedata doc. Patch by Eli...
2012-01-16 Ezio Melotti#13695: merge with 3.2.
2012-01-16 Ezio Melotti#13695: fix a couple of typos in the doc.
2012-01-16 Benjamin Petersonkill useless import added by 87331661042b
2012-01-16 Benjamin Petersonfix old titlecase function for extended case chars
2012-01-16 Benjamin Petersonmerge 3.2 (#13766)
2012-01-16 Benjamin Petersonexplain why we need this grammar file (closes #13766)
2012-01-16 Benjamin Petersoncomment about how flags could be expanded
2012-01-16 Benjamin Petersondelta encoding of upper/lower/title makes a glorious...
2012-01-16 Meador IngeIssue #13629: Renumber the tokens in token.h to match...
2012-01-16 Meador IngeIssue #13629: Renumber the tokens in token.h to match...
2012-01-16 Terry Jan ReedyMerge with 3.2 #13039 allow proper deletion of '>>...
2012-01-16 Terry Jan Reedy#13039 allow proper deletion of '>>> ' in IDLE editor...
2012-01-14 Gregory P.... Consolidate the occurrances of the prime used as the...
2012-01-14 Gregory P.... Consolidate the occurrances of the prime used as the...
2012-01-14 Gregory P.... merge heads
2012-01-14 Gregory P.... Remove an unnecessary extra copy of the bytes hash...
2012-01-14 Sandro Tosimerge with 3.2
2012-01-14 Sandro Tosiremove 'Documenting Python' and its references, it...
2012-01-14 Gregory P.... Mention the additional way to use the lvl parameter...
2012-01-14 Gregory P.... Mention the additional way to use the lvl parameter...
2012-01-14 Benjamin Petersonfix possible refleaks if PyUnicode_READY fails
2012-01-14 Benjamin Petersonalways explicitly check for -1 from PyUnicode_READY
2012-01-14 Benjamin Petersonadd str.casefold() (closes #13752)
2012-01-14 Meador IngeIssue #13786: Remove unimplemented 'trace' long option...
2012-01-14 Meador IngeIssue #13786: Remove unimplemented 'trace' long option...
2012-01-14 Martin v. LöwisUse GetModuleHandleW to avoid *A functions where possible.
2012-01-14 Meador IngeIssue #13725: Add a NEWS entry.
2012-01-14 Meador IngeIssue #13725: Add a NEWS entry.
2012-01-14 Meador IngeIssue #13725: regrtest does not recognize -d flag.
2012-01-14 Meador IngeIssue #13725: regrtest does not recognize -d flag.
2012-01-14 Benjamin Petersonmake YieldFrom its own distinct from Yield (closes...
2012-01-14 Senthil Kumaranmerge from 3.2 - Fix issue13726: -S accepts an argument...
2012-01-14 Senthil KumaranFix issue13726: -S accepts an argument just as --start.
2012-01-14 Senthil Kumaranmerge heads.
2012-01-14 Senthil Kumaranmerge from 3.2 - Fix Issue #13642: Unquote before b64en...
2012-01-14 Senthil KumaranFix Issue #13642: Unquote before b64encoding user:passw...
2012-01-14 Charles-François... Merge.
2012-01-14 Charles-François... Issue #12760: Refer to the new 'x' open mode as "exclus...
2012-01-14 Senthil Kumaranmerge from 3.2
2012-01-14 Senthil Kumaranmerge from 3.2
2012-01-14 Senthil KumaranAdding the -o option for Issue13726
2012-01-14 Senthil KumaranIssue13726 - Fix the ambiguous -S flag in regrtest...
2012-01-14 Nick CoghlanAdd a separate NEWS entry for a change to PyObject_Call...
2012-01-14 Nick CoghlanFix indenting
2012-01-14 Nick CoghlanRemove lingering artifact of an initial PEP 380 Grammar...
2012-01-14 Terry Jan ReedyMerge
2012-01-14 Terry Jan ReedyMerge with 3.2 #13730 grammar fix
2012-01-14 Nick CoghlanAdd versionchanged notes for PEP 380
2012-01-14 Terry Jan Reedy#13730 grammar fix
2012-01-14 Nick CoghlanFix merge glitch in What's New
2012-01-13 Amaury Forgeot... Silence compilation warnings on Windows
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...
2012-01-13 Antoine PitrouIssue #13764: remove outdated script Misc/build.sh
2012-01-12 Antoine Pitroutest_strlit was never run
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 Benjamin Petersonfold into one if statement
2012-01-11 Terry Jan ReedyMinor correction. #11418
2012-01-11 Terry Jan ReedyCloses #11633 Clarify print buffering.
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 Senthil KumaranIssue9637 - Explain in getproxies_environment that...
2012-01-09 Terry Jan Reedy#11906 Make test_argparse work interactively by removin...
2012-01-09 Antoine PitrouIssue #13747: fix SSL compatibility table.
2012-01-09 Antoine PitrouIssue #13747: fix documentation error about the default...
2012-01-08 Ross LagerwallIssue #12364: Fix a hang in concurrent.futures.ProcessP...
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 Sandro Tosiclarify recv* are blocking operations; thanks to Chris...
2012-01-06 Antoine PitrouUpdate printout of SSL certificate examples for 3.2+.
2012-01-05 Sandro TosiIssue #12042: a queue is only used to retrive results...
2012-01-05 Sandro TosiIssue #11984: remove reference to parser, it's not...
2012-01-05 Lars GustäbelIssue #12926: Fix a bug in tarfile's link extraction.
2012-01-05 Vinay SajipCloses #13699. Skipped two tests if Python is optimised.
2012-01-04 Sandro TosiIssue #10772: add count and help argparse action; patch...
2012-01-04 Senthil KumaranIssue13696 - Fix 302 Redirection for Relative urls.
2012-01-04 Antoine PitrouAdd a subsection explaning cipher selection.
2012-01-03 Benjamin Petersonfix formatting
2012-01-03 Benjamin Petersonexception support is correct now (closes #13705)
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 PitrouIssue #13636: Weak ciphers are now disabled by default...
2012-01-03 Sandro TosiIssue #6031: improve serve_forever() description
2012-01-03 Sandro TosiIssue #9349: add argparse.SUPPRESS to help doc
2012-01-02 Charles-François... Issue #9975: socket: Fix incorrect use of flowinfo...
2012-01-01 Sandro TosiIssue #13594: various fixes to aifc module; patch by...
2012-01-01 Sandro TosiIssue #13680: add lowecase compression type to write...
2012-01-01 Sandro TosiIssue #13690: add re.DEBUG; patch by Filip Gruszczyński
2012-01-01 Sandro TosiIssue #13683: raise with no exception in scope throws...
2012-01-01 Ned DeilyUpdate copyright dates in Mac plists.
next