]> granicus.if.org Git - python/shortlog
python
2016-07-10 Senthil Kumaran[port to 2.7] - Issue #27466: Change time format return...
2016-07-07 Benjamin Petersoninitialize variable to appease gcc
2016-07-07 Benjamin Petersonassume egd unless OPENSSL_NO_EGD is defined—remove...
2016-07-07 Benjamin Petersonreduce marshal stack size in debug mode on windows...
2016-07-07 Benjamin Petersonfix refleaks in PyDict_SetItem error cases (closes...
2016-07-06 Donald StufftSwitch to the new upload url for PyPI
2016-07-06 Terry Jan ReedyIssue #27452: add line counter and crc to IDLE configHa...
2016-07-03 Serhiy StorchakaFixed a test for issue23908 with C locale.
2016-07-01 Serhiy StorchakaIssue #23908: os functions, open() and the io.FileIO...
2016-06-30 Serhiy StorchakaIssue #4945: Improved the documenting of boolean argume...
2016-06-30 Victor StinnerIssue #27416: clarify copy doc
2016-06-27 Steve DowerAdds batch file for building nuget package, and include...
2016-06-26 Terry Jan ReedyUpdate NEWS and idlelib NEWS.text.
2016-06-26 Serhiy StorchakaIssue #22115: Fixed tracing Tkinter variables.
2016-06-25 Benjamin Petersonpost 2.7.12 version
2016-06-25 Benjamin Petersonmerge 2.7.12 release branch
2016-06-25 Benjamin PetersonAdded tag v2.7.12 for changeset d33e0cf91556
2016-06-25 Benjamin Peterson2.7.12 final v2.7.12
2016-06-24 Steve DowerAdds scripts for building nuget packages.
2016-06-24 Serhiy Storchakaarray.buffer_info() should return a length as int,...
2016-06-23 Terry Jan ReedyIssue #27365: Add blank lines. to 2.7 test_editmenu
2016-06-23 Serhiy StorchakaFixed integer overflow and handled MemoryError in array...
2016-06-23 Martin PanterIssue #27370: Use t for an iterable in mutable sequence ops
2016-06-22 Senthil KumaranFix the urllib.parse.urljoin docs. Reported by Bo Bayle...
2016-06-22 Benjamin Petersonmerge 2.7.12 release branch
2016-06-22 Benjamin Petersonfix idle about dialog #27365
2016-06-22 Martin PanterIssue #22463: Cure unused function warnings on AIX
2016-06-22 Martin PanterIssue #22463: Correct #endif placement; patch by Senthi...
2016-06-21 Martin PanterIssue #22463: Backport compiler warning fixes and worka...
2016-06-20 Martin PanterFix English spelling and grammar errors
2016-06-18 Serhiy StorchakaIssue #27294: Numerical state in the repr for Tkinter...
2016-06-18 Martin PanterIssue #24314: Add links for general attributes like...
2016-06-15 Zachary WareIssue #26930: Update Windows build to OpenSSL 1.0.2h
2016-06-11 Benjamin PetersonAdded tag v2.7.12rc1 for changeset 13912cd1e7e8
2016-06-11 Benjamin Peterson2.7.12 release candidate 1 v2.7.12rc1
2016-06-11 Benjamin Petersonupdate pydoc topics
2016-06-11 Benjamin Petersonupgrade expt to 2.1.1 (closes #26556)
2016-06-11 Terry Jan ReedyIssue #5124: For 2.7, move requires('gui') from module...
2016-06-11 Benjamin Petersonraise an error when STARTTLS fails
2016-06-11 Terry Jan ReedyIssue #5124: NEWS entries.
2016-06-11 Terry Jan ReedyIssue #5124: Paste with selection should always replace.
2016-06-10 doko@ubuntu.com- Issue #17500, and https://github.com/python/pythondot...
2016-06-02 Tommy BeadleIssue #24617: Add comment for os.mkdir about mode quirks
2016-06-10 Martin PanterFix typo in comment
2016-06-03 Martin PanterIssue #20699: Document that “io” methods should accept...
2014-10-16 Victor StinnerIssue #22636: Avoid using a shell in the ctypes.util...
2016-06-17 Serhiy Storchakactypes: the type of b_size is Py_ssize_t.
2016-06-16 Serhiy StorchakaIssue #27330: Fixed possible leaks in the ctypes module.
2016-06-15 Zachary WareIssue #26930: Update Windows build to OpenSSL 1.0.2h
2016-06-15 Serhiy StorchakaIssue #27301: Fixed incorrect return code for error...
2016-06-15 Georg BrandlDocs: add html-stable autobuild variant
2016-06-01 Martin PanterIssue #12855: Document what exactly unicode.splitlines...
2016-06-14 Serhiy StorchakaIssue #27238: Got rid of bare excepts in the turtle...
2016-06-14 Serhiy StorchakaIssue #26386: Fixed ttk.TreeView selection operations...
2016-06-14 Martin PanterIssue #16182: Backport documentation of set_pre_input_h...
2016-06-14 Terry Jan ReedyIssue #27245: IDLE: Cleanly delete custom themes and...
2016-06-14 Ned DeilyIssue #27310: remove vestigial import in IDLE.app
2016-06-12 Berker PeksagIssue #15657: Delete incorrect statement from PyMethodD...
2016-06-12 Serhiy StorchakaIssue #25455: Clean up reference loops created in tests...
2016-06-12 Serhiy StorchakaRename class attribute "thetype" to "partial" in functo...
2016-06-12 Serhiy StorchakaIssue #25455: Backported tests for pickling recursive...
2016-06-12 Serhiy StorchakaIssue #25455: Fixed a crash in repr of cElementTree...
2016-06-12 Martin PanterFix typo in documentation
2016-06-12 Martin PanterFix buggy RE “\parrot_example.py”, uncovered by Issue...
2016-06-12 Martin Panter#16484: Change PYTHONDOCS to "https:", and fix links...
2016-06-12 Martin PanterIssue #16484: PYTHONDOCS still uses “http:” in Python 2
2016-06-11 Benjamin Petersonoff to 2.7.13
2010-03-15 Matthias KloseIssue #7356: ctypes.util: Make parsing of ldconfig...
2016-06-10 Martin PanterIssue #8491: Add link to Gnu Readline configuration...
2016-06-02 Tommy Beadle[Issue 15476] Make "code object" its own entry in the...
2016-06-09 Benjamin Petersonmerge heads
2016-06-09 Benjamin Petersonfix leak of keyfile_bytes
2016-06-09 Benjamin Petersonstop leaking certfile_bytes (closes #27267)
2016-06-08 Martin PanterIssue #23275: Backport empty square bracket assignment...
2016-06-08 Martin PanterIssue #25738: Don’t send message body for 205 Reset...
2016-06-08 Martin PanterIssue #21313: Tolerate truncated buildinfo in sys.version
2016-06-07 Terry Jan ReedyItems for NEWS and idlelib/NEWS.txt.
2016-06-07 Martin PanterIssue #27229: Comment in middle of shell command fails...
2016-06-07 Martin PanterIssue #27229: Fix in-tree cross-build rule, by Xavier...
2016-06-06 Ned DeilyIssue #26014: Guide 2.7 users to the new packaging...
2016-06-05 Serhiy StorchakaIssue #27225: Fixed a reference leak in type_new when...
2016-06-05 Serhiy StorchakaIssue #21916: Added more tests for the turtle module.
2016-06-05 Ned DeilyIssue #26930: Update OS X 32-bit-only installer builds...
2016-06-04 Serhiy StorchakaMerge heads
2016-06-04 Serhiy StorchakaIssue #21916: Added tests for the turtle module.
2016-06-04 Terry Jan ReedyIssue #24759: Add 'private' notice for idlelib.idle_test.
2016-06-04 Serhiy StorchakaIssue #20041: Fixed TypeError when frame.f_trace is...
2016-06-04 Ned DeilyIssue 27216: Fix typo (noticed by Alex Chan).
2016-06-04 Terry Jan ReedyIDLE test README: 'gui' to 'GUI', except in "'gui'...
2016-06-04 Martin PanterFix typo in code comment
2016-06-04 Benjamin Petersoncheck the result of PyByteArray_Resize in readline...
2016-06-03 Terry Jan ReedyIssue 20567: Revise idle_test/README.txt and some tests...
2016-06-03 Senthil Kumaran[backport to 2.7] - issue8519 - Reference termios and...
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_string_merged.py back to...
2016-06-03 Serhiy StorchakaIssue #27185: Merge test_pep292.py into test_string_mer...
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_pep292.py to test_string_merg...
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_string.py to test_string_merg...
2016-06-03 Gregory P.... issue25931: document that socketserver.Forking* are...
2016-06-02 Gregory P.... Exclude unittests from the make profile-opt training...
2016-06-02 Gregory P.... Issue #25702: A --with-lto configure option has been...
next